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

17 lines
943 B
JSON

{
"name": "Mission-Control-Application-Shield",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Mission Control Application Shield functions as a Web Application Firewall (WAF) and offers the following features: SSL offloading, single sign-on, high availability through system redundancy, backend server failover and load balancing, session fixation, cookie encryption, different methods of authentication (Radius, NTLM/Kerberos, LDAP), header and form validation and a live log viewer",
"website": "http://www.open.ch/1_1_2_1.html",
"matches": [
{
"text": "<img id=\"logo\" src=\"/srm-error-pages/images/logo.gif\" alt=\"mission control application shield\" ></td><td><p class=\"notification\">Notification</p></td>"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^Mission Control Application Shield$)"
}
]
}