pentest-osint-recon
Pentest-osint-recon automates open-source intelligence gathering for security assessments by discovering subdomains, identifying technologies, harvesting contact information, and correlating infrastructure assets to map an organization's external attack surface. Use this skill during the reconnaissance phase of authorized penetration tests to comprehensively document targets before vulnerability assessment.
git clone --depth 1 https://github.com/jd-opensource/JoySafeter /tmp/pentest-osint-recon && cp -r /tmp/pentest-osint-recon/skills/pentest-osint-recon ~/.claude/skills/pentest-osint-reconSKILL.md
# Pentest OSINT Recon ## Purpose Gather publicly available information about a target organization to map its external attack surface, including subdomains, emails, and exposed assets. ## Core Workflow 1. **Domain Enumeration**: Discover subdomains and related assets using `amass` and `subfinder`. 2. **Tech Profiling**: Identify technologies used on discovered assets using `httpx` and `whatweb`. 3. **Information Gathering**: Search for emails, leaks, and social media presence using `theharvester` and search engines. 4. **Asset Correlation**: Correlate IP addresses, domains, and technologies to find weak spots. 5. **Vulnerability Intel**: Check discovered software versions against CVE databases. ## References - `references/tools.md` - `references/workflows.md`
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when you have a written implementation plan to execute in a separate session with review checkpoints
OpenClaw 安全检测工具,基于安全实践指南验证配置安全、权限隔离、网络策略、日志审计和运行时完整性
OpenClaw 攻击模式检测工具,识别数据外传、反弹Shell、文件泄露、Prompt注入、供应链投毒等高危行为,支持 MITRE ATT&CK 映射
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
AI/LLM application security testing — prompt injection, jailbreaking, data exfiltration, and insecure output handling per OWASP LLM Top 10.
Deep OWASP API Security Top 10 testing for REST, GraphQL, gRPC, and WebSocket APIs — BFLA, mass assignment, rate limiting, and unsafe consumption.