Skip to content
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

Open
azfayel opened this issue Jun 8, 2017 · 8 comments
Open

Failed to run /Solved #1

azfayel opened this issue Jun 8, 2017 · 8 comments
Labels

Comments

@azfayel
Copy link

azfayel commented Jun 8, 2017

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 ?

@ihebski
Copy link
Owner

ihebski commented Jun 8, 2017

Thank you for reporting that ,To solve this one you need to install the requests packages
sudo pip install requests
I will add a requirment file for all the needed libs .
Works well with python2.7
Happy hacking ! 👍

@ihebski ihebski added the bug label Jun 9, 2017
@ihebski ihebski changed the title Failed to run Failed to run /Solved Jun 9, 2017
@Sujay45
Copy link

Sujay45 commented Oct 4, 2017

Same Problem..

@Sujay45
Copy link

Sujay45 commented Oct 4, 2017

Mine Is Aarch64 Not Rooted. Show Same error

@abdullahbinhassan
Copy link

[!] No module named requests
Traceback (most recent call last):
File "angryFuzzer.py", line 29, in
sys.exit(0)
NameError: name 'sys' is not defined

What to do?
I have also given the pip install requests and it was sucessful.
Now what to do?

@ihebski
Copy link
Owner

ihebski commented Nov 6, 2017

@abdullahbinhassan
try to install the requests lib using this command
sudo apt-get install python-requests
then
sudo pip install requests
for the sys should works well if the requests is installed .

@ihebski
Copy link
Owner

ihebski commented Nov 6, 2017

@Sujay45 thank you for the report ,I have not tested the tool on Aarch64 . I will try to solve it .

@umarkhan29
Copy link

umarkhan29 commented Mar 6, 2018

Installing python-requests works.

@benkhlifafahmi
Copy link

@abdullahbinhassan You can fix the error simply by moving the import sys from line 20 to line 15
Note this will show you another error which is a missing module
did you execute the command :

sudo pip install -r requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants