Skip to content

NetCut-like Python GUI is a free, open-source network management tool inspired by NetCut. It allows you to scan your LAN, view all connected devices, and perform ARP spoofing attacks (MitM or block) using an intuitive GUI. Built with Python and Tkinter, it supports vendor lookup and provides mass block/unblock features for easy network control.

Notifications You must be signed in to change notification settings

kangphp/WiFi-Cut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NetCut-like Python GUI

A Python-based network management tool with GUI that allows scanning local networks, viewing connected devices, and performing ARP spoofing attacks (either Man-in-the-Middle or blocking devices).

Features

  • Network scanning to discover all connected devices
  • Display device information (IP, MAC, vendor, device type)
  • ARP spoofing capabilities:
    • MitM (Man-in-the-Middle) mode
    • Block mode to disconnect devices
  • Block/unblock all devices with single-click options
  • Interface selection with automatic network range detection
  • MAC vendor lookup
  • Dark mode interface built with Tkinter

Installation

# Install required dependencies
pip install psutil scapy mac-vendor-lookup

Usage

# Run the application
python main.py

How It Works

The application uses ARP spoofing techniques to intercept or block network traffic. The core functionality is split between:

  • main.py: Contains the GUI and user interaction logic[1]
  • netcut_core.py: Handles the network operations including scanning and ARP spoofing[2]

The interface allows you to select your network adapter, scan for devices, and choose targets for MitM or blocking operations.

About

NetCut-like Python GUI is a free, open-source network management tool inspired by NetCut. It allows you to scan your LAN, view all connected devices, and perform ARP spoofing attacks (MitM or block) using an intuitive GUI. Built with Python and Tkinter, it supports vendor lookup and provides mass block/unblock features for easy network control.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages