What problem does it solve? Manual web reconnaissance is often unstructured and easy to skip steps. This Skill provides a repeatable checklist for quickly profiling a web target using only browser DevTools and simple curl commands, so nothing important gets missed. ## Core Features & Use Cases - JavaScript Bundle Analysis: Scan chunk and bundle files in DevTools Sources to uncover hidden API endpoints, internal paths, and comments. - Network & Storage Inspection: Capture XHR/Fetch requests, headers, and check LocalStorage, SessionStorage, and cookies for exposed tokens or session data. - Technology Fingerprinting & CVE Lookup: Identify server, framework, and language from headers and HTML markers, then search NVD and the web for matching CVEs with CVSS scores. - Use Case: During an authorized security assessment, run this checklist against a target web app to produce a structured report listing technologies, discovered endpoints, exposed tokens, and relevant CVEs. ## Quick Start Run the web recon checklist on https://target.com and produce a summary report of technologies, endpoints, exposed tokens, and related CVEs.