mirror of
https://github.com/laramies/theHarvester.git
synced 2026-08-17 19:35:40 +02:00
Update shodansearch.py
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user