Skip to content

savasick/macflood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MAC Flood

This python script is a tool for performing MAC Flood attack using multithreading. It generates random MAC addresses and sends ARP packets to the local network, which can lead to overloading of switches.

install

git clone https://github.com/savasick/macflood.git
cd macflood
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

run

sudo python3 macflood.py

About

Mac Address Flood Attack

Topics

Resources

Stars

Watchers

Forks

Languages