mirror of
https://github.com/nmap/nmap.git
synced 2025-12-11 10:19:03 +00:00
o Added a probe for Sybase SQL Anywhere. [Patrik]
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# Nmap Changelog ($Id$); -*-text-*-
|
# Nmap Changelog ($Id$); -*-text-*-
|
||||||
|
|
||||||
|
o Added a probe for Sybase SQL Anywhere. [Patrik]
|
||||||
|
|
||||||
o [NSE] Added maxdb-info script that tries to enumerate version and database
|
o [NSE] Added maxdb-info script that tries to enumerate version and database
|
||||||
information from a SAP MaxDB database [Patrik]
|
information from a SAP MaxDB database [Patrik]
|
||||||
|
|
||||||
|
|||||||
@@ -10110,3 +10110,10 @@ Probe TCP mongodb q|\x41\0\0\0\x3a\x30\0\0\xff\xff\xff\xff\xd4\x07\0\0\0\0\0\0te
|
|||||||
rarity 8
|
rarity 8
|
||||||
ports 27017
|
ports 27017
|
||||||
match mongodb m|^.*version.....([\.\d]+)| p/MongoDB/ v/$1/
|
match mongodb m|^.*version.....([\.\d]+)| p/MongoDB/ v/$1/
|
||||||
|
|
||||||
|
##############################NEXT PROBE##############################
|
||||||
|
# Sybase SQL Anywhere Ping Probe
|
||||||
|
Probe UDP sybaseanywhere q|\x1b\0\0\x3d\0\0\0\0\x12CONNECTIONLESS_TDS\0\0\0\x01\0\0\x04\0\x05\0\x05\0\0\x01\x02\0\0\x03\x01\x01\x04\x08\0\0\0\0\0\0\0\0\x07\x02\x04\xb1|
|
||||||
|
rarity 7
|
||||||
|
ports 2638
|
||||||
|
match sybaseanywhere m|^\x1b\0\0.\0\0\0\0\x12CONNECTIONLESS_TDS\0\0\0\x01\x01\0\x04\0\x05\0\x05\0.(.*)\0\x01\x02..\x03\x01\x02\x04\x08\0\0\0\0\0\0\0\0\x07\x02\x04\xb1|s p/Sybase SQL Anywhere/ i/Instance name: $1/
|
||||||
Reference in New Issue
Block a user