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

20 lines
760 B
JSON

{
"name": "Epiware",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Epiware - Enterprise Document Management",
"website": "http://www.epiware.com/",
"matches": [
{
"regexp": "(?-mix:<div id=\"masthead\"><a href=\"http:\\/\\/www\\.epiware\\.com\">Epiware<\\/a><\\/div>\\s+<span class=\"version\">version ([^<^\\s]+)<\\/span>)",
"offset": 1
},
{
"text": "<title>Epiware - Project and Document Management </title>"
},
{
"regexp": "(?-mix:<div id=\"jsWarning\" class=\"javascript_warning\">\\s+This web-site requires javascript\\.\\s+Please enable javascript to access this web-site\\.\\s+<\\/div>)"
}
]
}