📄️ Example scenario of using JS Recon
This document highlights using the modules of JS-Recon individually. All of this can be automated, which can be found at the end of the file in the Run Module.
📄️ Using the proxy module (AWS API Gateway method)
JS Recon can route requests through an AWS API Gateway REST API to rotate the client IP address as
📄️ Vue.js static scan
This document walks through running JS Recon end-to-end against a Vue.js target. The pipeline is parallel to the Next.js scenario: download the JS surface, map functions, run AST rules, and produce a report — but with Vite-specific handling for both production chunks and dev-server modules.
📄️ Svelte/Astro static scan
This document walks through running JS Recon end-to-end against a Svelte or Astro+Svelte target. The pipeline mirrors the Vue.js scenario: download the JS surface, map Vite chunks, run AST rules, and produce a report — with additional handling for Astro island hydration and client-side-routed page discovery.