Day[2/30] Bug Bounty for Beginners Full course

11 hours ago 6
BOOK THIS SPACE FOR AD
ARTICLE AD

Mr Horbio

Hi 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 commands

we will use Subfinder to find subdomains.

Install subfinder tool by using this command :

go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest

To check help menu use this command

subfinder -h

Now 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 50

It 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.

Read Entire Article