HOME>>>>>>>>>

File sip-methods

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

User Summary

Enumerates a SIP Server's allowed methods (INVITE, OPTIONS, SUBSCRIBE, etc.)

The script works by sending an OPTION request to the server and checking for the value of the Allow header in the response.

Example Usage

执行格式

nmap --script=sip-methods -sU -p 5060 <targets>

Script Output

5060/udp open  sip
| sip-methods: 
|_  INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO

Requires


Author: Hani Benhabiles

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