HOME>>>>>>>>>

File ssl-known-key

脚本使用类型: portrule
脚本所属分类: safe, discovery, vuln, default
脚本下载地址: http://nmap.org/svn/scripts/ssl-known-key.nse

User Summary

Checks whether the SSL certificate used by a host has a fingerprint that matches an included database of problematic keys.

The only database currently checked the LittleBlackBox 0.1 database of compromised keys from various devices, but any file of fingerprints will serve just as well. For example, this could be used to find weak Debian OpenSSL keys using the widely available (but too large to include with Nmap) list.

Script Arguments

ssl-known-key.fingerprintfile

Specify a different file to read fingerprints from.

smbdomain, smbhash, smbnoguest, smbpassword, smbtype, smbusername

See the documentation for the smbauth library.

Example Usage

执行格式

nmap --script ssl-known-key -p 443 <host>

Script Output

PORT    STATE SERVICE REASON
443/tcp open  https   syn-ack
|_ssl-known-key: Found in Little Black Box 0.1 (SHA-1: 0028 e7d4 9cfa 4aa5 984f e497 eb73 4856 0787 e496)

Requires


Author: Mak Kolybabi

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