Home

Awesome

Censys Enumeration

Demo

script-in-action

Screenshots

Non verbose mode

non-verbose

Verbose mode

verbose

Sample JSON output

non-verbose

3rd party package dependency

censys

click

Setup

$ git clone git@github.com:yamakira/censys-enumeration.git
$ pip install -r requirements.txt
$ export CENSYS_API_SECRET="iySd1n0l2JLnHTMisbFHzxClFuE0"
$ python censys_enumeration.py --help                                                                                                 
Usage: censys_enumeration.py [OPTIONS] FILE

Options:
  --verbose                       Verbose output
  --subdomains / --no-subdomains  Enable/Disable subdomain enumeration
  --emails / --no-emails          Enable/Disable email enumeration
  --help                          Show this message and exit.

Usage

$ python censys_enumeration.py domains.txt
$ python censys_enumeration.py --no-emails domains.txt 
$ python censys_enumeration.py --no-sudomains domains.txt 
$ python censys_enumeration.py --verbose domains.txt 

$ python censys_enumeration.py --verbose --outfile results.json domains.txt