Gather Information
Last updated
Last updated
Used to find the names of domain servers
whois trustedsec.com
Netcraft is a web-based tool that we can use to find the IP address of a server hosting a particular website
Tool built into most operating systems
Verify that it's running: netstat -antp|grep 7337
Make sure you are connected correctly: db_status
Generate a XML export file with nmap's oX
option
Example: nmap -Pn -sS -A -oX Subnet1.xml 192.168.1.0/24
Use the db_import
command to import it into the database
db_import Subnet1.xml