Nmap Development mailing list archives

Re: [NSE] sip-methods


From: Patrik Karlsson <patrik () cqure net>
Date: Thu, 28 Jun 2012 00:05:11 +0200

On Wed, Jun 27, 2012 at 8:01 PM, Hani Benhabiles <kroosec () gmail com> wrote:

Hi list,

description = [[
Enumerates a SIP Server's allowed methods.

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

---
-- @usage
-- nmap --script=sip-methods -sU -p 5060 <targets>
--
--@output
-- 5060/udp open  sip
-- | sip-methods:
-- |_  INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO

Testing and feedback are welcome.

Cheers,
Hani.

--
Hani Benhabiles

Twitter: https://twitter.com/#!/kroosec
Blog: http://kroosec.blogspot.com


_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Hi Hani,

I think you should add tcp to the portrule, which I guess applies to other
SIP scripts too.
A quick look at the library suggests that it should support it as well.

//Patrik
-- 
Patrik Karlsson
http://www.cqure.net
http://twitter.com/nevdull77
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: