Sponsored
Bugbounty Tools

Sublist3r – Fastest Subdomain Enumeration Tool

Hey Folks, we will continue our research as we have been doing before and will continue to bring you the best tool so that you can reap the best rewards from companies. Similarly, today we come up with an amazing tool that can cut down your effort to find subdomains and deliver the best results possible.

Letโ€™s Find out ๐Ÿ™‚ !!

Dependencies Must be Installed

The tool is securely configured within the python language, so we need to install python and some related dependencies first before we can operate the tool.

apt install python3
apt install python3-pip

Sublist3r Tool Installation

Now coming to the second part of this tool, where we will first download the project from Github, go to the directory and download the required dependencies.

git clone https://github.com/aboul3la/Sublist3r.git
cd Sublist3r
pip install -r requirements.txt

Done :0 !! Everything is setup perfectly and now we can operate this tool directly through Python commands.

python3 sublist3r.py -h

Find Subdomain

Finding subdomains through this tool is quite simple as all we have to do is enter the domain name and thatโ€™s it.

python3 sublist3r.py -d domain.com

Good ๐Ÿ™‚ !! As you can see how easily it has dumped multiple subdomains with the help of brute forcing technique. Itโ€™s quite fast and accurate.

Specific Port

If you want to find the subdomain on which specific port like 80,444,21 etc is running then you can also mention that.

python3 sublist3r.py -d choint.com -p 80,443

Save Output

There is also an option available to save all your output to any text file.

python3 sublist3r.py -d chargepoint.com -p 80,443 -o result.txt

Amazing ๐Ÿ™‚ !! As you can see how your output will look when you open it through โ€œcatโ€ command.

About the Author
Shubham Goyal Certified Ethical Hacker, information security analyst, penetration tester and researcher. Can be Contact on Linkedin.
Sponsored

Recent Posts

Termux Cheat Sheet for Hackers

Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…

1 month ago

Cracking the X-Factor in Cybersecurity: How Humans are Protecting the Systems?

Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…

8 months ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

Hey Folks, we are back today after such a long break, but don't worry we…

2 years ago

API Security Testing 101: Know Everything About API Security Testing!

The security of your API should be one of the top priorities of companies. Without…

2 years ago

7 Best Tools for Web Penetration Testing: Comprehensive Details

Hey Folks, In today's business world, it is essential to have an online presence. However,…

2 years ago

Cyber Security Audits: Everything You Need to Know About It

Hey Folks, Is your business prepared in case of a cyber attack? Many companies don't…

2 years ago
Sponsored

This website uses cookies.