Update exploit.mjs

Let's test if 9.03 and 9.04 are also compatible with 900.mjs ROP file
This commit is contained in:
Kameleon
2024-02-14 10:06:17 -06:00
parent 6765c54974
commit f14ae281b8
+1 -11
View File
@@ -713,21 +713,11 @@ async function get_ready() {
//on 9.00 Fw detection changed to laystation insead of regular Playstation
UA = navigator.userAgent.substring(navigator.userAgent.indexOf('5.0 (') + 19, navigator.userAgent.indexOf(') Apple')).replace("layStation 4/","");
if (UA == "9.00")
if (UA == "9.00" || UA == "9.03" || UA == "9.04")
{
import('./rop/900.mjs');
}
if (UA == "9.03")
{
import('./rop/903.mjs');
}
if (UA == "9.04")
{
alert("No ROP implemented");
}
if (UA == "9.50" || UA == "9.51" || UA == "9.60")
{
import('./rop/950.mjs');