Hey Folks, we hope you all will be fine and advance your career in the field of cyber security. Today in this tutorial we will help you a little in getting another cool tool for bug hunting. The name of the tool that we are going to reveal with you is “Subfinder“. Subfinder is a subdomain discovery tool that discovers valid subdomains for websites by using passive online sources. It has a simple modular architecture and is optimized for speed. subfinder is built for doing one thing only – passive subdomain enumeration, and it does that very well.
Let’s take a look 😛 !!
As usual this time also we will install this tool first but with the help of “apt-get” command.
apt install subfinder
COOL 🙂 !! Once the installation is finished you can check all the features of this tool by executing the following command.
subfinder -h
Now it’s time to check whether it is working perfectly or not. All you have to do is given the name of domain you want to hunt and that’s it. After executing the command all the results will be visible on the terminal.
subfinder -d vulnweb.com
Sometimes we need to check about the tool how it is attacking then we can use verbose mode to get deeper details about the attack.
subfinder -d vulnweb.com -v
If you want to hunt two or more domains simultaneously then you can create a list and specify that list in the command.
subfinder -dL domain.txt
A keen learner and passionate IT student. He has done Web designing, CCNA, RedHat, Ethical hacking, Network & web penetration testing. Currently, he is completing his graduation and learning about Red teaming, CTF challenges & Blue teaming.
The gau (Get All URLs) tool is a versatile open-source utility that collects URLs from…
Jsluice++ is a Burp Suite extension designed for passive and active scanning of JavaScript traffic…
Hey Folks :) !! In this tutorial, we will describe some of the techniques commonly…
Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…
Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…
Hey Folks, we are back today after such a long break, but don't worry we…
This website uses cookies.