wfuzz: edit page (#12585)
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
- Directory and file bruteforce using the specified [w]ordlist and also [p]roxying the traffic:
|
- Directory and file bruteforce using the specified [w]ordlist and also [p]roxying the traffic:
|
||||||
|
|
||||||
`wfuzz -w {{path/to/file}} -p {{127.0.0.1:8080}} {{http://example.com/FUZZ}}`
|
`wfuzz -w {{path/to/file}} -p {{127.0.0.1:8080:HTTP}} {{http://example.com/FUZZ}}`
|
||||||
|
|
||||||
- Save the results to a [f]ile:
|
- Save the results to a [f]ile:
|
||||||
|
|
||||||
@@ -22,3 +22,15 @@
|
|||||||
- Brute force Basic Authentication using a list of usernames and passwords from files for each FUZ[z] keyword, [h]iding response [c]odes of unsuccessful attempts:
|
- Brute force Basic Authentication using a list of usernames and passwords from files for each FUZ[z] keyword, [h]iding response [c]odes of unsuccessful attempts:
|
||||||
|
|
||||||
`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}}`
|
`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:
|
||||||
|
|
||||||
|
`wfuzz -z list,{{word1-word2-...}} {{https://api.example.com}} -d {{"id=FUZZ&showwallet=true"}}`
|
||||||
|
|
||||||
|
- Provide wordlists from a file applying base64 and md5 encoding on them (`wfuzz -e encoders` lists all available encoders):
|
||||||
|
|
||||||
|
`wfuzz -z file,{{path/to/file}},none-base64-md5 {{https://example.com/FUZZ}}`
|
||||||
|
|
||||||
|
- List available encoders/payloads/iterators/printers/scripts:
|
||||||
|
|
||||||
|
`wfuzz -e {{encoders|payloads|iterators|printers|scripts}}`
|
||||||
|
Reference in New Issue
Block a user