hackingbutlegal / SearchShodan

This is a basic example of how to search into Shodan using the ShodanAPI. -- With a few files added for iterative purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SearchShodan

This is a basic example of how to search into Shodan using the ShodanAPI.

Installation

To make this project work, you need to create a api.py file, and add the variable :

SHODAN_API_KEY = "XXXXXXXXXXXXXXXX"

Then, you can start the project by typing :

python SearchShodan.py

Usage

$ python SearchShodan.py 
Usage: SearchShodan.py [options]

Options:
  -h, --help         show this help message and exit
  --search=SEARCH    Search argument (eg. dir 615)
  --threads=THREADS  Max threads (default 5)
  --limit=LIMIT      Limit the number of results

About

This is a basic example of how to search into Shodan using the ShodanAPI. -- With a few files added for iterative purposes

License:GNU General Public License v3.0


Languages

Language:Python 95.6%Language:Shell 4.4%