nbtscan: add page (#5434)

add-set-more-info-link.py
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
1 changed files with 24 additions and 0 deletions

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