Skip to content

Commit

Permalink
Update HELP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Mar 12, 2024
1 parent d44fab8 commit 84513f8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ A blazing fast web directory scanner
* `-C`, `--cookies <key=value>` — Cookies to send
* `-R`, `--follow-redirects <COUNT>` — Follow redirects

Default value: `2`
Default value: `5`
* `-c`, `--config <CONFIG>` — Configuration file
* `--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
Expand All @@ -68,7 +68,7 @@ A blazing fast web directory scanner

* `--show <SHOW>` — Show response additional body information

Possible values: `length`, `size`, `hash`, `md5`, `headers_length`, `headers_hash`, `body`, `content`, `text`, `headers`, `cookie`, `cookies`
Possible values: `length`, `size`, `hash`, `md5`, `headers_length`, `headers_hash`, `body`, `content`, `text`, `headers`, `cookie`, `cookies`, `type`

* `-r`, `--resume` — Resume from a saved file

Expand All @@ -92,6 +92,10 @@ A blazing fast web directory scanner

Possible values: `true`, `false`

* `--force-recursion` — Force the recursion over non-directories

Possible values: `true`, `false`

* `--request-file <FILE>` — Request file (.http, .rest)
* `-P`, `--proxy <URL>` — Proxy URL
* `--proxy-auth <USER:PASS>` — Proxy username and password
Expand Down

0 comments on commit 84513f8

Please sign in to comment.