Skip to content

Dsevenfex/FexNetCut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FexCutNet

Terminal Demo

A lightweight network discovery and diagnostics tool built with Python and Scapy. It helps administrators identify active hosts on a local network and inspect basic service availability for inventory and troubleshooting purposes.


Features

  • Fast ARP-based subnet discovery
  • Live host identification
  • Multi-threaded TCP port checks
  • Simple console interface
  • Detailed scan results
  • Cross-platform support (Windows/Linux)

Requirements

  • Python 3.10+
  • Administrator / Root privileges
  • Scapy

Installation

Clone Repository

git clone https://github.com/Dsevenfex/FexNetCut.git
cd FexNetCut

Install Dependencies

python3 -m venv venv
Linux && Mac
source venv/bin/activate

pip install scapy
Windows
venv\Scripts\activate

pip install scapy

Usage

Linux

sudo python FexNetCut.py

Windows

Run PowerShell or Command Prompt as Administrator:

python FexNetCut.py

Scan Process

  1. Discover active devices on the subnet.
  2. Collect IP and MAC addresses.
  3. Check selected TCP ports.
  4. Display results in a structured table.

Disclaimer

This software is intended for network administration, troubleshooting, education, and authorized security testing on systems you own or have permission to assess.

About

FexNetCut | This tool is designed to control devices on a local network, perform manipulations, and slow down or disconnect their internet connection. Please use it strictly for educational purposes

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages