Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.98 KB

File metadata and controls

51 lines (39 loc) · 1.98 KB

CutNet

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 Dashboard

Disclaimer

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.

How to Use

Prerequisites

  • Python 3.8 or higher
  • pip (Python package installer)
  • Npcap for packet manipulation
  • Nmap for network scanning

Installation

  1. Clone the repository:
    git clone https://github.com/reusteur73/CutNet.git
    cd CutNet
    pip install -r requirements.txt
  2. Run the application:
     python app.py
  3. Open your web browser and navigate to http://localhost:5000 to access the CutNet interface.

Features

  • 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.

Troubleshooting

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.

Contributing

Contributions are welcome! If you have any ideas or improvements, feel free to submit a pull request or open an issue.

License

This project is licensed under the MIT License. See the LICENSE file for details.