mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
19 lines
534 B
JSON
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
|
|
}
|
|
]
|
|
}
|