| name | full-pentest |
| description | Complete penetration testing workflow chain. Trigger: full pentest, complete pentest, pentest workflow, 瀹屾暣娓楅€? 娓楅€忓伐浣滄祦, full penetration test. |
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.