Crates.io | nbtscanner |
lib.rs | nbtscanner |
version | 0.0.1 |
source | src |
created_at | 2021-04-26 20:13:48.282807 |
updated_at | 2021-04-26 20:13:48.282807 |
description | A tiny tool to scan a set of IP's for NetBIOS name information. |
homepage | https://github.com/jonkgrimes/nbtscanner |
repository | https://github.com/jonkgrimes/nbtscanner |
max_upload_size | |
id | 389853 |
size | 32,305 |
A tiny tool to scan a set of IP's for NetBIOS name information.
You can either use CIDR notation:
> nbtscanner 10.10.48.1/24
Scanning from 10.10.48.1 to 10.10.48.254 (254 total)
...
or simply use a dash
> nbtscanner 10.10.48.1-254
Scanning from 10.10.48.1 to 10.10.48.254 (254 total)
...