File sip-methods
Script types:
portrule
Categories:
default, safe, discovery
Download: 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: Same as Nmap--See http://nmap.org/book/man-legal.html


