Skip to main content

CLI-Based Recon and Threat Intelligence Framework

Project description

DEFCON 34

AppSec Village

🗓️ Aug 6–9, 2026  •  Las Vegas  •  Upcoming

Farsight: Turning OSINT into Actionable Attack Surface Intelligence

BLACKHAT 2025

Black Hat

🎯 Oct 1–2, 2025  •  Toronto  •  Presented

Arsenal: CLI-Based Recon and Threat Intelligence Framework

FARSIGHT Logo

FARSIGHT

Python License Stars CI Last Commit

A fast, modular CLI recon and threat-intelligence framework. Works with or without API keys.

FARSIGHT demo: scanning a domain from the CLI

Features

  • Organization Discovery: WHOIS, certificate transparency, passive DNS, related domains
  • Recon & Asset Discovery: DNS enumeration, subdomain discovery, async port scanning
  • Threat Intelligence: leak detection, credential exposure, dark web mentions, email reputation
  • Typosquatting Detection: domain permutation, content similarity, risk scoring
  • News Monitoring: relevance-scored news tracking across multiple sources
  • Reporting: Markdown and PDF output with executive summaries
  • API-optional: works out of the box; add keys (Shodan, Censys, VirusTotal, ...) for deeper results

Install

git clone https://github.com/seedon198/Farsight.git
cd Farsight
python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txt

Requires Python 3.10+.

Usage

# Basic scan (org discovery + recon)
python -m farsight scan example.com

# Everything, verbose
python -m farsight scan example.com --all --verbose

# Specific modules, PDF output
python -m farsight scan example.com -m org -m threat --output report.pdf

Run python -m farsight scan --help for the full option list.

Web UI

A local-only web UI wraps the same scan modules with a live-progress browser view:

pip install -r requirements-web.txt
python -m farsight web

Opens a browser at http://127.0.0.1:8000 with real-time module progress, live stats, and an in-browser report with Markdown/PDF download. Binds to loopback only — there's no authentication, so don't expose it beyond your own machine. Run python -m farsight web --help for options.

FARSIGHT web UI: scan form with live stats

FARSIGHT web UI: attack surface graph FARSIGHT web UI: typosquat watch grid

FARSIGHT web UI: in-browser report

API Keys (optional)

FARSIGHT works with zero configuration. Set these for deeper results:

export FARSIGHT_SHODAN_API_KEY="..."
export FARSIGHT_CENSYS_API_KEY="..."
export FARSIGHT_SECURITYTRAILS_API_KEY="..."
export FARSIGHT_VIRUSTOTAL_API_KEY="..."
export FARSIGHT_INTELX_API_KEY="..."
export FARSIGHT_LEAKPEEK_API_KEY="..."

Development

pip install -r requirements-dev.txt
pytest tests/

Contributions welcome: fork, branch, open a PR.

License

MIT. See LICENSE.

Disclaimer

For authorized security assessments only. Always get permission before scanning a domain or network you don't own.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

farsight_recon-2.0.0b1.tar.gz (198.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

farsight_recon-2.0.0b1-py3-none-any.whl (212.1 kB view details)

Uploaded Python 3

File details

Details for the file farsight_recon-2.0.0b1.tar.gz.

File metadata

  • Download URL: farsight_recon-2.0.0b1.tar.gz
  • Upload date:
  • Size: 198.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for farsight_recon-2.0.0b1.tar.gz
Algorithm Hash digest
SHA256 7edbc55929e06e1a7a8e75d39dda698e76bf22ea994ac7d259b9e48fd0dd922b
MD5 940212d4bc09c5870b255a6d59a21f65
BLAKE2b-256 00bf8e18bec782d93aaaace506734989ef02320501142c529fa26f64211c4b43

See more details on using hashes here.

Provenance

The following attestation bundles were made for farsight_recon-2.0.0b1.tar.gz:

Publisher: publish-pypi.yml on seedon198/Farsight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file farsight_recon-2.0.0b1-py3-none-any.whl.

File metadata

File hashes

Hashes for farsight_recon-2.0.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 c9ffd230713bd19e8eec33be35857f2e060bf300d842f20dfa9a2e2331b196b6
MD5 b89afe3dbf3965d2ad146e6a8536f285
BLAKE2b-256 173e6f68aa1120051f03e0e366475e2af2f56255e3ffd21a77f0d0d939b80504

See more details on using hashes here.

Provenance

The following attestation bundles were made for farsight_recon-2.0.0b1-py3-none-any.whl:

Publisher: publish-pypi.yml on seedon198/Farsight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page