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

35 lines
1.1 KiB
JSON

{
"name": "imperva-securesphere",
"author": "Aung Khant <http://yehg.net/>",
"version": "0.1",
"description": "Imperva SecureSphere - http://www.impervaguard.com/SecureSphere-Platform.asp",
"website": null,
"matches": [
{
"name": "HTML Body",
"text": "<title>SecureSphere - Default</title>"
},
{
"name": "HTML Body",
"text": "<td><font class=\"gray-text-small\">SecureSphere includes software developed by Oracle Corporation.</font></td></tr>"
},
{
"name": "HTML Body",
"text": "src=\"/SecureSphere/scripts/infra/ActiveRequests.js\">"
},
{
"name": "HTML Body",
"text": "src=\"/SecureSphere/scripts/infra/Mprv.js\"></script>"
},
{
"name": "HTML Body",
"text": "src=\"/SecureSphere/scripts/infra/SessionUtils.js\">"
},
{
"name": "Location Header",
"search": "headers[location]",
"regexp": "(?-mix:SecureSphere\\/secsphLogin\\.jsp)"
}
]
}