📄️ General Usage
After you setup jxscout, if you use your browser, all the HTML and JS files that flow through your proxy (Burp or Caido) will be downloaded to the ~/jxscout/ folder.
📄️ Descriptors
The descriptors view shows the findings discovered by jxscout in the JS files for your target. As jxscout discovers Webpack chunks, source maps and optimizes code, it will run the code through an analyzer that detects relevant pieces of code for security researchers.
📄️ Assets
jxscout automatically downloads HTML, JS files, Webpack Chunks, Source Maps and keeps track of all of the relationship between them. When analyzing JS files manually, it's useful for you to know where that JS file was loaded, or which JS files were loaded from a particular route (in jxscout saved as HTML files).
📄️ CLI Client
TODO: this feature exists but there are no docs yet. feel free to reach out to me if you have any questions.
📄️ MCP Server
TODO: this feature exists but there are no docs yet. feel free to reach out to me if you have any questions.