mirror of
https://github.com/bettercap/bettercap
synced 2025-07-12 08:07:00 -07:00
Although a target IP is set for arp spoofing, other devices get poisoned. When I analyze the traffic, I can see that bettercap-ng keeps broadcasting ARP replies.I mean target Mac is specified in ARP but not ethernet. This also cause a lot of GARP replies to be sent by colliding endpoint (probably gateway). This pr fixed the issue by sending unicast ARP replies as specified at RFC826. |
||
---|---|---|
.. | ||
arp.go | ||
dhcp6.go | ||
dhcp6_layer.go | ||
queue.go | ||
serialize.go | ||
udp.go |