Skip to content

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

Notifications You must be signed in to change notification settings

s4botai/ARP-Spoofer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages