1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 20:02:09 +02:00
tldr/pages/common/nbtscan.md
bl-ue 8ebd171d6f
*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00

24 lines
487 B
Markdown

# 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}}`