Skip to content

Commit

Permalink
fix(doc): readme is adapted to code
Browse files Browse the repository at this point in the history
  • Loading branch information
louonezime committed Sep 18, 2024
1 parent a854a56 commit abcab13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ To match multiple headers, use commas to separate each querie. Specify `ALL` if

- should match all of the headers:

`./bruteforce -header="ALL,Content-Type: application/json,Content-Type: text/css"`
`./bruteforce -header="all,Content-Type: application/json,Content-Type: text/css"`

- match on any of the headers:

`./bruteforce -header="Content-Type: application/json,Content-Type: text/css"`
`./bruteforce -header="one,Content-Type: application/json,Content-Type: text/css"`

`-body` : match based on a body.

Expand Down

0 comments on commit abcab13

Please sign in to comment.