# Pentest Osint Recon

> Open Source Intelligence gathering and attack surface management for external reconnaissance.

- Skill: `jd-opensource/pentest-osint-recon` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add jd-opensource/pentest-osint-recon`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jd-opensource/pentest-osint-recon/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jd-opensource (https://skillmd.com/u/jd-opensource)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jd-opensource/pentest-osint-recon

---


# 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`

