n4xh4ck5 / heinsenberg

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%