ihebski / angryFuzzer

Tools for information gathering
330 stars 100 forks source link

Failed to run /Solved #1

Open azfayel opened 7 years ago

azfayel commented 7 years ago

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 commented 7 years ago

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 ! :+1:

Sujay45 commented 6 years ago

Same Problem..

Sujay45 commented 6 years ago

Mine Is Aarch64 Not Rooted. Show Same error

abdullahbinhassan commented 6 years ago

[!] 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 commented 6 years ago

@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 commented 6 years ago

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

umarkhan29 commented 6 years ago

Installing python-requests works.

benkhlifafahmi commented 6 years ago

@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