Created
October 21, 2020 15:50
-
-
Save reuniware/f94f34262c9931bbcab4190d6916faed to your computer and use it in GitHub Desktop.
Metasploit Memo Using DB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
proxychains masscan -p3389 xxx.yyy.zzz.0/24 -oX masscan.xml | |
Puis dans msfconsole : | |
systemctl start postgresql | |
db_connect -y /usr/share/metasploit-framework/config/database.yml | |
db_import masscan.xml | |
use auxiliary/scanner/rdp/cve_2019_0708_bluekeep | |
services -p 3389 -R | |
exploit | |
proxychains.conf : | |
localnet 127.0.0.1 000 255.255.255.255 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment