1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:46:00 +02:00

nbtscan: add page (#5434)

This commit is contained in:
Starbeamrainbowlabs 2021-03-14 05:20:34 +00:00 committed by GitHub
parent 23e48d7a3e
commit 8c38dc1dd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
pages/common/nbtscan.md Normal file
View file

@ -0,0 +1,24 @@
# 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}}`