Files
OneForAll-mirror/data/rules/whatweb/hp-procurve-switch.json
T
2020-07-29 00:02:06 +08:00

19 lines
474 B
JSON

{
"name": "HP-ProCurve-Switch",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "HP ProCurve Switch",
"website": "http://www.hp.com/rnd/",
"matches": [
{
"regexp": "(?-mix:^eHTTP)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^eHTTP v([\\d\\.]{1,3})$)",
"offset": 1
}
]
}