Skip to content

0rbytal/SearchShodan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%