Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.11 KB

Information Gathering.md

File metadata and controls

45 lines (28 loc) · 1.11 KB

#whois

Find owner/contact of domain address

- whois koknet.xyz

Image description


#dig

Get nameserver and test for DNS transfer

- dig koknet.xyz

Image description


#nmap

Network mapping across IP/domain name

- nmap -A koknet.xyz  //can use any other options

Image description


#amass

Combine various source for subdomains enumation

- amass enum -src -brute -min-for-recursive 2 -d koknet.xyz

Image description