BASICS
Have you ever noticed the URL of a large company’s website? you would see that there is a dot ” . ” before the real website domain. that is the thing, Subdomain.
In this tutorial, you will get to know how to find subdomains of a website.
here, I will use two methods the first one with the help of a python tool and with the help of a well-known website.
ATTACK
Well, you don’t need to read it while you can watch our video on this topic :
Method. 1
python-Subbrute
first, you will need to download this tool into your Linux from GitHub:
git clone https://github.com/TheRook/subbrute.git
now go to the subbrute dir and run it :
python subrute.py
it will show you the help menu of this tool.
now we will take facebook.com
as a target :
python subbrute.py facebook.com
output:
facebook.com www.facebook.com _spf.facebook.com smtpin.vvv.facebook.com a.ns.facebook.com b.ns.facebook.com star-mini.c10r.facebook.com MORE......
method.2
VIRUS TOTAL
basically, it is a website where you can check your files whether they have malware or not. but it can also be used as a subdomain finder.
go to the website: virustotal
Search for the domain. for example facebook.com
Press ENTER
and boom!! you got the domains and some extra information.
Thanks For Visiting.