Code Monkey home page Code Monkey logo

Comments (8)

Sujay45 avatar Sujay45 commented on July 21, 2024 1

Mine Is Aarch64 Not Rooted. Show Same error

from angryfuzzer.

benkhlifafahmi avatar benkhlifafahmi commented on July 21, 2024 1

@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

from angryfuzzer.

ihebski avatar ihebski commented on July 21, 2024

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 ! 👍

from angryfuzzer.

Sujay45 avatar Sujay45 commented on July 21, 2024

Same Problem..

from angryfuzzer.

abdullahbinhassan avatar abdullahbinhassan commented on July 21, 2024

[!] 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?

from angryfuzzer.

ihebski avatar ihebski commented on July 21, 2024

@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 .

from angryfuzzer.

ihebski avatar ihebski commented on July 21, 2024

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

from angryfuzzer.

umarkhan29 avatar umarkhan29 commented on July 21, 2024

Installing python-requests works.

from angryfuzzer.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.