Name:getjs
Category:Discovery
Publisher:trickest
Created:6/23/2021
Container:quay.io/trickest/getjs:04c72bf
Output Type:
License:Unknown

Parameters

url
string
required
--urlThe url to get the javascript sources from
no-color
boolean
--nocolorsDon't color the output
complete-urls
boolean
--completeComplete the urls. e.g. /js/index.js -> https://example.com/js/index.js
input-url-file
file
required
--inputInput file with urls
request-timeout
string
--timeoutThe request timeout. Default: 10 (secs)
custom-request-header
string
--headerCustom request header(s). -H Authorization: Bearer token
skip-ssl-verification
boolean
--insecureSkip SSL certificate verification. Use when the cert is expired or invalid
filter-non-existing-files
boolean
--resolveResolve the output and filter out the non existing files (Can only be used in combination with --complete)