kickthemout
kickthemout copied to clipboard
Random IPs AND No IP
Checklist for submitting an issue to KickThemOut
:
- [x] I have carefully read the README file and haven't managed to resolve my issue.
- [x] I have searched the issues of this repo and believe that this is not a duplicate.
- [x] I am running the latest version of KickThemOut.
- OS name & version: ChromeOS Ubuntu
- Python version: 3.7.3
- Scapy version: 2.4.3>
- Nmap version: 7.70
- Link of Gist:
- Description: <I am not getting all of the active hosts only one is popping up and it is obviously random.>
This is the only IP that will show up. Please fix. Also by scrolling throuth the issues numerous other people have this issue! Thanks in advance:) @k4m4.
Hey @Bobowonnell. KickThemOut performs an nmap
scan to determine which devices are online. Could you run a simple nmap
scan and share the response here? Thanks in advance.
Nmap scan report for testwifi.here (192.168.86.1) Host is up (0.022s latency). Nmap scan report for 192.168.86.20 Host is up (0.0021s latency). Nmap scan report for roberts-ipad.lan (192.168.86.21) Host is up (0.11s latency). Nmap scan report for iphone.lan (192.168.86.23) Host is up (0.27s latency). Nmap scan report for roomba-3176c00c20103670.lan (192.168.86.24) Host is up (0.37s latency). Nmap scan report for esp_a16138.lan (192.168.86.25) Host is up (0.055s latency). Nmap scan report for esp_9b5dfc.lan (192.168.86.26) Host is up (0.22s latency). Nmap scan report for azsdl-mlc02zw3ualvdl.lan (192.168.86.27) Host is up (0.33s latency). Nmap scan report for soundtouch-sitting-area-r.lan (192.168.86.28) Host is up (0.16s latency). Nmap scan report for 192.168.86.36 Host is up (0.025s latency). Nmap scan report for 192.168.86.38 Host is up (0.017s latency). Nmap scan report for 192.168.86.197 Host is up (0.050s latency). Nmap scan report for soundtouch-kitchen-2.lan (192.168.86.212) Host is up (0.30s latency). Nmap scan report for google-home-mini.lan (192.168.86.217) Host is up (0.023s latency). Nmap scan report for soundtouch-sitting-area-l.lan (192.168.86.224) Host is up (0.28s latency). Nmap scan report for jessicaplewatch.lan (192.168.86.244) Host is up (0.29s latency). Nmap scan report for soundtouch-kitchen-1.lan (192.168.86.250) Host is up (0.18s latency). Nmap done: 256 IP addresses (17 hosts up) scanned in 113.65 seconds
Also It doesn't auto resolve gateway and mac
@k4m4 Its done
ALso a lot of people have this issue
i have the same problem but instead of vendor it says my routers model(name)
have you find a solve?
no
@Bobowonnell, it seems that KickThemOut is using 192.168.0.1
as the gateway IP address, whereas you would like to scan the 192.168.86.1
gateway. You should still be able to spoof those devices by running sudo python3 kickthemout.py --target 192.168.86.21
, for example.
Ok thanks
Still doesnt work @k4m4