k4m4 / kickthemout

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

Gateway IP could not be obtained #508

Open Mus90YT opened 2 years ago

Mus90YT commented 2 years ago

Checklist for submitting an issue to KickThemOut:

- **OS name & version**: Parrot Security OS 4.11.3 amd64 - **Python version**: 3.9.2 - **Scapy version**: 2.4.4 - **Nmap version**: 7.92
- **Description**: Gateway IP could not be obtained. When i type `sudo python3 kickthemout.py` after `sudo -H pip install -r requirements.txt`. Iv'e already installed nmap and nmap for python. When iI type `python3 kickthemout.py` this shows to me: ``` ERROR: Gateway IP could not be obtained. Please enter IP manually. kickthemout> Enter Gateway IP (e.g. 192.168.1.1): ``` When i enter it it just won't work.