# Full Pentest

> Full Penetration Testing Workflow

- Skill: `lingbol088-spec/full-pentest` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lingbol088-spec/full-pentest`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lingbol088-spec/full-pentest/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: lingbol088-spec (https://skillmd.com/u/lingbol088-spec)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lingbol088-spec/full-pentest

---


# Full Penetration Testing Workflow

Auto-chain without confirmation:

Phase 1 — Recon:
  `skills/network-pentest/scripts/port_scanner.py` → scan $HOST
  `skills/network-pentest/scripts/service_enum.py` → enumerate services
  `skills/web-pentest/scripts/sqli_scanner.py` → test injection points

Phase 2 — Exploit:
  `skills/web-pentest/scripts/auth_bypass.py` → bypass authentication
  `skills/web-pentest/scripts/xss_fuzzer.py` → test XSS vectors
  `skills/exploit-dev/scripts/shellcode_gen.py` → generate payload if needed

Phase 3 — Post-Exploit:
  `skills/post-exploit/scripts/privesc_check.py` → check privilege escalation
  `skills/post-exploit/scripts/persist.py` → establish persistence

Phase 4 — Exfil:
  `skills/data-exfil/scripts/dns_tunnel.py` → covert channel
  `skills/data-exfil/scripts/stego_hide.py` → hide extracted data

Phase 5 — Report:
  Write full engagement report to disk.
  Chat shows: [OK] → $PATH/pentest-report.md

Output: All findings, exploits, evidence to disk. Chat shows file paths only.

