A python Script to perform a MITM attack through ARP spoofing. It can also be used for DoS
python3 ARPspoofer.py -t TARGET -a AP
To rederict the traffic that gets to your machine you will need to execute the follwing commands
iptables --policy FORWARD ACCEPT
echo 1 > /proc/sys/net/ipv4/ip_forward
Appliyin the given filter, you will see all the victim traffic
If you don't execute the previous commands, the traffic won't be redirected so it won't resolve.
📜 Disclaimer
This repository is intended for educational purposes only. The code provided here is designed to demonstrate concepts related to networking and protocols, such as ARP spoofing, for the purpose of learning and experimentation in a controlled and authorized environment.
The author is not responsible for any misuse of the code. Using these tools to attack or compromise networks or devices without explicit permission from the owners is illegal and may violate local, national, and international laws. 🚨 Legal Warning
This code should only be used on networks where you have explicit permission to test and experiment.
Ensure you have the explicit consent of the network administrators or device owners before conducting any tests.
Do not use this code for malicious or illegal activities.
✅ Best Practices
Use this repository only in controlled environments like test labs.
Learn about cybersecurity ethically.
Respect the laws of your country and the principles of the cybersecurity community.