Added securitytrailssearch.py to init.py in discovery directory and added more info to README.md

This commit is contained in:
NotoriousRebel
2018-12-22 20:20:55 -05:00
parent 70188d0d75
commit 5c99df2643
2 changed files with 7 additions and 2 deletions
+6 -2
View File
@@ -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:
+1
View File
@@ -23,4 +23,5 @@ __all__ = ["bingsearch",
"googlecertificates",
"googleCSE",
"censys",
"securitytrailssearch",
"trello"]