*: change command line to command-line (#12996)

Change `command line` to `command-line`
This commit is contained in:
spageektti
2024-06-16 22:46:42 +02:00
committed by GitHub
parent 4e62f7f221
commit 5a1c363361
13 changed files with 14 additions and 14 deletions

View File

@@ -23,7 +23,7 @@
`wfuzz -c --hc {{401}} -s {{delay_between_requests_in_seconds}} -z file,{{path/to/usernames}} -z file,{{path/to/passwords}} --basic 'FUZZ:FUZ2Z' {{https://example.com}}`
- Provide wordlist directly from the command line and use POST request for fuzzing:
- Provide wordlist directly from the command-line and use POST request for fuzzing:
`wfuzz -z list,{{word1-word2-...}} {{https://api.example.com}} -d {{"id=FUZZ&showwallet=true"}}`