We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brute_Force/Brute_Force.py
Line 72 in 78d1d8e
File "C:\Users\User\Documents\GitHub\Brute_Force\Brute_Force.py", line 72, in brows = Browser() NameError: name 'Browser' is not defined
The text was updated successfully, but these errors were encountered:
Test with : python Brute_Force.py -g [email protected] -l WL.lst (not python3 just python)
Sorry, something went wrong.
I used python Brute_Force.py -g [email protected] -l WL.lst But the same error keeps popping up
brows = Browser() NameError: name 'Browser' is not defined
Ok i found i dont know why but it work just do pip uninstall mechanize , thats so anoying
No branches or pull requests
Brute_Force/Brute_Force.py
Line 72 in 78d1d8e
File "C:\Users\User\Documents\GitHub\Brute_Force\Brute_Force.py", line 72, in
brows = Browser()
NameError: name 'Browser' is not defined
The text was updated successfully, but these errors were encountered: