mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 08:41:34 +00:00
updates to sip probe
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# Nmap Changelog ($Id$); -*-text-*-
|
# Nmap Changelog ($Id$); -*-text-*-
|
||||||
|
|
||||||
|
o Added a SIP (IP phone) probe from Matt Selsky to nmap-service-probes.
|
||||||
|
|
||||||
o Fixed a bug which prevented the NSE scripts directory from appearing
|
o Fixed a bug which prevented the NSE scripts directory from appearing
|
||||||
in the Win32 .zip version of Nmap.
|
in the Win32 .zip version of Nmap.
|
||||||
|
|
||||||
|
|||||||
@@ -5307,6 +5307,12 @@ match ldap m|^0\x0c\x02\x01\x01a\x07\n\x011\x04\0\x04\0$| p/Cisco LDAP server/
|
|||||||
Probe TCP SIPOptions q|OPTIONS sip:nm SIP/2.0\r\nVia: SIP/2.0/TCP nm;branch=foo\r\nFrom: <sip:nm@nm>;tag=root\r\nTo: <sip:nm2@nm2>\r\nCall-ID: 50000\r\nCSeq: 42 OPTIONS\r\nMax-Forwards: 70\r\nContent-Length: 0\r\nContact: <sip:nm@nm>\r\nAccept: application/sdp\r\n\r\n|
|
Probe TCP SIPOptions q|OPTIONS sip:nm SIP/2.0\r\nVia: SIP/2.0/TCP nm;branch=foo\r\nFrom: <sip:nm@nm>;tag=root\r\nTo: <sip:nm2@nm2>\r\nCall-ID: 50000\r\nCSeq: 42 OPTIONS\r\nMax-Forwards: 70\r\nContent-Length: 0\r\nContact: <sip:nm@nm>\r\nAccept: application/sdp\r\n\r\n|
|
||||||
rarity 5
|
rarity 5
|
||||||
ports 5060
|
ports 5060
|
||||||
|
# Some VoIP phones take longer to respond
|
||||||
|
totalwaitms 7500
|
||||||
|
# OpenSER SIP Server
|
||||||
|
match sip m|Server: OpenS[Ee][Rr] \((.*?) \((.*?)\)\)| p/OpenSER SIP Server/ v/$1/ i/$2/
|
||||||
|
# Polycom SoundPoint
|
||||||
|
match sip m|User-Agent: PolycomSoundPointIP-SPIP_(\d+)-UA/([\d\.]+)| p/Polycom SoundPoint/ v/$1/ i/firmware $2/ d/VoIP phone/
|
||||||
|
|
||||||
|
|
||||||
##############################NEXT PROBE##############################
|
##############################NEXT PROBE##############################
|
||||||
|
|||||||
Reference in New Issue
Block a user