mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
26 lines
533 B
JSON
26 lines
533 B
JSON
{
|
|
"name": "wpCache",
|
|
"website": "https://wpcache.co",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "wpCache(?:/([\\d.]+))?",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "<!--[^>]+wpCache"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "wpCache"
|
|
},
|
|
{
|
|
"search": "meta[keywords]",
|
|
"regexp": "wpCache"
|
|
}
|
|
],
|
|
"implies": [
|
|
"WordPress",
|
|
"PHP"
|
|
]
|
|
} |