Giter VIP home page Giter VIP logo

Comments (7)

songlunglinh avatar songlunglinh commented on August 12, 2024
ERROR: Gateway IP could not be obtained. Please enter IP manually.

kickthemout> Enter Gateway IP (e.g. 192.168.1.1): 192.168.1.254

but program is exit.
you can fix it?

from kickthemout.

k4m4 avatar k4m4 commented on August 12, 2024

It seems that scapy hasn't been correctly installed & configured. @songlunglinh
Please try running:

$ pip uninstall scapy
$ sudo pip install scapy

from kickthemout.

k4m4 avatar k4m4 commented on August 12, 2024

What operating system are you running? @DavidG0

from kickthemout.

SentinelWarren avatar SentinelWarren commented on August 12, 2024

@k4m4 @DavidG0 module pypcap should also be installed on sierra instead of pcapy so you should do;

pip uninstall pcapy then pip install pypcap

from kickthemout.

SentinelWarren avatar SentinelWarren commented on August 12, 2024

and @k4m4 When you run pip with sudo, you run setup.py with sudo. In other words, you run arbitrary Python code from the Internet as root.for example If someone puts up a malicious project on PyPI and you install it, you give an attacker root access to your machine. Prior to some recent fixes to pip and PyPI, an attacker could also run a man in the middle attack to inject their code when you download a trustworthy project.

from kickthemout.

xdavidhu avatar xdavidhu commented on August 12, 2024

@SentinelWarren Otherwise you may encounter permission issues. So its more suitable this way.

from kickthemout.

SentinelWarren avatar SentinelWarren commented on August 12, 2024

@xdavidhu on a Mac OS X (and linux) pip will install the modules just fine since python it will be installed with root, remember pip its just a manager for python, so Permission issues won't happen. also when it comes to the script it self, it should be run using sudo privileges!

from kickthemout.

Related Issues (20)

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.