HOME>>>>>>>>>

File smbv2-enabled

脚本使用类型: hostrule
脚本所属分类: default, safe
脚本下载地址: http://nmap.org/svn/scripts/smbv2-enabled.nse

User Summary

Checks whether or not a server is running the SMBv2 protocol.

Script Arguments

randomseed, smbbasic, smbport, smbsign

See the documentation for the smb library.

smbdomain, smbhash, smbnoguest, smbpassword, smbtype, smbusername

See the documentation for the smbauth library.

Example Usage

执行格式

nmap --script smbv2-enabled.nse -p445 <host>
sudo nmap -sU -sS --script smbv2-enabled.nse -p U:137,T:139 <host>

Script Output

Host script results:
|_ smb-v2-enabled: Server supports SMBv2 protocol

Host script results:
|_ smb-v2-enabled: Server doesn't support SMBv2 protocol

Requires


Author: Ron Bowes

License: VER007 整理 http://www.ver007.com