Update shodansearch.py

This commit is contained in:
Laramies
2018-12-30 21:30:35 +01:00
parent ea6dfc4375
commit cbd25be438
+1 -1
View File
@@ -7,7 +7,7 @@ class search_shodan():
def __init__(self, host):
self.host = host
self.key = shodanAPI_key
if self.key == "oCiMsgM6rQWqiTvPxFHYcExlZgg7wvTt":
if self.key == "":
raise MissingKey(True)
self.api = Shodan(self.key)