mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
24 lines
492 B
JSON
24 lines
492 B
JSON
{
|
|
"name": "wordpress",
|
|
"author": "fofa",
|
|
"version": "0.1.0",
|
|
"matches": [
|
|
{
|
|
"search": "body",
|
|
"text": "content=\"WordPress"
|
|
},
|
|
{
|
|
"search": "headers",
|
|
"text": "X-Pingback"
|
|
},
|
|
{
|
|
"search": "headers",
|
|
"text": "/xmlrpc.php"
|
|
},
|
|
{
|
|
"search": "body",
|
|
"text": "/wp-includes/"
|
|
}
|
|
],
|
|
"condition": "0 or (1 and 2 and 3)"
|
|
} |