Skip to content

imbas007/shodan_query_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

shodan query script

Usage

python3 shodan_query.py -h
Perform a Shodan query, display results, and save IP addresses to a text file.

SHODAN_API_KEY = 'YOUR_SHODAN_API_KEY'  # Replace with your Shodan API Key

options:
  -h, --help            show this help message and exit
  -q QUERY, --query QUERY
                        Shodan query
  -o OUTPUT, --output OUTPUT
                        Output file name (default: shodan_results.txt)

Please make sure that you are using a valid Shodan API Key

SHODAN_API_KEY = 'YOUR_SHODAN_API_KEY'  # Replace with your Shodan API Key

Example:

python3 shodan_query.py -q 'product:xxxxx'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages