/ShodanSearcher

Searches shodan for term and country and returns IP's that return HTTP 200.

Primary LanguagePython

==ShodanSearcher==

Searches shodanhq.io by keyword and country and only returns the IPs that respons HTTP 200 to GET requests.

Usage: ShodanSearcher.py [-h] [--country COUNTRY] [--timeout TIMEOUT] [--verbose] keywords [keywords ...]

positional arguments: keywords Search term.

optional arguments: -h, --help show this help message and exit --country COUNTRY, -c COUNTRY Country code. --timeout TIMEOUT, -t TIMEOUT Timeout for GET requests in seconds. --verbose, -v Verbose output.