Update shodansearch.py

Added Key back.
This commit is contained in:
Laramies 2018-12-30 21:27:59 +01:00
parent de773b8c23
commit ea6dfc4375

View file

@ -7,7 +7,7 @@ class search_shodan():
def __init__(self, host): def __init__(self, host):
self.host = host self.host = host
self.key = shodanAPI_key self.key = shodanAPI_key
if self.key == "": if self.key == "oCiMsgM6rQWqiTvPxFHYcExlZgg7wvTt":
raise MissingKey(True) raise MissingKey(True)
self.api = Shodan(self.key) self.api = Shodan(self.key)