Update exploit.mjs

This commit is contained in:
Kameleon
2024-02-13 18:56:03 -06:00
committed by GitHub
parent 5dd8aa25f1
commit 6765c54974
+2 -2
View File
@@ -723,12 +723,12 @@ async function get_ready() {
import('./rop/903.mjs');
}
if (UA == "9.04" || UA == "9.50" || UA == "9.51")
if (UA == "9.04")
{
alert("No ROP implemented");
}
if (UA == "9.60")
if (UA == "9.50" || UA == "9.51" || UA == "9.60")
{
import('./rop/950.mjs');
}