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:
@@ -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'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user