Raptor WAF é um firewall de aplicação web simples feito em C, usando o princípio KISS, para fazer o poll usar a função select (), não é melhor que epoll () ou kqueue () do * BSD, mas é portátil, o núcleo do motor usa DFA para detectar XSS, SQLi e path transversal.
Sem mais delongas, vejam o vídeo da ferramenta em ação:
WAF stands for Web Application Firewall. It is widely used nowadays to detect and defend SQL Injections and XSS…
- You can block XSS, SQL injection attacks and path traversal with Raptor
- You can use blacklist of IPs to block some users at config/blacklist ip.txt
- You can use IPv6 and IPv4 at communications
- At the future DoS protector, request limit, rule interpreter and Malware detector at uploads.
- At the future SSL/TLS…