mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 22:42:56 +08:00
Merge branch 'master' of https://github.com/laramies/theHarvester
This commit is contained in:
commit
e95a1c6f1a
2 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ tests/myparser.py
|
|||
stash.sqlite
|
||||
*.sqlite
|
||||
.vscode
|
||||
venv
|
||||
|
|
|
@ -310,8 +310,10 @@ def start(argv):
|
|||
from discovery import censys
|
||||
#import locally or won't work
|
||||
search = censys.search_censys(word)
|
||||
search.process(5)
|
||||
search.process()
|
||||
totalnumberofpages = search.get_totalnumberofpages()
|
||||
all_emails = []
|
||||
all_ip = search.get_ipaddresses()
|
||||
all_hosts = search.get_hostnames()
|
||||
|
||||
elif engineitem == "trello":
|
||||
|
|
Loading…
Reference in a new issue