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

19 lines
589 B
JSON

{
"name": "Parallel-Crystal-Load-Balancer",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "Parallel Crystal load balancing server",
"website": "http://www.dynalivery.com/products/parallelcrystal/parallelcrystal2_x.html",
"matches": [
{
"regexp": "(?-mix:^Crystal2 BalancerServer)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^Crystal2 BalancerServer ([\\d\\.]+)$)",
"offset": 1
}
]
}