简介:

Raptor WAF是用 C语言 制作的 一款 Web 应用程序防火墙,它使用 DFA 阻止 SQL注入、XSS和路径遍历(Path Traversal)攻击。

DFA的全称是Deterministic Finite Automaton,中文意思:确定的有限状态自动机,也被称为Deterministic Finite State Machine。

开源地址:

https://github.com/CoolerVoid/raptor_waf/