Skip to content

Commit eb3d938

Browse files
author
ekultek
committed
ready for deployment
1 parent 9adb6eb commit eb3d938

File tree

9 files changed

+138
-787
lines changed

9 files changed

+138
-787
lines changed

api_calls/shodan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def shodan(self):
2828
"""
2929
connect to the API and grab all IP addresses associated with the provided query
3030
"""
31-
start_animation("search Shodan with given query '{}'".format(self.query))
31+
start_animation("searching Shodan with given query '{}'".format(self.query))
3232
discovered_shodan_hosts = set()
3333
try:
3434
req = requests.get(

autosploit-dev.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)