2021-03-14 05:20:34 +00:00
|
|
|
# nbtscan
|
|
|
|
|
|
|
|
> Scan networks for NetBIOS name information.
|
|
|
|
> More information: <https://github.com/resurrecting-open-source-projects/nbtscan>.
|
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
- Scan a network for NetBIOS names:
|
2021-03-14 05:20:34 +00:00
|
|
|
|
|
|
|
`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}}`
|
|
|
|
|
2023-06-13 18:14:43 +01:00
|
|
|
- Read IP addresses/networks to scan from a file:
|
2021-03-14 05:20:34 +00:00
|
|
|
|
|
|
|
`nbtscan -f {{path/to/file.txt}}`
|