mdserver-web/plugins/op_waf/info.json

29 lines
626 B
JSON
Raw Permalink Normal View History

2019-04-21 06:22:31 -04:00
{
"hook":[
{
"tag":"site_cb",
"site_cb": {
"title":"网站统计",
"name":"op_waf",
2024-04-03 23:42:19 -04:00
"add":{"func":"reload_hook"},
"update":{"func":"reload_hook"},
"delete":{"func":"reload_hook"}
}
}
],
2024-12-17 12:18:45 -05:00
"sort":2,
2021-02-20 23:34:58 -05:00
"title":"OP防火墙",
2019-04-21 06:22:31 -04:00
"tip":"soft",
2019-04-24 02:11:37 -04:00
"name":"op_waf",
2019-04-21 06:22:31 -04:00
"type":"其他插件",
"ps":"有效防止sql注入/xss/一句话木马等常见渗透攻击",
2022-10-30 01:17:09 -04:00
"install_pre_inspection":true,
2019-04-21 06:22:31 -04:00
"shell":"install.sh",
2019-04-24 02:11:37 -04:00
"checks":"server/op_waf",
"path":"server/op_waf",
2019-04-21 06:22:31 -04:00
"author":"loveshell",
"home":"https://github.com/loveshell/ngx_lua_waf",
"date":"2019-04-21",
"pid": "1",
2023-10-17 15:06:59 -04:00
"versions": ["0.4.1"]
2019-04-21 06:22:31 -04:00
}