nbtscan: scan networks for NetBIOS name information
·
111 words
·
1 minute read
nbtscan is a command line application to scan networks for NetBIOS name information.
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
More information: https://github.com/resurrecting-open-source-projects/nbtscan .
I hope you enjoyed reading this post as much as I enjoyed writing it. If you know a person who can benefit from this information, send them a link of this post. If you want to get notified about new posts, follow me on YouTube , Twitter (x) , LinkedIn , and GitHub .