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

pip install farsight-recon

(The PyPI distribution is named farsight-recon since farsight was already taken, but it installs the same farsight command.)

With Poetry:

poetry add farsight-recon

Or run from source:

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)
farsight scan example.com

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

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

Running from source instead of a pip install? Swap farsight for python -m farsight in any command above.

Run 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.0.tar.gz (199.2 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.0-py3-none-any.whl (212.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: farsight_recon-2.0.0.tar.gz
  • Upload date:
  • Size: 199.2 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.0.tar.gz
Algorithm Hash digest
SHA256 3a7a10562432f8a2288e7f5c65aa1daa06334b26cfe0364e4c60fd7e535f658a
MD5 103b4283673e8be7af6f6a25f73c27aa
BLAKE2b-256 c67bdce098dea63798ffc13608babd52be7cfd5aadc22df8e375934e8c2df5fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for farsight_recon-2.0.0.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.0-py3-none-any.whl.

File metadata

  • Download URL: farsight_recon-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 212.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for farsight_recon-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f63cc849096de5c1ac77d36662f816c0996d12bd0f534f15cf757cd2f8d126ca
MD5 1f66eef368afc067ebfbc90cf40837e4
BLAKE2b-256 e70a8eaf8bd87c01e374e7c69fcaac91f695c92be84de310a9b86ea53f2703f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for farsight_recon-2.0.0-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