You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: