mirror of
https://github.com/nmap/nmap.git
synced 2026-01-01 20:39:02 +00:00
o Added probe and matchline for Couchbase Membase NoSQL database [Patrik]
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o Added probe and matchline for Couchbase Membase NoSQL database [Patrik]
|
||||
|
||||
o Added the new --script-args-file option which allows you to specify
|
||||
the name of a file containing all of your desired NSE script
|
||||
arguments. The arguments may be separated with commas or newlines
|
||||
|
||||
@@ -10183,4 +10183,11 @@ match riak-pbc m|^....\x08..(riak@[.\d]*)..([.\d]+)$|s p/Basho Riak/ v/$2/ i/Nod
|
||||
Probe TCP tarantool q|show info\r\n|
|
||||
rarity 8
|
||||
ports 33015
|
||||
match tarantool m|---\r\ninfo:\r\n version: \"([^\"]*)\"\r\n uptime: (\d*)\r\n pid: (\d*)\r\n ([._\w\s]*: .*\r\n)* config: \"([^\"]*)\"| p/Tarantool/ v/$1/ i/Uptime: $2, PID: $3, Config: $5/
|
||||
match tarantool m|---\r\ninfo:\r\n version: \"([^\"]*)\"\r\n uptime: (\d*)\r\n pid: (\d*)\r\n ([._\w\s]*: .*\r\n)* config: \"([^\"]*)\"| p/Tarantool/ v/$1/ i/Uptime: $2, PID: $3, Config: $5/
|
||||
|
||||
##############################NEXT PROBE##############################
|
||||
# Sends a stats request to a Couchbase Membase server
|
||||
Probe TCP couchbase-data q|\x80\x10\0\0\0\0\0\0\0\0\0\0\x15\xf0\xd1\x62\0\0\0\0\0\0\0\0|
|
||||
rarity 8
|
||||
ports 11210
|
||||
match couchbase-tap m|^\x81\x10..\0\0\0\0\0\0\0.....\0\0\0\0\0\0\0\0ep_version([._\w]+).*ep_dbname([_\\\/\w]*)|s p/Couchbase Membase/ v/$1/ i/DB name: $2/
|
||||
|
||||
Reference in New Issue
Block a user