Skip to content

Instantly share code, notes, and snippets.

@reuniware
Created October 21, 2020 15:50
Show Gist options
  • Save reuniware/f94f34262c9931bbcab4190d6916faed to your computer and use it in GitHub Desktop.
Save reuniware/f94f34262c9931bbcab4190d6916faed to your computer and use it in GitHub Desktop.
Metasploit Memo Using DB
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