1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-01 04:19:02 +00:00

Fixes nested table in ArangoDB signature breaking the database

This commit is contained in:
paulino
2020-03-22 02:45:29 +00:00
parent f83de100b3
commit 571340dcdd

View File

@@ -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'
}
}
});