{"id":4299,"date":"2016-10-04T01:56:06","date_gmt":"2016-10-03T17:56:06","guid":{"rendered":"https:\/\/www.darknet.org.uk\/?p=4299"},"modified":"2016-10-04T02:01:39","modified_gmt":"2016-10-03T18:01:39","slug":"raptor-waf-c-based-web-application-firewall","status":"publish","type":"post","link":"https:\/\/www.darknet.org.uk\/2016\/10\/raptor-waf-c-based-web-application-firewall\/","title":{"rendered":"Raptor WAF – C Based Web Application Firewall"},"content":{"rendered":"

Raptor WAF is a Web Application Firewall made in C, using DFA to block SQL Injection, Cross Site Scripting (XSS) and Path Traversal.<\/p>\n

\"Raptor<\/p>\n

DFA stands for Deterministic Finite Automaton also known as a Deterministic Finite State Machine.<\/p>\n

It’s essentially a simple web application firewall made in C, using the KISS principle, making polls using the select() function, it’s not better than epoll() or kqueue() from *BSD but it is portable.<\/p>\n

Features<\/h3>\n

WAF stands for Web Application Firewall. It is widely used nowadays to detect and defend against most commonly SQL Injections and XSS attacks.<\/p>\n