Webkit with RCE only (NO KERNEL YET), it's working MAYBE on 9.00 only for now (I will try on anothers fw very soon).
- launch exploit by using your server.
- run on cmd/powershell ws_sever.py with python.
- send file with : send payloads/xxx.js.
PS : send_payload.py is optional for testing, if you don't need it, don't use it.
If you want to use your IP adress you need to change on exploit.js file : const RCE_PC_IP = [192, 168, 1, 180] by const RCE_PC_IP = [YOUR IP ADRESS]
AND also for RCE, change on remote.js file :
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";