📄️ 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 API Gateway
JS Recon uses AWS API gateway to change the IP address of the client as an additional feature to avoid rate limiting. This feature requires the tokens to be properly configured. To know how to configure the credentials for API Gateway, please refer to the Installation page.
📄️ 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.