Skip to content
/ olwaf Public

基于openresty+lua实现的web应用防火墙。

License

Notifications You must be signed in to change notification settings

GumpSun/olwaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

olwaf

基于openresty+lua实现的web应用防火墙,开源中...

功能概览: image

用户自定义规则:

多条规则&的关系,可以实现跨access、header、body阶段匹配

模式:拦截、记录、放行

威胁等级:无威胁、warn、citical

使用范围:全局或指定域名

匹配条件:字符串包含/不包含/相等/不等/正则,长度相等/大小于、ip匹配/网段

匹配粒度:
URI
解码后路径
Query
GET参数
Method
Host
完整Cookie
Cookie参数
User Agent
Referer
Content-Type
Origin
Session
完整HTTP header
HTTP请求头
HTTP请求头长度
HTTP请求体长度
POST参数
上传的文件名
完整body
HTTP状态码
响应内容

About

基于openresty+lua实现的web应用防火墙。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages