Update kexploit.js

This commit is contained in:
ChendoChap 2021-12-18 15:19:46 +00:00 committed by GitHub
parent 3a671a2385
commit 6fe7ca5e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ var ipmi_gadgetmap = {
function userland() {
//RW -> ROP method is strongly based of:
//RW -> ROP method is strongly based off of:
//https://github.com/Cryptogenic/PS4-6.20-WebKit-Code-Execution-Exploit
p.launch_chain = launch_chain;
@ -644,4 +644,4 @@ var trigger_spray = function () {
closing this alert will crash the browser for you.`);
p.write8(0, 0);
return;
}
}