https://github.com/cakeandcandles/network-scanner
A program which scans your current network and prints out each live host it finds along with an IP address and the host's name (if possible)
https://github.com/cakeandcandles/network-scanner
ip network rust scanning-tool
Last synced: 12 months ago
JSON representation
A program which scans your current network and prints out each live host it finds along with an IP address and the host's name (if possible)
- Host: GitHub
- URL: https://github.com/cakeandcandles/network-scanner
- Owner: Cakeandcandles
- Created: 2025-07-07T00:11:35.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-07T00:31:14.000Z (12 months ago)
- Last Synced: 2025-07-07T01:33:56.546Z (12 months ago)
- Topics: ip, network, rust, scanning-tool
- Language: Rust
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple, fast, and lightweight network scanner built in Rust. It pings all IP addresses in a local subnet (192.168.1.0/24 by default), identifies their live hosts, and attempts to get
their hostnames using 'nbtstat' WINDOWS ONLY. The requirements for using this program are just having Rust installed, using a Windows OS, and having an internet connection. To use this program, simply clone the repo and run
'cargo run' in terminal and you should see devices connected to your network start to pop up (and press Ctrl + C to terminate).
DISCLAIMER: This tool is intended for educational and personal network scanning only.
Do not use it on networks you don’t own or have permission to scan.