Claude Skill
elementalsouls/Claude-OSINT
Claude-OSINT 提供两套配对的 Claude Skill、90 多个侦察模块、48 个秘密正则表达式模式、80 多条搜索指令和 27 个攻击路径模板,适用于授权红队和漏洞赏金任务。
概览
仓库信息
安装这个 Skill
git clone https://github.com/elementalsouls/Claude-OSINT.gitRegistry 信息
项目简介
Claude-OSINT 是一套即插即用的技能集,可将 Claude 转变为授权红队和漏洞赏金任务中的强大外部侦察操作员。它包括两套配对的 Claude Skill、90 多个侦察模块、48 个秘密正则表达式模式、80 多条搜索指令、9 个只读凭证验证器、27 个攻击路径模板以及超过 5500 行结构化战术代码。
Two paired Claude skills · 90+ recon modules · 48 secret-regex patterns · 80+ dorks · 9 read-only credential validators · 27 attack-path templates · 5,500+ lines of structured tradecraft. Drop-in SKILL.md files that turn Claude into a god-mode external recon operator for authorized red-team and bug-bounty engagements.
要点
- 两套配对的 Claude Skill,实现无缝集成
- 90 多个侦察模块,涵盖多种 OSINT 技术
- 48 个秘密正则表达式模式,用于敏感数据发现
- 80 多条搜索指令,用于高级搜索引擎查询
- 9 个只读凭证验证器,确保安全验证
- 27 个攻击路径模板,用于结构化威胁建模
使用场景
- 授权红队外部侦察
- 漏洞赏金目标表面映射
- 敏感数据暴露识别
- 凭证泄露验证
- 攻击路径枚举与建模
README 摘要
 # claude-osint > 2 paired Claude skills · **90+ recon modules** · 48 secret-regex patterns · 80+ dorks · 9 read-only credential validators · 27 attack-path templates · 4,600+ lines of structured tradecraft. Drop-in `SKILL.md` files that turn Claude into a god-mode external recon operator for authorized red-team and bug-bounty engagements. Built by **[ElementalSoul](https://github.com/elementalsouls)** — GenAI Security Research. --- ## What is this? `claude-osint` is a paired set of skills for the [Claude skills system](https://docs.claude.com/en/docs/claude-code/skills). Each skill is a structured `SKILL.md` file that primes Claude with expert-level methodology for one half of the offensive recon problem: - **`osint-methodology`** - *how to think.* Strategic + procedural. Asset-graph discipline, severity rubric, time budgeting, identity-fabric mapping, deliverable templates. - **`offensive-osint`** - *what to reach for.* Tactical arsenal. Probe paths, regexes, payloads, scoring rules, curl one-liners, tool URLs. Drop both into your Claude environment and it behaves like a senior recon analyst: it knows the techniques, the tooling, the edge cases, and the escalation paths — and it stays in scope. ~4,600 lines of structured tradecraft · 96.9% PASS on a 32-prompt self-evaluation · ~85–90% practitioner coverage for the recon phase of authorized engagements. --- ## Structure ``` claude-osint/ ├── skills/ │ ├── osint-methodology/SKILL.md # how to think (455 lines) │ └── offensive-osint/ │ ├── SKILL.md # what to reach for (4,168 lines) │ ├── scripts/secret_scan.py # stdlib-only secret scanner │ └── scripts/h1_reference.py # HackerOne disclosed-reports reference agent ├── d