Update cheatsheets

This commit is contained in:
ivuorinen
2024-06-17 00:15:22 +00:00
parent d935153c57
commit 9158de884d
14 changed files with 14 additions and 14 deletions

View File

@@ -28,7 +28,7 @@ source: https://github.com/tldr-pages/tldr.git
`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"}}`