Script sip-methods
Script types:
portrule
Categories:
default, safe, discovery
Download: https://svn.nmap.org/nmap/scripts/sip-methods.nse
Script 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.
Script Arguments
- sip.timeout
See the documentation for the sip library.
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:
License: Same as Nmap--See https://nmap.org/book/man-legal.html