BOOK THIS SPACE FOR AD
ARTICLE ADHi hackers, welcome back to my another article. This is Day 2 of the Bug Bounty article.
Today we will learn , How to find subdomains of the target.
Requirements:
Kali linux machineBasics of Linux commandswe will use Subfinder to find subdomains.
Install subfinder tool by using this command :
go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latestTo check help menu use this command
subfinder -hNow everything is good.
we use these switches
-d -silent -t
I will explain everything don’t worry.
-d for <target_domain>-t for concurrent requests-silent use to show only subdomainssubfinder -d example.org -silent -t 50It will fetch all the subdomains of the target.
This is all about today’s article. we will meet in next article with day 3.
Thanks for read this article. Don’t forget to follow me here.