Hello friends, In Bug Bounty recon is a very important step for web application penetration testing.
![]() |
Img: Reconftw |
There are two ways to recon
1- Automatic Recon
2- Manual Recon
There are many tools available on the internet for Recon. The tool we will talk about here is named "reconftw" (https://github.com/six2dez/reconftw) in this tool many tools have been merged.
for example:
- OSINT Tools
- Subdomain finder Tools
- Hosts, IP & Port scan Tools
- Web Scan Tools
- Other Tools
Mindmap/Workflow:
https://recon-mindmap.netlify.app/
Installation:
git clone https://github.com/six2dez/reconftw
cd reconftw/
./install.sh
./reconftw.sh -d target.com -r
0 Comments