Raptor WAF : Web Application Firewall Using DFA Beta

Raptor is a Web application firewall made in C, uses DFA to block SQL injection, Cross site scripting and path traversal. To Run $ git clone https://github.com/CoolerVoid/raptor_waf$ cd raptor_waf; make; bin/raptor Note: Don’t execute with “cd bin; ./raptor” use full path “bin/raptor” look detail https://github.com/CoolerVoid/raptor_waf/issues/4 Need lib pcre to compile. Also Read – SilkETW : …