From 6dbfa11671b991dfbeb150fdde7f40223e59becf Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 19 Jun 2024 16:38:59 +0000 Subject: [PATCH] Update HELP.md --- HELP.md | 56 +------------------------------------------------------- 1 file changed, 1 insertion(+), 55 deletions(-) diff --git a/HELP.md b/HELP.md index 5c438fa..37208ef 100644 --- a/HELP.md +++ b/HELP.md @@ -24,20 +24,11 @@ A blazing fast web directory scanner Possible values: `recursive`, `recursion`, `r`, `classic`, `c`, `spider`, `s` * `--force` — Force scan even if the target is not responding - - Possible values: `true`, `false` - * `--hit-connection-errors` — Consider connection errors as a hit - - Possible values: `true`, `false` - * `-t`, `--threads ` — Number of threads to use * `-d`, `--depth ` — Crawl recursively until given depth * `-o`, `--output ` — Output file * `--pretty` — Pretty format the output (only JSON) - - Possible values: `true`, `false` - * `--timeout ` — Request timeout in seconds Default value: `10` @@ -55,79 +46,34 @@ A blazing fast web directory scanner * `--throttle ` — Request throttling (requests per second) per thread * `-M`, `--max-time ` — Max time to run (will abort after given time) in seconds * `--no-color` — Don't use colors You can also set the NO_COLOR environment variable - - Possible values: `true`, `false` - * `-q`, `--quiet` — Quiet mode - - Possible values: `true`, `false` - * `-i`, `--interactive` — Interactive mode - - Possible values: `true`, `false` - * `--insecure` — Insecure mode, disables SSL certificate validation - - Possible values: `true`, `false` - * `--show ` — Show response additional body information * `-r`, `--resume` — Resume from a saved file - - Possible values: `true`, `false` - * `--save-file ` — Custom save file Default value: `.rwalk.json` * `--no-save` — Don't save the state in case you abort - - Possible values: `true`, `false` - * `--keep-save` — Keep the save file after finishing when using --resume - - Possible values: `true`, `false` - * `-T`, `--transform ` — Wordlist transformations: "lower", "upper", "prefix", "suffix", "capitalize", "reverse", "remove", "replace" * `-w`, `--wordlist-filter ` — Wordlist filtering: "contains", "starts", "ends", "regex", "length" * `-f`, `--filter ` — Response filtering: "time", "status", "contains", "starts", "end", "regex", "length", "hash", "header", "json", "depth", "type" * `--or` — Treat filters as or instead of and - - Possible values: `true`, `false` - * `--force-recursion` — Force the recursion over non-directories - - Possible values: `true`, `false` - * `--directory-script ` — Override the default directory detection method with your own rhai script * `--request-file ` — Request file (.http, .rest) * `-P`, `--proxy ` — Proxy URL * `--proxy-auth ` — Proxy username and password * `--subdomains` — Allow subdomains to be scanned in spider mode - - 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 - - Possible values: `true`, `false` - -* `--generate-markdown` — Generate markdown help - for developers - - 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` - +* `--capture` — Capture the responses to be analyzed later in the interactive mode