1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-18 13:39:02 +00:00

Corrects a fingerprint category for ExtraHop

This commit is contained in:
nnposter
2017-04-09 14:31:22 +00:00
parent 5ef8d01a7f
commit 665ee2ad66

View File

@@ -278,7 +278,7 @@ table.insert(fingerprints, {
table.insert(fingerprints, {
--Version 5.3.1.1944 on EH6000
name = "ExtraHop Web UI",
category = "new",
category = "web",
paths = {
{path = "/extrahop/"}
},