1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-19 14:09:02 +00:00

http-enum: Fingerprint for ArangoDB

This commit is contained in:
dmiller
2020-01-06 18:24:34 +00:00
parent 81ceee49c5
commit 81f0818d9e

View File

@@ -6233,6 +6233,22 @@ table.insert(fingerprints, {
}
});
table.insert(fingerprints, {
category = 'database',
probes = {
{
path = '/_api/version',
method = 'GET'
},
matches = {
{
match = '"server":"arango",.-"version":"([^"])"',
output = 'ArangoDB \\1'
}
}
}
});
------------------------------------------------
---- MICROSOFT ----
------------------------------------------------