Skip to content

Releases: bluevisor/NetScan

NetScan v0.1.0 — Initial Release

04 Apr 00:19
d16688a

Choose a tag to compare

NetScan v0.1.0

First release of NetScan — a pure Rust network security scanner with a modern btop-style TUI.

Highlights

  • Progressive 3-phase scanning — ARP sweep, port scanning, deep enumeration
  • Passive packet sniffer — captures ARP, DHCP, mDNS, DNS, and HTTP traffic in the background
  • Device identification — MAC OUI lookup (40K+ vendors), Apple device fingerprinting, Smart TV detection, printer identification, OS fingerprinting
  • Network protocol support — mDNS/Bonjour, SSDP/UPnP, NetBIOS, SNMP, LLDP/CDP, WSD, SMB, SSH banner grabbing, TLS probing
  • LLM-assisted device guessing — optional AI-powered device classification
  • Interactive TUI — real-time stats graphs, text filtering, per-panel scrolling, device IP tracking
  • Single binary, zero runtime dependencies

Getting Started

```bash
cargo build --release
sudo ./target/release/netscan
```

Root/sudo is required for raw socket access (ARP, passive sniffing).