jsluice
Extract URLs, paths, secrets, and other interesting bits from JavaScript
Details
Category: Discovery
Publisher: trickest-mhmdiaa
Created Date: 7/3/2023
Container: quay.io/trickest/jsluice:7760081
Source URL: https://github.com/BishopFox/jsluice
Parameters
Command:
- mode (Available modes: urls, secrets, tree, query, format)Command:
--warc
- Treat the input files as WARC (Web ARChive) filesCommand:
--query
- Tree sitter query to run; e.g. '(string) @matches'Command:
--cookie
- Cookies to use when making requests to the specified HTTP based argumentsCommand:
--format
- Format source code in the outputCommand:
--header
- Headers to use when making requests to the specified HTTP based arguments (can be specified multiple times)Command:
--unique
- Only output each URL once per input fileCommand:
--patterns
- JSON file containing user-defined secret patterns to look forCommand:
- JavaScript fileCommand:
--raw-output
- Do not convert values to native typesCommand:
--concurrency
- Number of files to process concurrently (default 1)Command:
--placeholder
- Set the expression placeholder to a custom string (default 'EXPR')Command:
- Folder including JavaScript filesCommand:
--resolve-paths
- Resolve relative paths using the absolute URL providedCommand:
--ignore-strings
- Ignore matches from string literalsCommand:
--include-source
- Include the source code where the URL was foundCommand:
--include-filename
- Include the filename in the output