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
/usr/local/lib/python3.10/dist-packages/wfuzz/wfuzz.py:77: UserWarning:Fatal exception: Bad options: Filter must be specified in the form of [int, ... , int, BBB, XXX].
Wfuzz version: 2.4
Python version: Python 3.10.6
OS: linux
The text was updated successfully, but these errors were encountered:
so i'm trying brute force an http form in metasploitable app.
here is my command:
wfuzz -w /root/test/userName.txt -d "username=FUZZ" -H "Content-Type: application/x-www-form-urlencoded; charset=UTF-8" --sc "uff01" "https://www.xxx.com/web/index.php?c=user&a=register&do=check_username"
and here is the complete output :
/usr/local/lib/python3.10/dist-packages/wfuzz/wfuzz.py:77: UserWarning:Fatal exception: Bad options: Filter must be specified in the form of [int, ... , int, BBB, XXX].
Wfuzz version: 2.4
Python version: Python 3.10.6
OS: linux
The text was updated successfully, but these errors were encountered: