Subdomain Fuzzing
Try running a sub-domain fuzzing test on 'inlanefreight.com' to find a customer sub-domain portal. What is the full domain of it?
Again, In this lab we just have to apply pretty much what we've learned in the section.
We ran the following command
ffuf -w /opt/useful/SecLists/Discovery/DNS/subdomains-top1million-5000.txt:FUZZ -u https://FUZZ.inlanefreight.com/

After the tool finished the fuzzing we found subdomain customer.inlanefreight.com
Last updated