mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 20:02:09 +02:00

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>
24 lines
487 B
Markdown
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}}`
|