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.txtRun the utility with admin privileges/superuser rights:
:: (admin privileges) python main.pyor
sudo python3 main.py- Add args
- Add Linux support
- Add Termux support