ctf-osint
仓库创建 2026年7月8日最近提交 3 天前SkillHot 收录 5 小时前
▸ 精选理由
适合线上侦查与信息枚举阶段,提高线索获取效率。
▸ 风险提示
涉及公开数据收集与隐私,使用时注意法律与道德合规。
这个 Skill 做什么
提供面向CTF的开源情报收集工具与方法速查。
面向 CTF 的开源情报速查,把社媒搜索、地理定位、DNS/WHOIS、用户名枚举、反向图像搜索、Google dork、Wayback 等常用技巧和命令浓缩成一本工具清单。用在做 CTF 情报题或需要从公开来源快速还原线索时非常实用。特点是命令/工具导向、上手快,便于在比赛中迅速验证线索。
▸ 展开 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.
243
Stars
13
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/OpenAisec/Miko/main/data/skills/ctf-osint/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/OpenAisec/Miko/main/data/skills/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 公开信息 · 原文版权归作者所有