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

28 lines
995 B
JSON

{
"name": "Dr-Web-Anti-Virus",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Dr.Web anti-virus",
"website": "http://www.drweb.com/",
"matches": [
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:DRWEB_PERSONAL_OFFICE=[^;]*;)"
},
{
"md5": "b3465a1bb7fa5ca9e63d2924f4f7a865",
"url": "/avdesk/includes/system/templates/images/logo_en.png"
},
{
"md5": "2ef77c5015f2a5aee1633d58a32037ef",
"url": "/avdesk/includes/system/templates/images/logo_ru.png"
},
{
"regexp": "(?-mix:var _globalVars = \\{\\s+'mailSystem': '\\d*',\\s+'sessionTmout': '\\d*',\\s+'rootDir': '[^']+',\\s+'https': '\\d',\\s+'currentPage': '([^']+)',)"
},
{
"text": "<div id=\"logo\" class=\"logo\"><img src=\"/avdesk/includes/system/templates/images/logo_en.png\" alt=\"\" /></div>"
}
]
}