Sub-domain Fuzzing
sudo sh -c 'echo "SERVER_IP academy.htb" >> /etc/hosts'Sub-domains
ffuf -w /opt/useful/SecLists/Discovery/DNS/subdomains-top1million-5000.txt:FUZZ -u https://FUZZ.inlanefreight.com/Last updated
sudo sh -c 'echo "SERVER_IP academy.htb" >> /etc/hosts'ffuf -w /opt/useful/SecLists/Discovery/DNS/subdomains-top1million-5000.txt:FUZZ -u https://FUZZ.inlanefreight.com/Last updated