HOME>>>>>>>>>

File smb-security-mode

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

User Summary

Returns information about the SMB security level determined by SMB.

Here is how to interpret the output:

This script will allow you to use the smb* script arguments (to set the username and password, etc.), but it probably won't ever require them.

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 smb-security-mode.nse -p445 127.0.0.1
sudo nmap -sU -sS --script smb-security-mode.nse -p U:137,T:139 127.0.0.1

Script Output

Host script results:
|  smb-security-mode:
|  |  Account that was used for smb scripts: administrator
|  |  User-level authentication
|  |  SMB Security: Challenge/response passwords supported
|_ |_ Message signing disabled (dangerous, but default)

Requires


Author: Ron Bowes

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