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

19 lines
534 B
JSON

{
"name": "Phion-Firewall",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "Phion Firewall is now Barracuda NG Firewall",
"website": "http://www.phion.com/INT/products/perimeter_security/Pages/default.aspx",
"matches": [
{
"regexp": "(?-mix:^Phion)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^Phion\\/(.+)$)",
"offset": 1
}
]
}