What problem does it solve? Manually coordinating dozens of Kali Linux tools for reconnaissance, vulnerability scanning, and proof-of-concept verification is slow and error-prone. This Skill turns a natural-language request like "find vulnerabilities on example.com" into a structured, multi-phase penetration testing workflow with verified findings. ## Core Features & Use Cases - Three-Phase Workflow: Runs parallel reconnaissance (subfinder, nmap, whatweb, wafw00f, httpx), routes results to specialized vulnerability probes (sqlmap, nuclei, nikto, wpscan), then confirms every suspected issue with a real PoC request. - Anti-Fabrication Guardrails: Enforces strict rules requiring tool output, timestamps, and reproducible PoCs for every reported finding, preventing unverified vulnerability claims. - Standardized Reporting: Emits each confirmed issue via ReportFinding with severity, description, PoC, and remediation, plus final report.json and report.md files. - Use Case: A bug bounty hunter types "帮我挖 target.com 的漏洞" and receives a live-streamed scan that ends with a table of confirmed high/critical findings and exportable reports. ## Quick Start Ask the agent to hunt vulnerabilities on a specific target, for example: "Find high-severity vulnerabilities on https://example.com and give me a verified report."