Skip to content

expdb2015/WizWAF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WizWAF

基于openresty/lua-nginx-module的全新设计的WAF系统

依赖:

  • openresty or nginx with openresty/lua-nginx-module
  • openresty-best-practices/redis_iresty.lua
  • wingify/lua-resty-rabbitmqstomp

安装:

将代码放在位于nginx根目录下的lua/WizWAF/下

在nginx.conf的http段中添加如下配置:

lua_package_path "/usr/local/openresty/nginx/lua/WizWAF/?.lua;;";

init_by_lua_file lua/WizWAF/init.lua;

access_by_lua_file lua/WizWAF/waf.lua;

lua_shared_dict redis_cache 10m;

首席安全官[https://cncso.com]

About

基于openresty的全新设计的WAF系统

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 100.0%