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

25 lines
877 B
JSON

{
"name": "Zest-Web-Engine",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "Zest Web Engine",
"website": "http://www.zest-leisure.com/",
"matches": [
{
"regexp": "(?-mix:Powered by the <br \\/><img src='http:\\/\\/www.[^\\/]+\\/images\\/zestlogo\\.gif' style='border:0 ; ' alt='Zest Web Engine' \\/><br \\/>Zest web engine<br \\/>V([\\d\\.]+)<br \\/>)",
"offset": 1
},
{
"search": "headers[location]",
"text": "/cgi-bin/web.asp?title"
},
{
"text": "Powered by the <a href='http://www.zest-leisure.com/'>Zest Web Engine</a>"
},
{
"regexp": "(?-mix:Powered by the <a href='http:\\/\\/www.zest-leisure.com\\/'>Zest Web Engine<\\/a>[ ]+V ([0-9\\.]+)<)",
"offset": 1
}
]
}