ctf-osint
仓库创建 2026年2月2日最近提交 2 天前SkillHot 收录 20 天前
▸ 精选理由
涵盖用户名、图片、DNS与历史数据检索,信息收集高效。
▸ 风险提示
可能涉及隐私或违背服务条款的数据抓取,请合规使用。
这个 Skill 做什么
提供用于CTF的开源情报收集与关联分析技巧。
汇总了在 CTF 和调研场景常用的开源情报(OSINT)招法:从公开记录、社交媒体、DNS、用户名枚举到反向图片搜索、Google dork、Wayback 等一键查法。适合遇到需要从外部搜集线索、还原目标信息或做关联分析时用。突出点是把常见技巧和必要工具(如 Shodan、exiftool)浓缩成快速参考。
▸ 展开 SKILL.md 英文原文
Provides open source intelligence techniques for CTF challenges. Use when gathering information from public sources, social media, geolocation, DNS records, username enumeration, reverse image search, Google dorking, Wayback Machine, Tor relays, FEC filings, or identifying unknown data like hashes and coordinates.
2.8k
Stars
333
Forks
11
仓库内 Skill
+197
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ljagiello/ctf-skills/main/ctf-osint/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ljagiello/ctf-skills/main/ctf-osint/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# CTF OSINT Quick reference for OSINT CTF challenges. Each technique has a one-liner here; see supporting files for full details. ## Prerequisites **Python packages (all platforms):** ```bash pip install shodan Pillow ``` **Linux (apt):** ```bash apt install whois dnsutils nmap libimage-exiftool-perl imagemagick curl ``` **macOS (Homebrew):** ```bash brew install whois bind nmap exiftool imagemagick curl ``` ## Additional Resources - [social-media.md](social-media.md) - Twitter/X (user IDs, Snowflake timestamps, Nitter, memory.lol, Wayback CDX), Tumblr (blog checks, post JSON, avatars), BlueSky search + API, Unicode homoglyph steganography, Discord API, username OSINT (namechk, whatsm
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有