mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
20 lines
595 B
JSON
20 lines
595 B
JSON
{
|
|
"name": "Pluck-CMS",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Pluck is a small and simple content management system. - Requires: PHP",
|
|
"website": "http://www.pluck-cms.org/",
|
|
"matches": [
|
|
{
|
|
"ghdb": "\"powered by pluck\" +admin inurl:\"file=kop1.php\""
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<meta name=\"generator\" content=\"pluck ([^\\s^\"]+)\" \\/>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"text": "powered by <a href=\"http://www.pluck-cms.org\">pluck</a>"
|
|
}
|
|
]
|
|
}
|