Download the latest Beta version
⬇ Download Now
Scanning a local network range in real time (IPs and hostnames hidden for privacy)
Exporting results
VirusTotal Results
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.
Each IP is pinged to check if it is alive. Latency and TTL values are recorded to estimate response time and system type.
The scanner attempts socket connections to selected ports. If a connection succeeds, the port is marked as open.
TTL values are analysed to estimate whether a device is running Windows, Linux/macOS, or BSD.
Uses ThreadPoolExecutor to scan many IPs at once, making it fast and efficient.
Results update in real-time with colour coding: green = ports open, blue = alive, red = offline.
Save scan results to CSV or JSON for analysis or reporting.