From 6fe7ca5e6c1422f180295b6e8e7a4c3d3432f3a3 Mon Sep 17 00:00:00 2001 From: ChendoChap <39858639+ChendoChap@users.noreply.github.com> Date: Sat, 18 Dec 2021 15:19:46 +0000 Subject: [PATCH] Update kexploit.js --- kexploit.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kexploit.js b/kexploit.js index 2e4f75b..0c5d5e5 100644 --- a/kexploit.js +++ b/kexploit.js @@ -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; -} \ No newline at end of file +}