From 571340dcdd8f389a6a50e3f5f8b1e3f315e6c5c4 Mon Sep 17 00:00:00 2001 From: paulino Date: Sun, 22 Mar 2020 02:45:29 +0000 Subject: [PATCH] Fixes nested table in ArangoDB signature breaking the database --- nselib/data/http-fingerprints.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nselib/data/http-fingerprints.lua b/nselib/data/http-fingerprints.lua index ae4a5d488..6fca23b03 100644 --- a/nselib/data/http-fingerprints.lua +++ b/nselib/data/http-fingerprints.lua @@ -6239,12 +6239,12 @@ table.insert(fingerprints, { { path = '/_api/version', method = 'GET' - }, - matches = { - { - match = '"server":"arango",.-"version":"([^"])"', - output = 'ArangoDB \\1' - } + } + }, + matches = { + { + match = '"server":"arango",.-"version":"([^"])"', + output = 'ArangoDB \\1' } } });