Files
OneForAll-mirror/data/rules/fofa/sdcms.json
T
2020-07-29 00:02:06 +08:00

20 lines
392 B
JSON

{
"name": "sdcms",
"author": "fofa",
"version": "0.1.0",
"matches": [
{
"search": "title",
"regexp": "powered by sdcms"
},
{
"search": "body",
"text": "var webroot="
},
{
"search": "body",
"text": "/js/sdcms.js"
}
],
"condition": "0 or (1 and 2)"
}