getjs
getJS is a tool to extract all the javascript files from a set of given urls. The urls can also be piped to gets, or you can specify a single url.
Details
Category: Discovery
Publisher: trickest
Created Date: 6/23/2021
Container: quay.io/trickest/getjs:04c72bf
Source URL: https://github.com/003random/getJS
Parameters
url
string
requiredCommand:
--url
- The url to get the javascript sources fromno-color
boolean
Command:
--nocolors
- Don't color the outputcomplete-urls
boolean
Command:
--complete
- Complete the urls. e.g. /js/index.js -> https://example.com/js/index.jsinput-url-file
file
requiredCommand:
--input
- Input file with urlsrequest-timeout
string
Command:
--timeout
- The request timeout. Default: 10 (secs)custom-request-header
string
Command:
--header
- Custom request header(s). -H Authorization: Bearer tokenskip-ssl-verification
boolean
Command:
--insecure
- Skip SSL certificate verification. Use when the cert is expired or invalidfilter-non-existing-files
boolean
Command:
--resolve
- Resolve the output and filter out the non existing files (Can only be used in combination with --complete)