8000 GitHub - chris-womack/recon-enum: python script to automate the usage of recon-ng. Based on the enum.sh script by @jhaddix
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chris-womack/recon-enum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Requires Python3 Requires requests

Easy_install3 requests | pip3 install requests

Subdomain enumeration script that creates/uses a dynamic resource script for recon-ng. only 1 module needs api’s (/api/google_site) find instructions for that on the wiki. uses google scraping, bing scraping, baidu scraping, netcraft, and bruteforces to find subdomains. oringal by @jhaddix https://github.com/jhaddix/domain

Recon-ng by @LaNMaSteR53 - https://bitbucket.org/LaNMaSteR53/recon-ng

Addional funtionality and port to python by @securelyinsecure:

usage:

recon-enum.py [-h] -d [-B] [-S] [-R] [--reset_workspace]

optional arguments

-h, --help show this help message and exit

-d DOMAIN, --domain DOMAIN specify a domain

-B, --brute Toggle Brute force of subdomains (default=false)

-S, --suffix Toggle Brute force of domain suffix (default=false)

-R, --reverse_resolve Toggle reverse dns lookups of hosts (default=false)

--reset_workspace Reset recon-ng workspace for domain (default=false)

About

python script to automate the usage of recon-ng. Based on the enum.sh script by @jhaddix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0