用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/AeonDave/malskill --skill sherlock命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | sherlock |
| description | Auth/lab ref: Hunt username presence across 400+ social networks and output found profile URLs. |
| license | MIT |
| compatibility | Python 3; Linux/macOS/Windows. |
| metadata | {"author":"AeonDave","version":"1.1"} |
Username hunter across 400+ social platforms.
pip install sherlock-project
# Search single username
sherlock username
# Search multiple usernames
sherlock user1 user2 user3
# Output to file
sherlock username --output results.txt
# JSON output
sherlock username --json
| Flag | Purpose |
|---|---|
--timeout N | Per-site timeout (default: 60s) |
--print-found | Only show found accounts |
--print-all | Show all (including not found) |
--output FILE | Save results |
--json | JSON format |
--site NAME | Search specific site only |
--csv | CSV output |
-x XLSX | Excel output |
Hunt username from breach data:
sherlock johndoe_83 --print-found --output johndoe_found.txt
Multiple username variants:
sherlock "john.doe" johndoe john_doe jdoe --print-found
Targeted site lookup:
sherlock johndoe --site twitter --site github --site linkedin
From breach data — test common variations at once:
sherlock john.doe johndoe john_doe j.doe jdoe83 --print-found --timeout 10
Given a real name "John Doe" or email johndoe83@gmail.com:
johndoe, john.doe, john_doe, jdoe, j.doe, johndoe83, jdoe83
firstname+lastname, firstnamelastname, last.first
Add: year of birth, numbers 1/2/_, common suffixes (_real, _official)
| sherlock | maigret | |
|---|---|---|
| Sites | ~400 | 2800+ |
| Output | URL list | Full dossier (scraped data) |
| Speed | Fast | Slower |
| Best for | Quick platform sweep | Deep profile building |
Use sherlock for fast sweep, maigret for deep investigation.
| File | When to load |
|---|---|
references/username-techniques.md | Username generation, variation tools, pivot strategies, platform-specific tips |