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
required
Command: --url - The url to get the javascript sources from
no-color
boolean
Command: --nocolors - Don't color the output
complete-urls
boolean
Command: --complete - Complete the urls. e.g. /js/index.js -> https://example.com/js/index.js
input-url-file
file
required
Command: --input - Input file with urls
request-timeout
string
Command: --timeout - The request timeout. Default: 10 (secs)
custom-request-header
string
Command: --header - Custom request header(s). -H Authorization: Bearer token
skip-ssl-verification
boolean
Command: --insecure - Skip SSL certificate verification. Use when the cert is expired or invalid
filter-non-existing-files
boolean
Command: --resolve - Resolve the output and filter out the non existing files (Can only be used in combination with --complete)