Js Analyze
js_analyzeFetches JavaScript bundles to extract endpoints, secrets, and libraries using pattern matching and security tools, without testing credentials.
Instructions
Fetch JavaScript bundles and extract endpoints, secrets, and libraries.
Fetches each URL once (a normal browser request), then runs native pattern
matching, jsluice (grammar-based URL extraction), linkfinder (regex-based
endpoint recovery over the saved files) and retire.js (known-vulnerable
library detection). Either external tool being absent is reported per-tool in
tools; it never turns into a quiet zero. Credential candidates are masked
in the output and are never tested against a live service here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| max_files | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||