Update exploit.mjs
This commit is contained in:
+2
-2
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user