i cant run kickthemout.py in any way. Help!
See original GitHub issueChecklist for submitting an issue to KickThemOut
:
- I have carefully read the README file and haven’t managed to resolve my issue.
- I have searched the issues of this repo and believe that this is not a duplicate.
- I am running the latest version of KickThemOut.
- Kali Linux:
- python 2.7.14:
- idk:
- lastest:
- Link of Gist:
- **im trying to start the kickthemout.py but i get something like this:
root@Kali:~/Desktop/kickthemout# sudo python3 kickthemout.py ERROR: Requirements have not been satisfied properly. Please look at the README file for configuration instructions. If you still cannot resolve this error, please submit an issue here: https://github.com/k4m4/kickthemout/issues Details: No module named ‘scapy’
and if i try installing the requirements.txt i get this:
Requirement already satisfied: scapy-python3 in /usr/local/lib/python3.6/dist-packages (from -r requirements.txt (line 1)) Requirement already satisfied: python-nmap in /usr/local/lib/python3.6/dist-packages (from -r requirements.txt (line 2)) Requirement already satisfied: netifaces in /usr/local/lib/python3.6/dist-packages (from -r requirements.txt (line 3))
i have tried all of these commands:
- sudo -H python3 -m pip3 install -r requirements.txt
- sudo -H pip3 install -r requirements.txt
- sudo python kicktehmout.py
- sudo python3 kickthemout.py
- sudo python2 kickthemout.py
im trying to fix this for like 4 hours right now… can somebody help me maybe?
**:
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:12 (4 by maintainers)
Top GitHub Comments
Sorry, I meant
sudo -H python3 -m pip install -r requirements.txt
. If you still get the same error, try:sudo apt-get install python3-pip
.pleasee help…
Scanning your network, hang on…
ERROR: Network scanning failed. Please check your requirements configuration.
If you still cannot resolve this error, please submit an issue here: https://github.com/k4m4/kickthemout/issues
Details: module ‘nmap’ has no attribute ‘PortScanner’