-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
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
Failed to run /Solved #1
Comments
Thank you for reporting that ,To solve this one you need to install the requests packages |
Same Problem.. |
Mine Is Aarch64 Not Rooted. Show Same error |
[!] No module named requests What to do? |
@abdullahbinhassan |
@Sujay45 thank you for the report ,I have not tested the tool on Aarch64 . I will try to solve it . |
Installing python-requests works. |
@abdullahbinhassan You can fix the error simply by moving the import sys from line 20 to line 15 sudo pip install -r requirements.txt |
hello,
Is there any requirement for using angryFuzzer ?
I ran this and got an error
[!] No module named request
Traceback (most recent call last):
File "./angryFuzzer.py", line 29, in
sys.exit(0)
NameError: name 'sys' is not defined
Which version of python to use ?
The text was updated successfully, but these errors were encountered: