DNS
Enumeration
nmap -p53 -Pn -sV -sC <IP>DNS Zone Transfer
dig AXFR @ns1.inlanefreight.htb inlanefreight.htbfierce --domain zonetransfer.meDomain Takeovers & Subdomain Enumeration
./subfinder -d inlanefreight.com -v git clone https://github.com/TheRook/subbrute.git >> /dev/null 2>&1
cd subbrute
echo "ns1.inlanefreight.com" > ./resolvers.txt
DNS Spoofing
Local DNS Cache Poisoning
Last updated