xmendez / wfuzz

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

Wfuzz on windows with Ubuntu, by using DVWA #355

Open woshuhua opened 11 months ago

woshuhua commented 11 months ago

Issue template

Context

Please check:

Please describe your local environment:

Wfuzz version: 3.1.0

Python version: 3.11

OS: Windows, Ubuntu

Report

What is the current behavior?

When I want to enter some commands like, wfuzz -c -w /seclists/, the error occur is /usr/lib/python3/dist-packages/wfuzz/wfuzz.py:78: UserWarning:Fatal exception: Bad usage: You must specify an URL.

However, when i try another command, which is ''' wfuzz --hs "incorrect" -c -z file,/home/ubuntu/users.txt -z file,/home/ubuntu/top1575-probable-v2.txt -b 'security=low; PHPSESSID=ae34l3rd1960bbe63hc4se1k2l' 'http://127.0.0.1/DVWA/vulnerabilities/brute/index.php?username=FUZZ&password=FUZ2Z&Login=Login’ ''' The same error still occur again, /usr/lib/python3/dist-packages/wfuzz/wfuzz.py:78: UserWarning:Fatal exception: Bad usage: You must specify an URL..

How should I solve this problem? Thank you in advance, I am just a beginner for this DVWA and learning brute force.