mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 06:22:57 +08:00
Fixed source typo.
This commit is contained in:
parent
cc37a49c4c
commit
5cbfad234e
3 changed files with 1 additions and 18 deletions
|
@ -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 @@ 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)
|
||||
|
|
Loading…
Reference in a new issue