diff --git a/CHANGELOG b/CHANGELOG index b7eb186ce..c57291296 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ # 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 information from a SAP MaxDB database [Patrik] diff --git a/nmap-service-probes b/nmap-service-probes index f55cb4137..f179915eb 100644 --- a/nmap-service-probes +++ b/nmap-service-probes @@ -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 ports 27017 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/ \ No newline at end of file