Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

  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.

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​";

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages