HOME>>>>>>>>>

File tls-nextprotoneg

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

User Summary

Enumerates a TLS server's supported protocols by using the next protocol negotiation extension.

This works by adding the next protocol negotiation extension in the client hello packet and parsing the returned server hello's NPN extension data.

For more information , see: * https://tools.ietf.org/html/draft-agl-tls-nextprotoneg-03

Example Usage

执行格式

nmap --script=tls-nextprotoneg <targets>

Script Output

443/tcp open  https
| tls-nextprotoneg: 
|   spdy/3
|   spdy/2
|_  http/1.1

Requires


Author: Hani Benhabiles

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