Skip to main content
ClaudeWave
Skill282 estrellas del repoactualizado yesterday

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.

Instalar en Claude Code
Copiar
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-recon
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.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`