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

23 lines
769 B
JSON

{
"name": "Stronghold",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Stronghold was a fork of the Apache HTTP Server. Stronghold was created by C2Net, which was eventually purchased by Red Hat. Red Hat Stronghold products are no longer available for purchase.",
"website": "https://www.redhat.com/software/stronghold/",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^Stronghold$)"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^Stronghold\\/([^\\s]+))",
"offset": 1
},
{
"search": "headers[server]",
"regexp": "(?-mix:(C2Net[A-Z]{2}\\/[^\\s]+))"
}
]
}