Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 366 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 366 Bytes

Arp Spoof Attack

A Kotlin project to spoof Arp packets in a local network using "pcap4j" library. This program monitors a LAN to discover Arp packets. As an Arp packet is discovered, regardless of its receiver, an ArpReply packet will be unicasted to the sender of the packet. As a result, the sender identifies us as their contact and sends their packets to us.