E-mails, subdomains and names Harvester - OSINT
Go to file
2020-02-02 23:25:57 +00:00
.github WIP for twitter port to async and update all other modules that use myparser 2020-01-02 02:38:17 +00:00
requirements Updated deps and added mock lib to dev deps 2020-02-02 23:25:57 +00:00
tests Tidy up tests and remove duplicated code 2020-01-15 22:29:42 +00:00
theHarvester remove duplicated code 2020-01-15 22:31:36 +00:00
wordlists Syncing and updated crtsh to work properly. 2019-08-08 00:27:42 -04:00
.gitattributes Removed google-profiles and clean up. 2019-02-13 23:05:52 -06:00
.gitignore Updated .gitignore. 2020-01-02 21:15:39 -05:00
.lgtm.yml Make sure we set lgtm.yml to use python3 2019-09-22 22:24:22 +01:00
.travis.yml update travis config 2020-01-26 17:00:48 +00:00
api-keys.yaml Add Spyse to api-keys.yaml 2019-09-29 20:41:58 +01:00
CONTRIBUTING.md Move contributing to the correct place and file name convention 2019-09-08 00:55:09 +01:00
COPYING Fix line endings. 2019-02-04 13:48:29 +01:00
Dockerfile WIP stuff 2019-11-13 14:45:49 +00:00
LICENSES Fix line endings. 2019-02-04 13:48:29 +01:00
mypy.ini Update mypy settings to use the new features of the 0.730 release 2019-09-26 19:36:01 +01:00
Pipfile Updated deps and added mock lib to dev deps 2020-02-02 23:25:57 +00:00
Pipfile.lock Updated deps and added mock lib to dev deps 2020-02-02 23:25:57 +00:00
README.md Remove 1 test and tidy up a few things and work on sypse module also add exalead to sources and update README.md about how to install theHarvester 2020-01-14 23:23:20 +00:00
requirements.txt added requirements.txt 2019-12-31 13:23:32 -05:00
setup.cfg remove commented out flake8 param 2019-09-26 21:48:40 +01:00
setup.py Bug fixes for file locations and more static linting, pep8 fixes and ci updates 2019-10-21 01:02:10 +01:00
theHarvester-logo.png Update theHarvester-logo.png 2019-09-10 23:14:45 +02:00
theHarvester.py Remove 1 test and tidy up a few things and work on sypse module also add exalead to sources and update README.md about how to install theHarvester 2020-01-14 23:23:20 +00:00

theHarvester

Build Status Language grade: Python Rawsec's CyberSecurity Inventory

What is this?

theHarvester is a very simple, yet effective tool designed to be used in the early
stages of a penetration test. Use it for open source intelligence gathering and
helping to determine a company's external threat landscape on the internet. The
tool gathers emails, names, subdomains, IPs, and URLs using multiple public data
sources that include:

Passive:

  • baidu: Baidu search engine - www.baidu.com

  • bing: Microsoft search engine - www.bing.com

  • bingapi: Microsoft search engine, through the API (Requires an API key, see below.)

  • CertSpotter: Cert Spotter monitors Certificate Transparency logs - https://sslmate.com/certspotter/

  • crtsh: Comodo Certificate search - www.crt.sh

  • dnsdumpster: DNSdumpster search engine - dnsdumpster.com

  • dogpile: Dogpile search engine - www.dogpile.com

  • duckduckgo: DuckDuckGo search engine - www.duckduckgo.com

  • Exalead: a Meta search engine - https://www.exalead.com/search

  • github-code: Github code search engine (Requires a Github Personal Access Token, see below.) - www.github.com

  • google: Google search engine (Optional Google dorking.) - www.google.com

  • hunter: Hunter search engine (Requires an API key, see below.) - www.hunter.io

  • intelx: Intelx search engine (Requires an API key, see below.) - www.intelx.io

  • linkedin: Google search engine, specific search for LinkedIn users - www.linkedin.com

  • netcraft: Internet Security and Data Mining - www.netcraft.com

  • otx: AlienVault Open Threat Exchange - https://otx.alienvault.com

  • securityTrails: Security Trails search engine, the world's largest repository
    of historical DNS data (Requires an API key, see below.) - www.securitytrails.com

  • shodan: Shodan search engine, will search for ports and banners from discovered
    hosts - www.shodanhq.com

  • Spyse: Web research tools for professionals (Requires an API key.) - https://spyse.com/

  • Suip: Web research tools that can take over 10 minutes to run, but worth the wait. - https://suip.biz/

  • threatcrowd: Open source threat intelligence - www.threatcrowd.org

  • trello: Search trello boards (Uses Google search.)

  • twitter: Twitter accounts related to a specific domain (Uses Google search.)

  • vhost: Bing virtual hosts search

  • virustotal: virustotal.com domain search

  • yahoo: Yahoo search engine

Active:

  • DNS brute force: dictionary brute force enumeration

Modules that require an API key:

Add your keys to api-keys.yaml

  • bing
  • github
  • hunter
  • intelx
  • securityTrails
  • shodan
  • spyse

Install & Dependencies:

Comments, bugs, or requests?

Main contributors:

  • Twitter Follow Matthew Brown @NotoriousRebel1
  • Twitter Follow Jay "L1ghtn1ng" Townsend @jay_townsend1
  • Twitter Follow Lee Baird @discoverscripts
  • LinkedIn Janos Zold

Thanks:

  • John Matherly - Shodan project
  • Ahmed Aboul Ela - subdomain names dictionaries (big and small)