cdes5804 / NetCut

A simple tool to cut people's network with ARP spoofing, written in pure C++
GNU General Public License v3.0
71 stars 13 forks source link

192.168.1.1 Only available target #14

Open larrasket opened 1 year ago

larrasket commented 1 year ago
========================= Net Cut =========================
Select one or more targets by number, separated by space.
Or enter 'q' to quit, 'r' to refresh targets.
green: available targets, select to cut.
red: already cut targets, select to recover.

1) 192.168.1.1 (ac:64:62:64:50:e4)

Targets: 

I can confirm that there are other users on the network.

cdes5804 commented 1 year ago

Hi. Could you provide more information about the other users? For example their IP addresses, and/or how they were connected to the same network as yours? System and networking related issues are hard to debug as they are very dependent on the environment. It would help a lot if you can help me reproduce the error. Thanks.

larrasket commented 1 year ago

My IP address is 192.168.1.8; other IP addresses included 192.168.1.5 and 192.168.1.4. All users are connected through wi-fi connection with WPA2 security. Other devices are samsung manufactured mobile phones and mine is a Linux PC.

cdes5804 commented 1 year ago

My IP address is 192.168.1.8; other IP addresses included 192.168.1.5 and 192.168.1.4. All users are connected through wi-fi connection with WPA2 security. Other devices are samsung manufactured mobile phones and mine is a Linux PC.

Thanks for the info. I have not tested this tool in a wireless environment. I will see what I can do.

dapsvi commented 4 months ago

Same issue here. The NetCut for Android finds about 12 IPs but the script only finds 192.168.1.1

cdes5804 commented 4 months ago

Same issue here. The NetCut for Android finds about 12 IPs but the script only finds 192.168.1.1

Thanks for letting me know. I've been meaning to refactor the entire project but haven't had the time (or energy) to do so... I'll keep these issues in mind.