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

Two interfaces under the same subnet #4

Open cdes5804 opened 3 years ago

cdes5804 commented 3 years ago

The current design does not consider the case where the user has multiple interfaces under the same subnet or different subnets but with the same IPs. The behavior is to be tested and possibly fixed.

cdes5804 commented 3 years ago

Possibly solved when the design changes to only spoof gateway. Need experiments to verify.