Table of contents
No headings in the article.
1.FFUF
FFUF stands for fuzz faster you fools and it does exactly that, it is a super fast fuzzing tool written in go
2.Feroxbuster
It is a super convenient content discovery tool with many options, one of my personal favourites.
github.com/epi052/feroxbuster.git
3.Subfinder
when it comes to hacking on wide scope targets finding subdomains are really really important, especially if you are a beginner and project discovery's subfinder does exactly that for you.
github.com/projectdiscovery/subfinder.git
4.httpx
Another great tool by project discovery, this resolves a list of subdomains and checks whether the domains are alive or not.
github.com/projectdiscovery/httpx.git
5.nmap
The OG tool, takes a lot of time definitely not intended for large subdomain lists(or even small ones), tells everything about the website, like open ports, which os is it's server using and stuff like that.
6.Burpsuite
The swiss army knife of web hackers, you'll probably spend most of your time on it and you'll find all the great juicy bugs using this, portswigger is really doing great things for the community and in security research as well.
Well that's it,
Thank you for reading till the end.
Stay Hydrated !!