dependabot[bot]andJ.Townsend 750f6af2d4 Bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-08 13:56:53 +01:00
2025-07-08 02:37:21 +01:00
2025-03-11 02:57:01 +00:00
2024-08-07 19:28:52 +01:00
2025-07-08 02:37:21 +01:00

theHarvester

TheHarvester CI TheHarvester Docker Image CI Rawsec's CyberSecurity Inventory

About

theHarvester is a simple to use, yet powerful tool designed to be used during the reconnaissance stage of a red team assessment or penetration test. It performs open source intelligence (OSINT) gathering to help determine a domain's external threat landscape. The tool gathers names, emails, IPs, subdomains, and URLs by using multiple public resources that include:

Install and dependencies

Install uv:

curl -LsSf https://astral.sh/uv/install.sh | sh

Clone the repository:

git clone https://github.com/laramies/theHarvester
cd theHarvester

Install dependencies and create a virtual environment:

uv sync

Run theHarvester:

uv run theHarvester

Development

To install development dependencies:

uv sync --extra dev

To run tests:

uv run pytest

To run linting and formatting:

uv run ruff check
uv run ruff format

Passive modules

Active modules

  • DNS brute force: dictionary brute force enumeration
  • Screenshots: Take screenshots of subdomains that were found

Modules that require an API key

Documentation to setup API keys can be found at - https://github.com/laramies/theHarvester/wiki/Installation#api-keys

  • bevigil - 50 free queries/month, 1k queries/month $50
  • brave - Free plan available, Pro plans for higher limits
  • bufferoverun - 100 free queries/month, 10k/month $25
  • builtwith - 50 free queries ever, $2950/yr
  • censys - 500 credits $100
  • criminalip - 100 free queries/month, 700k/month $59
  • dehashed - 500 credts $15, 5k credits $150
  • dnsdumpster - 50 free querries/day, $49
  • fofa - query credits 10,000/month, up to 100k results/month $25
  • fullhunt - 50 free queries, 200 queries $29/month, 500 queries $59
  • github-code
  • haveibeenpwned - 10 email searches/min $4.50, 50 email searches/min $22
  • hunter - 50 credits/month free, 12k credits/yr $34
  • hunterhow - 10k free API results per 30 days, 50k API results per 30 days $10
  • intelx - free account is very limited. Business acount $2900
  • leaklookup - 20 credits $10, 50 credits $20, 140 credits $50, 300 credits $100
  • netlas - 50 free requests/day, 1k requests $49, 10k requests $249
  • onyphe - 10M results/month $587
  • pentesttools - 5 assets netsec $95/month, 5 assets webnetsec $140/month
  • projecdiscovery - requires work email. Free monthly discovery and vulnerability scans on sign-up email domain, enterprise $
  • rocketreach - 100 email lookups/month $48, 250 email lookups/month $108
  • securityscorecard - requires a work email
  • securityTrails - 50 free queries/month, 20k queries/month $500
  • shodan - Freelancer $69 month, Small Business $359 month
  • tomba - 25 searches/month free, 1k searches/month $39, 5k searches/month $89
  • venacus - 1 search/day free, 10 searches/day $12, 30 searches/day $36
  • virustotal - free 500 lookups/day, 15.5k lookups/month. Busines accounts requires a work email
  • whoisxml - 2k queries $50, 5k queries $105
  • windvane - 100 free queries
  • zoomeye - 5 results/day free, 30/results/day $190/yr

Package versions

Packaging status

Comments, bugs, and requests

Main contributors

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

Thanks

  • John Matherly - Shodan project
  • Ahmed Aboul Ela - subdomain names dictionaries (big and small)
Languages
Python 93.4%
JavaScript 3.5%
CSS 1.7%
HTML 1.3%