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

15 lines
390 B
JSON

{
"name": "HAProxy",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Reliable, High Performance TCP/HTTP Load Balancer",
"website": "http://haproxy.1wt.eu/",
"matches": [
{
"status": 401,
"search": "headers[www-authenticate]",
"text": "Basic realm=\"HAProxy Statistics\""
}
]
}