Do you remember when NetCut was free? It was widely used to manage local networks and selectively control or disconnect connected devices. CutNet is an open-source alternative that offers similar capabilities for free.
CutNet is intended for educational and ethical use only. It should not be used to disrupt or interfere with networks without proper authorization. Always ensure you have permission to manage the network and devices you are working with. I am not responsible for any misuse of this software. Use it responsibly and ethically.
- Python 3.8 or higher
- pip (Python package installer)
- Npcap for packet manipulation
- Nmap for network scanning
- Clone the repository:
git clone https://github.com/reusteur73/CutNet.git cd CutNet pip install -r requirements.txt - Run the application:
python app.py
- Open your web browser and navigate to
http://localhost:5000to access the CutNet interface.
- Network scanning to discover devices on your local network.
- ARP spoofing to cut off devices from the network.
- Cut off specific devices or all devices.
- User-friendly web interface for easy management.
- Real-time monitoring of connected devices.
Npcap and Nmap might require administrative privileges to function properly. Make sure to run the application with the necessary permissions.
If you encounter any issues, please open an issue with detailed information about the problem.
Contributions are welcome! If you have any ideas or improvements, feel free to submit a pull request or open an issue.
This project is licensed under the MIT License. See the LICENSE file for details.
