File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ getJS -h
3636| --method | The request method. e.g. POST or GET. Default: "GET"| getJS --url https://poc-server.com --method POST |
3737| --timeout | The request timeout. Default: 10 (secs) | getJS --url https://poc-server.com --timeout 15 |
3838| --insecure | Skip SSL certificate verification. Use when the cert is expired or invalid | getJS --url https://poc-server.com --insecure |
39- | --header | Custom request header(s). -H "Authorization: Bearer token" | getJS --url https://poc-server.com --insecure |
39+ | --header | Custom request header(s) | getJS --url https://poc-server.com --header "Authorization: Bearer token" |
4040| --input | Input file with urls | getJS --input domains.txt |
4141| --output | The file where to save the output to | getJS --output output.txt |
4242| --verbose | Display info of what is going on | getJS --verbose |
You can’t perform that action at this time.
0 commit comments