Network Scanner

Enter your subnet in CIDR format (e.g., 192.168.1.0/24 for a class C network)
Copy and paste results from: nmap, arp-scan, ping, or system arp commands
Total IPs
0
In Use
0
Available
0
IPs In Use
IP Address Hostname MAC Address Status
No IPs detected
Available IPs
No available IPs found

How to Use the Network Scanner

This tool helps you analyze network scan results to identify which IP addresses are in use and which are available in your subnet. First, run a scan on your network using common tools like nmap, arp-scan, or the system arp command. Then paste the results here along with your subnet information to get a clear view of your IP utilization.

📖 Setup Guide: How to Install Network Scanning Tools

How to Run Network Scans

Linux / macOS

arp-scan -l

Requires: sudo apt install arp-scan on Linux

nmap -sn 192.168.1.0/24

Ping scan (no port scan) of your subnet

arp -a

View ARP table (shows already-known hosts)

Windows

arp -a

View ARP table (Command Prompt or PowerShell)

nmap -sn 192.168.1.0/24

Requires nmap: Download nmap

Why Use a Network Scanner?

Related Tools