diff --git a/HELP.md b/HELP.md index ef52bb3..5c438fa 100644 --- a/HELP.md +++ b/HELP.md @@ -105,6 +105,11 @@ A blazing fast web directory scanner Possible values: `true`, `false` +* `--external` — Allow external domains to be scanned in spider mode (Warning: this can generate a lot of traffic) + + Possible values: `true`, `false` + +* `-a`, `--attributes ` — Attributes to be crawled in spider mode * `--scripts ` — Scripts to run after each request * `--ignore-scripts-errors` — Ignore scripts errors @@ -115,6 +120,14 @@ A blazing fast web directory scanner Possible values: `true`, `false` * `--completions ` +* `--open-config` — Open the config in the default editor (EDITOR) + + Possible values: `true`, `false` + +* `--default-config` — Print the default config in TOML format. Useful for debugging and creating your own config + + Possible values: `true`, `false` +