Skip to content

Tool to make a port scan through the API of Shodan, Censys, Onyphe and Binardy Edge

License

Notifications You must be signed in to change notification settings

n4xh4ck5/heinsenberg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heinsenberg

Tool to make a port scan through the API of Shodan, Censys, Onyphe and Binardy Edge

Instalation

You can download the latest version of heinsenberg by cloning the GitHub repository:

git clone https://github.com/n4xh4ck5/heinsenberg 

Install the dependencies via pip:

 pip3 install -r requirements.txt 

Usage

python3 heisenberg.py -i <IP.txt> -a <API.json>

You need update your own API KEYS in the parameter file api.json. In the repository there is a example.

python3 heisenberg.py -h
usage: heisenberg.py [-h] [-e EXPORT] -i INPUT -a API

Tool to make a port scan through the API of Shodan, Censys, Onyphe and Binardy Edge

optional arguments:
  -h, --help            show this help message and exit
  -e EXPORT, --export EXPORT
                        File in xlsx format which contains the ports opened (y/n)
  -i INPUT, --input INPUT
                        Input in txt with the IP's which it wants to analyze
  -a API, --api API     Input in json with the API key of the services. Please, read the example file

Dependencies

Dependencies in python3:

  requests
  xlsxwriter
  json

Author

Ignacio Brihuega Rodríguez aka n4xh4ck5

Twitter: @n4xh4ck5

Web: fwhibbit.es

Disclamer

The use of this tool is your responsability. I hereby disclaim any responsibility for actions taken with this tool.

About

Tool to make a port scan through the API of Shodan, Censys, Onyphe and Binardy Edge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages