NETWORK-SCANNER(1)

NAME

network-scannerNetwork scanner, LAN discovery & port audit tool for IPv4 networks

SYNOPSIS

$pip install psutil

INFO

84 stars
2 forks
0 views

DESCRIPTION

Network scanner, LAN discovery & port audit tool for IPv4 networks

README

Lite Network Scanner

Cross-platform Python tool designed to discover devices on your local IPv4 network. Built for ethical diagnostics, security awareness, and administrative auditing. Suitable for personal and organizational use.

Licensed under the MIT License.


✨ Features

  • LAN Detection Mode, detects your IPv4 subnet and scans the local network
  • Custom Scan Mode, user can select to target a spesific IP address or IP ranges
  • Fast & Accurate, combines ICMP, ARP, and socket checks and auto discovery
  • Port Detection, scans common service ports (FTP, SMB, SSH, HTTP, RDP, etc)
  • Terminal / CLI, clean “black console” output, stays open after completion
  • Logging system, exportable log file (TXT format) for more detailed output

App Screenshot


✔️ Lawful Use

This tool is intended solely for lawful and authorized use. You must obtain explicit permission from the network owner before scanning, auditing, or testing any systems. The author assumes no liability for misuse or for actions that violate applicable laws or organizational policies. Use responsibly and in compliance with your local governance.


📌 Safety Notice

Lite Network Scanner is safe to use when downloaded from the official source. Because the application performs network discovery and scanning, some antivirus products may incorrectly flag or restrict its execution. This is a common false positive for legitimate network diagnostic tools. If you trust this application, you may need to add it as an exception in your antivirus software.


💾 Installation

Windows EXE

Download the latest Lite_Net_Scanner_1.2.0.zip. Unzip and double-click the executable to run.

No Python installation is required when using the EXE.

If Microsoft Defender SmartScreen appears:

  • Click More info
  • Click Run anyway

Third Party License

Python Software Foundation License Version 2
Copyright © 2001-2025 Python Software Foundation
Source: https://docs.python.org/license.html

psutil BSD 3-Clause License
Copyright © 2009-2025 Giampaolo Rodola
Source: https://github.com/giampaolo/psutil/tree/master?tab=BSD-3-Clause-1-ov-file


Cross-platform

1️ Requirements

  • Python 3.0+
  • Works on Windows, Linux
  • Requires: pip install psutil

2️ Script

3️⃣ Run

  • Windows: python lite_net_scanner.py
  • Linux:
    1. chmod +x lite_net_scanner.py
    2. python3 lite_net_scanner.py

📁 Project Structure

network-scanner/
│
├── build/                # Ingredients for EXE (PyInstaller)
│
├── media/                # Images, diagrams, UI assets
│
├── script/               # Cross-platform version file
│
├── CHANGELOG.md          # Version history
├── CONTRIBUTING.md       # Contribution guidelines
├── LICENSE               # Project license
├── README.md             # Main documentation
├── SECURITY.md           # Security policy
└── .gitignore

SEE ALSO

clihub3/4/2026NETWORK-SCANNER(1)