Sploitus

Webkit-exploit

githubexploit · 2026-08-07

Exploit Code

README16 lines
## https://sploitus.com/exploit?id=1EEDFFC7-2108-5EB0-AFE7-5865EE15361A
webkit with RCE only (NO KERNEL YET), it's working on 9.00 for now since I don't have offsets for others FW.

1) launch exploit by using your server
2) run on cmd/powershell ws_sever.py with python
3) send file with : send payloads/xxx.js

If you want to use your IP adress you need to change on exploit.js 
const RCE_PC_IP = [192, 168, 1, 180] to const RCE_PC_IP = [YOUR IP ADRESS]


AND also for RCE, change :


const PC_IP   = (typeof RCE_PC_IP !== "undefined") ? RCE_PC_IP.join(".") : "192.168.1.180"; by 
const PC_IP   = (typeof RCE_PC_IP !== "undefined") ? RCE_PC_IP.join(".") : "YOUR IP ADRESS​";