godzilla74 / Whiskey-Tango-Foxtrot

7 stars 1 forks source link

Whiskey-Tango-Foxtrot

Automated framework to do big bounty recon

What happens:

  1. Generates a subdomain wordlist with commonspeak2-wordlists
  2. Runs amass in passive mode on the domain provided
  3. Merges commonspeak and amass domains
  4. Resolves domains with massdns
  5. Outputs the resolved hosts to domains.tmp
  6. Runs httprobe on the resolved subdomains
  7. Runs masscan on the resolved ips
  8. Runs aquatone on the subdomains that httprobe found to be alive
  9. Runs ffuf on the found domains ...domain.com/FUZZ

Results:

You'll get a few files. I decided it's best to let you figure out what you want to keep:

Usage:

There are some variables you need to pass:

git clone git@github.com:godzilla74/pentest-tools.git
cd pentest-tools
docker build -t recon .
docker run -it -v $(pwd):/opt/results recon <domain> <resolver_check> <wordlist_size>

Todo:

Problems or Suggestions:

Have a problem or suggestion? Make an issue. I might get to it.