theHarvester/README.md

120 lines
3.6 KiB
Markdown
Raw Normal View History

2018-08-09 03:40:29 +08:00
```
*******************************************************************
2014-12-17 07:28:01 +08:00
* *
* | |_| |__ ___ /\ /\__ _ _ ____ _____ ___| |_ ___ _ __ *
* | __| '_ \ / _ \ / /_/ / _` | '__\ \ / / _ \/ __| __/ _ \ '__| *
* | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | *
* \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| *
* *
2019-01-14 11:23:45 +08:00
* theHarvester 3.0.6 v193 *
2014-12-17 07:28:01 +08:00
* Coded by Christian Martorella *
* Edge-Security Research *
* cmartorella@edge-security.com *
2018-08-09 03:40:29 +08:00
*******************************************************************
```
2011-05-04 23:07:06 +08:00
What is this?
-------------
2019-01-02 06:40:40 +08:00
theHarvester is a very simple, yet effective tool designed to be used in the early<br>
stages of a penetration test. Use it for open source intelligence gathering and helping<br>
to determine a company's external threat landscape on the internet. The tool gathers<br>
2019-01-02 10:08:05 +08:00
emails, names, subdomains, IPs, and URLs using multiple public data sources that include:
2018-12-23 04:29:11 +08:00
Passive:
--------
* baidu: Baidu search engine
2011-05-04 23:07:06 +08:00
2018-12-23 04:29:11 +08:00
* bing: Microsoft search engine - www.bing.com
2011-05-04 23:07:06 +08:00
2018-12-23 04:29:11 +08:00
* bingapi: Microsoft search engine, through the API (Requires API key, see below.)
2018-03-23 06:40:41 +08:00
2019-01-01 19:58:14 +08:00
* censys: Censys.io search engine
2018-03-23 06:40:41 +08:00
2018-08-09 03:44:02 +08:00
* crtsh: Comodo Certificate search - www.crt.sh
2018-03-23 06:40:41 +08:00
2019-01-01 19:58:14 +08:00
* cymon: Cymon.io search engine
2018-12-23 04:29:11 +08:00
* dogpile: Dogpile search engine - www.dogpile.com
2014-12-17 07:33:13 +08:00
2019-01-02 10:43:42 +08:00
* duckduckgo:
2018-12-27 15:19:13 +08:00
* google: Google search engine (Optional Google dorking.) - www.google.com
2018-12-23 04:29:11 +08:00
* googleCSE: Google custom search engine
2018-12-23 04:29:11 +08:00
* google-certificates: Google Certificate Transparency report
2018-12-23 04:29:11 +08:00
* google-profiles: Google search engine, specific search for Google profiles
2018-12-27 15:19:13 +08:00
* hunter: Hunter search engine (Requires API key, see below.) - www.hunter.io
2018-12-18 07:14:42 +08:00
* linkedin: Google search engine, specific search for Linkedin users
2019-01-01 19:58:14 +08:00
* netcraft: Netcraft Data Mining
2014-12-17 07:33:13 +08:00
2018-12-23 04:29:11 +08:00
* pgp: PGP key server - mit.edu
2014-12-17 07:33:13 +08:00
2018-12-27 15:19:13 +08:00
* securitytrails: Security Trails search engine, the world's largest repository<br>
of historical DNS data (Requires API key, see below.) - www.securitytrails.com
2018-12-27 15:19:13 +08:00
* shodan: Shodan search engine, will search for ports and banners from discovered<br>
hosts - www.shodanhq.com
2014-12-17 07:33:13 +08:00
2018-12-23 04:29:11 +08:00
* threatcrowd: Open source threat intelligence - www.threatcrowd.org
2014-12-17 07:33:13 +08:00
* trello: Search trello boards (Uses Google search.)
2015-05-11 06:37:00 +08:00
2018-12-23 04:29:11 +08:00
* twitter: Twitter accounts related to a specific domain (Uses Google search.)
* vhost: Bing virtual hosts search
2014-12-17 07:33:13 +08:00
2018-12-27 15:19:13 +08:00
* virustotal:
2018-12-23 04:29:11 +08:00
* yahoo: Yahoo search engine
2019-01-01 19:58:14 +08:00
* all: currently a subset of all the most effective plugins
2018-11-23 07:33:04 +08:00
Active:
-------
2018-12-23 04:29:11 +08:00
* DNS brute force: dictionary brute force enumeration
* DNS reverse lookup: reverse lookup of IP´s discovered in order to find hostnames
2018-08-09 03:44:02 +08:00
* DNS TDL expansion: TLD dictionary brute force enumeration
2018-12-23 04:29:11 +08:00
Modules that require an API key:
--------------------------------
2018-12-27 15:19:13 +08:00
Add your keys to discovery/constants.py
* googleCSE: API key and CSE ID
* hunter: API key
* securitytrails: API key
* shodan: API key
2011-05-04 23:07:06 +08:00
Dependencies:
2018-12-23 04:29:11 +08:00
-------------
2019-01-02 06:40:40 +08:00
* Python 3.6
* pip3 install -r requirements.txt
2018-12-27 15:19:13 +08:00
Changelog in 3.0:
-----------------
* Subdomain takeover checks.
* Port scanning (basic).
* Improved DNS dictionary.
* Shodan DB search fixed.
* Result storage in Sqlite.
2018-03-23 06:40:41 +08:00
2018-12-23 04:29:11 +08:00
Comments, bugs, or requests?
----------------------------
2011-05-04 23:07:06 +08:00
cmartorella@edge-security.com
2019-01-09 07:49:26 +08:00
Main contributors:
-------
* Matthew Brown @NotoriousRebel
2018-12-27 15:19:13 +08:00
* Janos Zold @Jzold
2019-01-09 07:49:26 +08:00
* Lee Baird @discoverscripts
* Jay Townsend @L1ghtn1ng
Thanks:
-------
2019-01-01 19:58:14 +08:00
* John Matherly - Shodan project
2018-12-23 04:29:11 +08:00
* Ahmed Aboul Ela - subdomain names dictionaries (big and small)