Pro IP Scanner

Download

Download the latest Beta version

⬇ Download Now

Preview

Scanning a local network range in real time (IPs and hostnames hidden for privacy)

Exporting results

VirusTotal Results

What does it do?

Pro IP Scanner is a powerful Python-based desktop tool that scans networks to discover devices, detect open ports, and gather useful system information in real time.

It works by sending ping requests to determine which devices are online, then attempts connections to selected ports to identify active services such as web servers, SSH, and more.

How it works

Ping Detection

Each IP is pinged to check if it is alive. Latency and TTL values are recorded to estimate response time and system type.

Port Scanning

The scanner attempts socket connections to selected ports. If a connection succeeds, the port is marked as open.

OS Guessing

TTL values are analysed to estimate whether a device is running Windows, Linux/macOS, or BSD.

Threaded Engine

Uses ThreadPoolExecutor to scan many IPs at once, making it fast and efficient.

Live Interface

Results update in real-time with colour coding: green = ports open, blue = alive, red = offline.

Data Export

Save scan results to CSV or JSON for analysis or reporting.