Skip to content

Handy, High performance Nginx firewall module & 方便且高性能的 Nginx 防火墙模块

License

Notifications You must be signed in to change notification settings

lzx13080010188/ngx_waf

 
 

Repository files navigation

ngx_waf

test docs docker Codacy Badge GitHub release (latest by date including pre-releases) Semantic Versioning 2.0.0

Notification Chat

English | 简体中文

Handy, High performance Nginx firewall module.

Why ngx_waf

  • Full-featured: The basic functions of the web application firewall are available.
  • Easy to install: No need to install other modules in advance.
  • Easy to use: directives are easy to understand and you can probably guess what they mean without reading the documentation.
  • High performance: In more extreme tests, QPS(Queries Per Second) is reduced by about 4% after starting this module. See the documentation for details of the tests.

Function

  • SQL injection detection.
  • IPV4 and IPV6 support.
  • Anti Challenge Collapsar, it can automatically block malicious IP.
  • Exceptional allow on specific IP address.
  • Block the specified IP address.
  • Block the specified request body.
  • Exceptional allow on specific URL.
  • Block the specified URL.
  • Block the specified query string.
  • Block the specified UserAgent.
  • Block the specified Cookie.
  • Exceptional allow on specific Referer.
  • Block the specified Referer.

Docs

Contact

License

BSD 3-Clause License

Thanks

About

Handy, High performance Nginx firewall module & 方便且高性能的 Nginx 防火墙模块

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.4%
  • C++ 7.5%
  • Objective-C 1.2%
  • Shell 0.9%
  • Python 0.5%
  • HTML 0.3%
  • Lua 0.2%