I am trying to anwser this question: Try running a sub-domain fuzzing test on ‘inlanefreight.com’ to find a customer sub-domain portal. What is the full domain of it?
I execute this command:
ffuf -w /usr/share/seclists/Discovery/DNS/bitquark-subdomains-top100000.txt:FUZZ -u https://FUZZ.inlanefreight.com/
I only have 5 results:
-www
-blog
-support
-my
-ns3
Only www has the 200 status but it’s not the answer.
I tried to search on the forum but I didn’t find an answer.
Ok so I had one main problem.
I use Kali Linux on my virtual box.
When I start Ffuf, my internet is going crazy and doesn’t work anymore. I was at 3 req / sec and can’t even ping google.com.
I change a setting in Network on my VM to put Bridge access.
Thank of that, ffuf work better and he could get the last information I needed.
Sorry for the inconvenience.