File tree 1 file changed +1
-1
lines changed 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ getJS -h
36
36
| --method | The request method. e.g. POST or GET. Default: "GET"| getJS --url https://poc-server.com --method POST |
37
37
| --timeout | The request timeout. Default: 10 (secs) | getJS --url https://poc-server.com --timeout 15 |
38
38
| --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" |
40
40
| --input | Input file with urls | getJS --input domains.txt |
41
41
| --output | The file where to save the output to | getJS --output output.txt |
42
42
| --verbose | Display info of what is going on | getJS --verbose |
You can’t perform that action at this time.
0 commit comments