Skip to content

A simple script to automate the process of asset discovery using different open source tools.

Notifications You must be signed in to change notification settings

voker2311/recon-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

recon-scripts

A simple script to automate the process of asset discovery using different open source tools. Feel free to use different set of wordlists according to your convenience.

Various functions

▶ install_tools - Install all the tools necessary to run the script
▶ censys_api - Scrape SSL Certificates from Censys API
▶ subdomain_discovery - Discover subdomains using tools like findomain,subfinder,amass, etc
▶ bruteforce - Resolving subdomains created using combine.py (Try with different wordlists)
▶ dnsgen - Performing permutations using words like dev,test,staging, etc
▶ extract_ips - Extract IPs from Censys API related to the target domain/subdomain

Usage

  • Setup a VPS to make all the installation (DigitalOcean - Preferred)
  • Create free account on censys, get the API and SECRET key and add it into the script
  • Make sure to add install_tools in the main function.
  • Use different subdomain wordlists like all.txt ~ Jhaddix or assetnote wordlists.
  • Edit the cron.sh file to add the location of your target dir
  • Also edit the provider-config.yml file of notify project
▶ mkdir target.com && mv automate.sh target.com
▶ ./cron.sh target.com

TODO

  • Subdomain takeover function to be implemented

About

A simple script to automate the process of asset discovery using different open source tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published