HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

nbtscan — Scan networks for NetBIOS name information. More information: <https://github.com/resurrecting-open-

Submitted by: @import:tldr-pages··
0
Viewed 0 times
netbioscommandnamecliscanfornbtscannetworks

Problem

How to use the nbtscan command: Scan networks for NetBIOS name information. More information: <https://github.com/resurrecting-open-source-projects/nbtscan>.

Solution

nbtscan — Scan networks for NetBIOS name information. More information: <https://github.com/resurrecting-open-source-projects/nbtscan>.

Scan a network for NetBIOS names:
nbtscan {{192.168.0.1/24}}


Scan a single IP address:
nbtscan {{192.168.0.1}}


Display verbose output:
nbtscan -v {{192.168.0.1/24}}


Display output in /etc/hosts format:
nbtscan -e {{192.168.0.1/24}}


Read IP addresses/networks to scan from a file:
nbtscan -f {{path/to/file.txt}}

Code Snippets

Scan a network for NetBIOS names

nbtscan {{192.168.0.1/24}}

Scan a single IP address

nbtscan {{192.168.0.1}}

Display verbose output

nbtscan -v {{192.168.0.1/24}}

Display output in `/etc/hosts` format

nbtscan -e {{192.168.0.1/24}}

Read IP addresses/networks to scan from a file

nbtscan -f {{path/to/file.txt}}

Context

tldr-pages: common/nbtscan

Revisions (0)

No revisions yet.