Shodan query thingy at this point.
-
= Python 3.5.1
- Recommend pip....
- shodan
- requests
- json
pip install -r requirements.txt
$ python dalek.py --help
usage: dalek.py [-h] [--api_key API_KEY] [--kill-time KILL_TIME]
[--increment INCREMENT] [--file FILE] [--keyword KEYWORD]
A shodan scraper looking for botnets utilizing and exploiting vulnerable and
misconfigured docker.socket instances
optional arguments:
-h, --help show this help message and exit
--api_key API_KEY Api key from api.shodan.io goes here
--kill-time KILL_TIME
How long you want the program to scan
--increment INCREMENT
How far increments of scans will be in hours.
(Example: 1, 2, 3)
--file FILE File with all shodan api query strings
--keyword KEYWORD Single query string to search shodan with