Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.88 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.88 KB

ARP-Spoofer

A python Script to perform a MITM attack through ARP spoofing. It can also be used for DoS

Usage

python3 ARPspoofer.py -t TARGET -a AP

image

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

image

Why it can be used as a DoS?

If you don't execute the previous commands, the traffic won't be redirected so it won't resolve.

Imagen de WhatsApp 2024-12-29 a las 18 45 03_38cf3854

📜 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.