mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
25 lines
712 B
JSON
25 lines
712 B
JSON
{
|
|
"name": "DUgallery",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "DUgallery - PHP powered photo gallery.",
|
|
"website": "http://www.duware.com/",
|
|
"matches": [
|
|
{
|
|
"ghdb": "ext:asp inurl:DUgallery intitle:\"3.0\"",
|
|
"version": "3.0",
|
|
"certainty": 75
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<title>DUgallery[^<]*<\\/title>)"
|
|
},
|
|
{
|
|
"text": "<img src=\"assets/title.gif\" alt=\"Powered by DUportal\" width=\"269\" height=\"62\" border=\"0\">"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<title>DUgallery ([\\d\\.]+)<\\/title>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|