Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

TraceHunt Server

БесплатноНе проверен

Enables username reconnaissance across 480+ platforms, generating HTML reports and footprint scores, accessible via AI agents.

GitHubEmbed

Описание

Enables username reconnaissance across 480+ platforms, generating HTML reports and footprint scores, accessible via AI agents.

README

🔎 TraceHunt

Find any username across 480+ platforms in seconds.
OSINT recon with one-file HTML reports, a 0–100 digital-footprint score, and a privacy-first no-phone-home default.

CI release python license tests stars

TraceHunt demo

One command, a ranked list of every platform a username exists on, plus a shareable HTML report.


TraceHunt is a privacy-respecting, self-hostable fork of the well-known Sherlock project (MIT). It keeps Sherlock's battle-tested detection engine and site database, and adds reporting, scoring, configuration and a no-phone-home default. See NOTICE.md for full attribution and the list of changes.

For authorized security research and OSINT only. Check the laws in your jurisdiction and only investigate accounts you are permitted to.


繁體中文摘要

TraceHunt 是一套 OSINT 使用者名稱偵查工具:輸入一個帳號名稱,它會在 480+ 個 社群/平台上查詢該名稱是否被註冊,協助資安研究與數位足跡盤點。

本專案是知名開源工具 Sherlock 的客製化分支(MIT 授權),在保留原本偵測引擎與 網站資料庫的基礎上,新增了以下功能:

  • HTML 報告:一鍵產生美觀、可離線開啟的單檔報告(--html report.html)。
  • 數位足跡評分:統計命中數並換算 0–100 分的足跡分數(--summary)。
  • YAML 設定檔:把常用參數寫進 tracehunt.yaml,免得每次重打(--config)。
  • 隱私優先:原版啟動時會自動連線檢查更新,本版改為 預設不連外,只有加上 --check-update 才會檢查。

授權與致謝請見 NOTICE.md;原始著作權保留於 LICENSE


Features

480+ sites Hunt a username across hundreds of platforms in parallel
HTML report --html report.html -> a self-contained, styled report you can share
Footprint score --summary -> counts + a 0–100 "digital footprint" score
Config file --config tracehunt.yaml -> store your default flags
No phone-home Update check is opt-in (--check-update), unlike upstream
Exports CSV (--csv) and Excel (--xlsx) like Sherlock

Install

git clone https://github.com/Hayatelin/tracehunt.git
cd tracehunt
pip install -r requirements.txt
# optional: install as a CLI command
pip install .

Requires Python 3.9+.

Quickstart

# Basic: hunt one username, print results to the terminal
python -m tracehunt johndoe

# Generate a styled HTML report + a footprint summary
python -m tracehunt johndoe --html johndoe.html --summary

# Limit to specific sites and export CSV
python -m tracehunt johndoe --site GitHub --site Reddit --csv

# Use a config file for your default options
python -m tracehunt johndoe --config tracehunt.yaml

If you installed it as a command, replace python -m tracehunt with tracehunt.

🤖 Use it from your AI agent (MCP + skill)

TraceHunt ships with an MCP server and an Agent Skill, so Claude Code, Cursor, Codex or Gemini CLI can run username recon for you on demand.

pip install "mcp[cli]" -r requirements.txt
python mcp/tracehunt_mcp.py        # exposes hunt_username() + footprint_score()

Register it with your agent (see mcp/README.md), then just ask: "use tracehunt to check the username octocat". Prefer the no-MCP route? The skill/SKILL.md teaches an agent to drive the CLI directly. There's also a plain Python API: from tracehunt.api import hunt.

Architecture

flowchart LR
    A[CLI args + tracehunt.yaml] --> B[core.run_search]
    B --> C[(site database<br/>data.json)]
    B --> D[Async requests<br/>requests-futures]
    D --> E[QueryResult per site]
    E --> F{Outputs}
    F --> G[Terminal]
    F --> H[CSV / XLSX]
    F --> I[report.py<br/>HTML + footprint score]

What's different from Sherlock

The detection engine and site list come from Sherlock (MIT). The added value:

  • tracehunt/report.py — HTML report + footprint scoring (new, stdlib only)
  • tracehunt/config.py — YAML config loader (new)
  • core.py — new --html / --summary / --config / --check-update flags; the automatic update check is now opt-in, and the bundled offline DB is the default.

Full details and attribution: NOTICE.md.

Tests

pip install pytest PyYAML
pytest

License

MIT — see LICENSE. Original work © 2019 Sherlock Project; TraceHunt modifications © 2026 VictorLin.

from github.com/Hayatelin/tracehunt

Установка TraceHunt Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Hayatelin/tracehunt

FAQ

TraceHunt Server MCP бесплатный?

Да, TraceHunt Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для TraceHunt Server?

Нет, TraceHunt Server работает без API-ключей и переменных окружения.

TraceHunt Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить TraceHunt Server в Claude Desktop, Claude Code или Cursor?

Открой TraceHunt Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare TraceHunt Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai