xmendez / wfuzz

Web application fuzzer
http://wfuzz.io
GNU General Public License v2.0
5.94k stars 1.39k forks source link

-d doesn't work (questions) #322

Open HappyGitHubUser opened 2 years ago

HappyGitHubUser commented 2 years ago

I'm trying to make a request like:

wfuzz -c -z file,user.txt -d "{"client_id":"xxxxx","username":"FUZZ","password":"superpassword","realm":"xxx-yyy","credential_type":"http://yy.com/xx"}" https://xx.yy.com/co/authenticate

and I'm just received 400 code, probably because my -d it's wrong, when I research how to use -d, I just found payloads like:

wfuzz -c -z file,user.txt -d "username=FUZZ&password=superpassword" https://xx.yy.com/co/authenticate