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

33 lines
1.1 KiB
JSON

{
"name": "Escenic",
"author": "Erik Inge Bolsø <knan+whatweb@redpill-linpro.com>, nikosk <nk@dsigned.gr>, Brendan Coles <bcoles@gmail.com>",
"version": "0.3",
"description": "Escenic is a commercial CMS popular in the Nordic region.",
"website": "http://escenic.com/",
"matches": [
{
"text": "<!-- Start Escenic Analysis Engine client script -->"
},
{
"certainty": 75,
"text": "<meta name=\"author\" content=\"Escenic AS\"/>"
},
{
"certainty": 25,
"regexp": "(?-mix:<form action=\"\\/sok\\/\" id=\"[^\"]+\" method=\"get\" accept-charset=\"utf-8\"[^>]*>)"
},
{
"certainty": 75,
"ghdb": "filetype:ece inurl:article"
},
{
"certainty": 25,
"regexp": "(?-mix:<img[^>]+src=\"[^\"^>]+\\/archive\\/\\d{5}\\/[^\"^>]+\"[^>]*>)"
},
{
"certainty": 25,
"regexp": "(?-mix:<a[^>]+href=\"[^\"^>]+\\/article[\\d]{5,10}\\.ece\">[^<]*<\\/a>)"
}
]
}