Skip to content
/ recon Public

Scripts for bug bounty-ing and attack surface mapping

Notifications You must be signed in to change notification settings

rafaelh/recon

Repository files navigation

recon

This is a script to chain together various bug bounty tools to check for simple issue and build a set of resources to base manual testing on. This is a continual work in progress, as I learn more.

The tools used are:

Subdomain enumeration:

Subdomain verification:

  • massdns - confirm the subdomains resolve
  • wildcheck - remove wildcard domains (eg *.example.com)
  • httprobe - see which domains have responding web servers

Finding URLs:

  • hakrawler - crawl the subdomains for links
  • getallurls - get all known links from alienvault, wayback & common crawl

Checking for ...

Configuration settings can be put in config.py. The links above all have installation instructions, or you can take a look at my script update-kali for a more automated approach.

About

Scripts for bug bounty-ing and attack surface mapping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published