nbtscanner

Crates.ionbtscanner
lib.rsnbtscanner
version0.0.1
sourcesrc
created_at2021-04-26 20:13:48.282807
updated_at2021-04-26 20:13:48.282807
descriptionA tiny tool to scan a set of IP's for NetBIOS name information.
homepagehttps://github.com/jonkgrimes/nbtscanner
repositoryhttps://github.com/jonkgrimes/nbtscanner
max_upload_size
id389853
size32,305
Jonathan Grimes (jonkgrimes)

documentation

README

nbtscanner (NetBIOS scanner)

A tiny tool to scan a set of IP's for NetBIOS name information.

Usage

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)
...
Commit count: 60

cargo fmt