*: fix spelling mistakes (#8072)

This commit is contained in:
CleanMachine1
2022-05-04 17:12:15 +00:00
committed by GitHub
parent 2eefbce0c1
commit c2a5c86033
9 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
`ffuf -w {{path/to/wordlist}} -u {{https://target/FUZZ}} -c -v`
- Fuzz host-[H]eaders with a host file on a traget website and [m]atch HTTP 200 [c]ode responses:
- Fuzz host-[H]eaders with a host file on a target website and [m]atch HTTP 200 [c]ode responses:
`ffuf -w {{hosts.txt}} -u {{https://example.org}} -H "{{Host: FUZZ}}" -mc {{200}}`