ReconFTW (six2dez)

ReconFTW is the complete automation process for the bug bounty.It can find you subdomains,fuzzing,nuclei scanning and using more than 20 tools to find vulnerabilites.

Enumerating Subdomains using ReconFTW

./reconftw.sh -s <domain> -o <path to the folder>

Full Recon using ReconFTW

i will run this in screen so that i switch off my VPS or something bad happens, my scan is still running in the background always.

./reconftw.sh -d domain.com -r --deep -o /root/Bug-Bounty/Domain.com

Full Aggressive Recon and All Active Attacks

./reconftw.sh -d www.domain.com -a --deep -o /root/Bug-Bounty/domain/

Last updated