k4m4 / kickthemout

💤 Kick devices off your network by performing an ARP Spoof attack.
https://nikolaskama.me/kickthemoutproject
MIT License
2.5k stars 438 forks source link

No module named scapy.config #481

Open cuzimrave opened 3 years ago

cuzimrave commented 3 years ago

Checklist for submitting an issue to KickThemOut:

- **MacOS10.15.7**:
- **I already tried uninstalling and reinstalling scapulas multiple times now**:
Nicht4handen commented 3 years ago

So i had the same problem. But the fix is simple:

  1. Install python 3 and install all requirements

2: Use "python3 kickthemout.py" in console.

3: Run as admin

That was it.

guesswhoisit commented 3 years ago

Okay, so when i use sudo python kickthemout.py it says: No module named scapy.config

when i type sudo python3 kickthemout.py it says: No module named 'nmap'..

I used virtualenv too..

Can u help?

Nicht4handen commented 3 years ago

This error appears because you have not installed the requirements (so the python modules that kickthemout needs). I've never used virtualenv. So I can't really help you as I don't know how to install modules in virutalenv.

But if you know how to install modules in virtualenv. Install the following python modules in python3

I hope that helped a little.

guesswhoisit commented 3 years ago

Well when i try to install the requirements for kickthemout its says:

Requirement already satisfied: scapy in /usr/lib/python3/dist-packages (from -r requirements.txt (line 1)) (2.4.4) Requirement already satisfied: python-nmap in /home/username/.local/lib/python3.9/site-packages (from -r requirements.txt (line 2)) (0.6.1) Requirement already satisfied: netifaces in /home/username/.local/lib/python3.9/site-packages (from -r requirements.txt (line 3)) (0.10.9)

EL-BANANITO commented 3 years ago

it mean you have that libraries