NBTSCAN是一款功能非常强大的网络扫描工具,这款软件可以帮助用户在局域网上面进行扫描。不仅可以把局域网里面所有的设备全部给扫描出来,还可以显示ip、主机名、用户名和MAC地址等详细信息,方便用户对局域网的设备进行管理。六蓝游戏网为您分享NBTSCAN免费下载,软件使用完全免费,对这款网络扫描工具有兴趣的朋友赶紧来下载吧!
NBTSCAN网络扫描工具软件特色
1、NBTSCAN软件体积小巧,安装便捷,不占用过多系统资源,同时操作流程高效,能够快速扫描并获取网络中的NetBIOS信息。
2、该软件能够查看局域网内其他用户的信息,包括IP地址、主机名、用户名称以及MAC地址等,为网络管理员提供了全面的网络管理工具。
3、当局域网内有电脑感染病毒木马时,NBTSCAN能够快速找到感染木马的电脑,帮助用户及时采取措施,保障网络安全。
4、NBTSCAN的使用非常简单,用户只需通过简单的命令行操作,即可实现对局域网内重要信息的扫描与显示,无需复杂的设置和配置。
NBTSCAN网络扫描工具软件亮点
1、NBTSCAN软件适用于各种规模的局域网环境,无论是小型企业网络还是大型机构网络,都能发挥其强大的扫描和检测功能。
2、NBTSCAN支持多种参数选项,满足不同用户的个性化需求,同时提供了详细的帮助文档和教程,方便用户快速上手和使用。
3、NBTSCAN软件不断更新迭代,优化性能,解决bug问题,确保用户能够享受到更加稳定、高效的扫描体验。
4、NBTSCAN在网络安全、网络管理、网络维护等领域中得到了广泛的应用,成为网络工程师和系统管理员不可或缺的工具之一。
NBTSCAN网络扫描工具使用帮助
输入命令
nbtscan.exe -v
Usage:
nbtscan [-v] [-d] [-e] [-l] [-t timeout] [-b bandwidth] [-r] [-q] [-s separator] [-m retransmits] (-f filename)|()
-v verbose output. Print all names received
from each host
-d dump packets. Print whole packet contents.
-e Format output in /etc/hosts format.
-l Format output in lmhosts format.
Cannot be used with -v, -s or -h options.
-t timeout wait timeout milliseconds for response.
Default 1000.
-b bandwidth Output throttling. Slow down output
so that it uses no more that bandwidth bps.
Useful on slow links, so that ougoing queries
don"t get dropped.
-r use local port 137 for scans. Win95 boxes
respond to this only.
You need to be root to use this option on Unix.
-q Suppress banners and error messages,
-s separator Script-friendly output. Don"t print
column and record headers, separate fields with separator.
-h Print human-readable names for services.
Can only be used with -v option.
-m retransmits Number of retransmits. Default 0.
-f filename Take IP addresses to scan from file filename.
-f - makes nbtscan take IP addresses from stdin.
what to scan. Can either be single IP
like 192.168.1.1 or
range of addresses in one of two forms:
xxx.xxx.xxx.xxx/xx or xxx.xxx.xxx.xxx-xxx.
Examples:
nbtscan -r 192.168.1.0/24
Scans the whole C-class network.
nbtscan 192.168.1.25-137
Scans a range from 192.168.1.25 to 192.168.1.137
nbtscan -v -s : 192.168.1.0/24
Scans C-class network. Prints results in script-friendly
format using colon as field separator.
Produces output like that:
192.168.0.1:NT_SERVER:00U
192.168.0.1:MY_DOMAIN:00G
192.168.0.1:ADMINISTRATOR:03U
192.168.0.2:OTHER_BOX:00U
...
nbtscan -f iplist
Scans IP addresses specified in file iplist.