diff options
| author | Shulhan <ms@kilabit.info> | 2025-06-14 19:21:10 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-06-16 22:44:37 +0700 |
| commit | f9478c87f6e8553ce42c5fca91c2fc09f9f50d0f (patch) | |
| tree | cd9e6945cf736853c623f00fdd6b9c48f42955e9 /README.adoc | |
| parent | fb9937797a07816fbc8b25fc03893f74bf7c7663 (diff) | |
| download | jarink-f9478c87f6e8553ce42c5fca91c2fc09f9f50d0f.tar.xz | |
brokenlinks: add option "insecure"
The insecure option will allow and not report as error on server with
invalid certificates.
Diffstat (limited to 'README.adoc')
| -rw-r--r-- | README.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index f85fa45..b8f79b0 100644 --- a/README.adoc +++ b/README.adoc @@ -49,6 +49,9 @@ This command accept the following options, `-ignore-status=<comma separated HTTP status code>`:: List of HTTP status code that will be ignored during scan. +`-insecure`:: +Do not report as error on server with invalid certificates. + `-past-result=<path to JSON file>`:: Scan only the pages reported by result from past scan based on the content in JSON file. |
