Back to browse
GitHub Repository

Cross-platform network scanner, LAN discovery & port audit tool for IPv4 subnets

90 starsPython

TUI cross-platform Python tool for network discovery and port auditing

by mennylevinski·Feb 18, 2026·2 points·0 comments

AI Analysis

●●SolidNiche GemShip It
The Take

LAN Detection and Custom Scan modes combine ICMP, ARP and TCP socket checks to quickly enumerate hosts and probe common ports, plus exportable TXT logs and a Windows EXE for non‑Python users. It’s a handy, pragmatic tool for quick local audits or lab work; not groundbreaking (nmap/masscan still win for deep fingerprinting or high-performance scanning) but convenient and easy to drop into workflows.

Category
Target Audience

System administrators, IT/security professionals, and network hobbyists who want a lightweight local scanner

Post Description

I've built Lite Network Scanner, an open source Python tool with a TUI (terminal interface) for network discovery and port auditing.

Its designed for ethical diagnostics and administrative auditing.

Cross-platform: Works on Windows, Linux, and macOS.

Similar Projects