mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
25 lines
877 B
JSON
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
|
|
}
|
|
]
|
|
}
|