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:
@@ -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 ----
|
---- MICROSOFT ----
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user