Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 433 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 433 Bytes

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