Forrest logo
back to the nbtscan tool

nbtscan:tldr:15e27

nbtscan: Scan a network for NetBIOS names.
$ nbtscan ${192-168-0-1-24}
try on your machine

The command "nbtscan ${192-168-0-1-24}" does not have a valid syntax. It seems like you are trying to provide a range of IP addresses to the nbtscan command to perform scanning using NetBIOS over TCP/IP (NBT) protocol.

To scan a range of IP addresses using nbtscan, you should use the following command:

nbtscan 192.168.0.1-24

In this command, "nbtscan" is the name of the command-line tool used to scan for NetBIOS information on a network, and "192.168.0.1-24" represents the range of IP addresses you want to scan, starting from 192.168.0.1 and ending at 192.168.0.24. The tool will scan each IP address within the specified range and provide NetBIOS information about the devices found on the network.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the nbtscan tool