Information Gathering

host $target

Using host to find the A host record for target

host -t mx $target

Using host to find the MX records for target

host -t txt $target

Using host to find the TXT records for target

dnsrecon -d $target -t std

Using dnsrecon to perform a standard scan

dnsrecon -d $target -D ~/list.txt -t brt

Brute forcing hostnames using dnsrecon

dnsenum $target

Using dnsenum to automate DNS enumeration

nslookup mail.target.com

Using nslookup to perform a simple host enumeration

#Using masscan to scan top20ports of nmap in a /24 range (less than 5min)

m

Using nmap to scan for the NetBIOS service

Using nbtscan to collect additional NetBIOS information

Using the nmap scripting engine to perform OS discovery

Last updated