bettercap/packets
onura 33f2dc30cf fix: Arp spoofing poisons other devices although arg.spoof.targets is set to a single IP.
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.
2018-01-28 01:26:01 +03:00
..
arp.go fix: Arp spoofing poisons other devices although arg.spoof.targets is set to a single IP. 2018-01-28 01:26:01 +03:00
dhcp6.go refact: some refactoring to dhcp6 packet and spoofer 2018-01-13 15:55:56 +01:00
dhcp6_layer.go refact: some refactoring to the ipv6 stuff 2018-01-13 00:12:21 +01:00
queue.go refact: encapsulating synt.Mutex in packets.Queue struct 2018-01-24 13:40:08 +01:00
serialize.go yeah i should have done this before, i know 2017-11-17 14:49:59 +01:00
udp.go yeah i should have done this before, i know 2017-11-17 14:49:59 +01:00