mirror of
https://github.com/laramies/theHarvester.git
synced 2026-09-12 20:57:41 +02:00
Fixed source typo.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
apikeys:
|
||||
bing:
|
||||
key:
|
||||
|
||||
googleCSE:
|
||||
key:
|
||||
id:
|
||||
|
||||
hunter:
|
||||
key:
|
||||
|
||||
securityTrails:
|
||||
key:
|
||||
|
||||
shodan:
|
||||
key: oCiMsgM6rQWqiTvPxFHYcExlZgg7wvTt
|
||||
@@ -28,7 +28,6 @@ class SearchHunter:
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user