Utility to perform ARP-spoofing attack and cut off network for devices in local network. Inspired by Arcai.com's NetCut.
- Windows
- Linux (Does not work properly at this moment, glad to see some suggestions)
- Android (Termux)
- Download repo from this page or executing:
git clone https://github.com/RostF1rst/NetCutter.git
- Install requirements:
pip install -r requirements.txt
Run the utility with admin privileges/superuser rights:
:: (admin privileges)
python main.py
or
sudo python3 main.py
- Add args
- Add Linux support
- Add Termux support