ADVANCED ARP spoofer for powerful MITM Attacks
An advanced ARP spoofer is a network attack tool or script that performs ARP (Address Resolution Protocol) spoofing in a more sophisticated and effective way. ARP spoofing is a technique used by attackers to intercept communication between two devices on a local network, often for purposes like man-in-the-middle attacks, session hijacking, or network monitoring
- Multiple Target Spoofing => It can spoof multiple targets simultaneously, allowing it to manipulate traffic between several hosts on the network.
- Packet Filtering and Injection => It can filter and modify intercepted packets before forwarding them, making them useful for tasks like injecting malicious code or manipulating data in transit.
- Log POst Data events => It logs all POST data sent by victim in a log file
- Beef and Other py injection capability => It support third part loader to inject on the traffic such as BEEF
- User-Friendly Interface and Automation => It typically have user-friendly CLI interfaces, with the ability to automate and script complex attack workflows.
- git clone https://github.com/AuxGrep/ARP-spoofer
- sudo chmod 775 setup-ARP-MITM.sh
- sudo ./setup-ARP-MITM.sh
- sudo python3 arp_spoofer.py --help
- Setup target Manual: sudo python3 arp_spoofer.py
- One line Usage: sudo python3 arp_spoofer.py -t gateway Victim_ip
- USAGE EXAMPLE: sudo python3 arp_spoofer.py -t 192.168.10.1 192.168.10.170