From ea6dfc43757ae723a296271df157cdeeb145b68f Mon Sep 17 00:00:00 2001 From: Laramies Date: Sun, 30 Dec 2018 21:27:59 +0100 Subject: [PATCH] Update shodansearch.py Added Key back. --- discovery/shodansearch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discovery/shodansearch.py b/discovery/shodansearch.py index ecb23cce..41178eed 100644 --- a/discovery/shodansearch.py +++ b/discovery/shodansearch.py @@ -7,7 +7,7 @@ class search_shodan(): def __init__(self, host): self.host = host self.key = shodanAPI_key - if self.key == "": + if self.key == "oCiMsgM6rQWqiTvPxFHYcExlZgg7wvTt": raise MissingKey(True) self.api = Shodan(self.key)