Fixed source typo.

This commit is contained in:
Lee Baird 2019-01-27 22:56:20 -06:00
parent cc37a49c4c
commit 5cbfad234e
3 changed files with 1 additions and 18 deletions

View file

@ -84,7 +84,7 @@ Add your keys to api-keys.yaml
* googleCSE: API key and CSE ID
* hunter: API key
* securitytrails: API key
* securityTrails: API key
* shodan: API key
Dependencies:

View file

@ -1,16 +0,0 @@
apikeys:
bing:
key:
googleCSE:
key:
id:
hunter:
key:
securityTrails:
key:
shodan:
key: oCiMsgM6rQWqiTvPxFHYcExlZgg7wvTt

View file

@ -28,7 +28,6 @@ def do_search(self):
def process(self):
self.do_search() # Only need to do it once.
print('\tDone Searching Results')
def get_emails(self):
rawres = myparser.Parser(self.totalresults, self.word)