i try run it but it says no portscanner module found nmap
Checklist 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.
- OS name & version:
- Python version:
- Scapy version:
- Nmap version:
- Link of Gist:
- Description:
Same problem, anyone have any ideas?
Okay so I found out the problem, run the following:
1.) sudo apt-get install && sudo apt-get update nmap 2.) git clone https://github.com/k4m4/kickthemout.git 3.) cd kickthemout/ 4.) sudo -H pip3 install -r requirements.txt 5.) sudo python3 kickthemout.py
So if you did the same thing I did this should fix it. Running numbers 1.) and 3.) is what I did to fix it but you may try the whole process, enjoy :)
So now your probably going to run in to the following problem:
1.) Enter Gateway IP (e.g. 192.168.1.1): 2.) Enter your gateway's MAC Address (MM:MM:MM:SS:SS:SS):
Many people have ran in to this problem, I have still not found the work around. I used the following process:
1.) open terminal 2.) run command: ip route 3.) the first IP should be your routers IP
The problem is none of the 3 IP's are IP's on the my network and their are No Vendors for these devices. I am running a VM maybe this is the issue.
Have you had any luck with this issue??