metaploit and autopwn

diego220

Carder
Messages
77
Reputation
3
Reaction score
3
Points
8
Go to http://www.metasploi...mework/download then download the install the correct package. Next we install nmap, if you are using ubuntu you can install nmap by using 'sudo apt-get install nmap'. If you are using windows download and install the windows package. Now we need to make sure metasploit is upto date by opening a console and typing 'msfupdate' this will make sure you are using the latest packages and modules.

Now we can startup metasploit. Type msfconsole into a terminal to load up metasploit or you can use msfweb and connect to http://127.0.0.1:55555 for the web interface. Now type 'db_create demon' this will create a database to store our scans called demon. Now use 'db_nmap (host)' this will start the scan on the host. for example, 'db_nmap -p80 127.0.0.1' this will start a scan on the local system on port 80. or if you use nmap you should create XML logs so you can import them into the database using 'db_import_nmap_xml file.xml' Now once the scan is complete, use 'db_autopwn -t' to find out if the host is vulnerable. Then 'db_autopwn -e' to launch the attacks.
 

iTpHo3NiX

RIPPER
Messages
84
Reputation
8
Reaction score
12
Points
8
Incorrect link, its with "..."'s in it.
 

destractions

BANNED
Messages
54
Reputation
-1
Reaction score
2
Points
8
Please note, if you want to make a deal with this user, that it is blocked.
autopwn
yeah and backtrack power
 
Top