Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

This tool helps you manage devices on a local network. You can change network settings and slow down or disconnect a device's internet connection. Please use this program only for learning and educational purposes.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Used by

Contributors

Languages