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

19 lines
414 B
JSON

{
"name": "DnP-Firewall",
"author": "fofa",
"version": "0.1.0",
"matches": [
{
"search": "title",
"regexp": "Forum Gateway - Powered by DnP Firewall"
},
{
"search": "body",
"text": "name=\"dnp_firewall_redirect"
},
{
"search": "body",
"text": "<form name=dnp_firewall"
}
]
}