Introduction
Premium version documentation
This documentation is for the premium version of jxscout. The open source version documentation is at the GitHub's README.
jxscout is a tool designed to help security researchers analyze and find vulnerabilities in JavaScript code. It works with your favorite proxy (Burp or Caido), capturing requests and saving JS files locally for easy analysis in your preferred code editor.
While you are focusing on hacking, jxscout will be in the background:
- Finding lazy loaded Webpack Chunks that weren't loaded by the browser
- Finding .map files and reversing code to the original sources
- Optimizing JS files to make them easier to read
- Finding and creating annotations for relevant code (e.g. secrets, paths, onmessage listeners)