Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cestef/rwalk
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Jun 20, 2024
2 parents 1efed3f + 6dbfa11 commit acd1b18
Showing 1 changed file with 1 addition and 55 deletions.
56 changes: 1 addition & 55 deletions HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <THREADS>` — Number of threads to use
* `-d`, `--depth <DEPTH>` — Crawl recursively until given depth
* `-o`, `--output <FILE>` — Output file
* `--pretty` — Pretty format the output (only JSON)

Possible values: `true`, `false`

* `--timeout <TIMEOUT>` — Request timeout in seconds

Default value: `10`
Expand All @@ -55,79 +46,34 @@ A blazing fast web directory scanner
* `--throttle <THROTTLE>` — Request throttling (requests per second) per thread
* `-M`, `--max-time <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>` — Show response additional body information
* `-r`, `--resume` — Resume from a saved file

Possible values: `true`, `false`

* `--save-file <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 <TRANSFORM>` — Wordlist transformations: "lower", "upper", "prefix", "suffix", "capitalize", "reverse", "remove", "replace"
* `-w`, `--wordlist-filter <KEY:FILTER>` — Wordlist filtering: "contains", "starts", "ends", "regex", "length"
* `-f`, `--filter <KEY: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 <DIRECTORY_SCRIPT>` — Override the default directory detection method with your own rhai script
* `--request-file <FILE>` — Request file (.http, .rest)
* `-P`, `--proxy <URL>` — Proxy URL
* `--proxy-auth <USER:PASS>` — 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>` — Attributes to be crawled in spider mode
* `--scripts <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 <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



Expand Down

0 comments on commit acd1b18

Please sign in to comment.