killchain-compendium/enumeration/docs/wfuzz.md

7 lines
167 B
Markdown
Raw Normal View History

2021-11-18 18:05:21 +01:00
# Wfuzz
* Fuzz parameters
```sh
wfuzz -c -z file,/usr/share/seclists/Discovery/Web-Content/common.txt -X POST --hh 45 -u http://<target-IP>/api/items\?FUZZ\=test
```