mirror of
https://github.com/laramies/theHarvester.git
synced 2026-09-22 09:34:56 +02:00
Added securitytrailssearch.py to init.py in discovery directory and added more info to README.md
This commit is contained in:
@@ -49,7 +49,7 @@ Passive:
|
||||
|
||||
* google-profiles: Google search engine, specific search for Google profiles
|
||||
|
||||
* hunter: Hunter search engine (Requires API key, see below.)
|
||||
* hunter: Hunter search engine (Requires API key, see below.) www.hunter.io
|
||||
|
||||
* linkedin: Google search engine, specific search for Linkedin users
|
||||
|
||||
@@ -57,12 +57,15 @@ Passive:
|
||||
|
||||
* pgp: PGP key server - mit.edu
|
||||
|
||||
* securitytrails: Security Trails search engine, the world's largest repository of historical DNS data
|
||||
(Requires API key, see below.) - www.securitytrails.com/
|
||||
|
||||
* shodan: Shodan search engine, will search for ports and banners from discovered
|
||||
hosts - www.shodanhq.com
|
||||
|
||||
* threatcrowd: Open source threat intelligence - www.threatcrowd.org
|
||||
|
||||
* trello:
|
||||
* trello: Search trello boards (Uses Google search.)
|
||||
|
||||
* twitter: Twitter accounts related to a specific domain (Uses Google search.)
|
||||
|
||||
@@ -84,6 +87,7 @@ Modules that require an API key:
|
||||
--------------------------------
|
||||
* googleCSE: add your API key and CSE ID to discovery/googleCSE.py
|
||||
* hunter: add your API key to discovery/huntersearch.py
|
||||
* securitytrails: add your API key to discovery/securitytrailssearch.py:
|
||||
* shodan: add your API key to discovery/shodansearch.py
|
||||
|
||||
Dependencies:
|
||||
|
||||
@@ -23,4 +23,5 @@ __all__ = ["bingsearch",
|
||||
"googlecertificates",
|
||||
"googleCSE",
|
||||
"censys",
|
||||
"securitytrailssearch",
|
||||
"trello"]
|
||||
Reference in New Issue
Block a user