mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
23 lines
517 B
JSON
23 lines
517 B
JSON
{
|
|
"name": "WP Engine",
|
|
"website": "https://wpengine.com",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-pass-why]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "WP Engine"
|
|
},
|
|
{
|
|
"search": "headers[x-wpe-loopback-upstream-addr]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[wpe-backend]",
|
|
"regexp": ".*"
|
|
}
|
|
],
|
|
"implies": "WordPress"
|
|
} |