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.
git clone https://github.com/savasick/macflood.git
cd macflood
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
sudo python3 macflood.py