Posts

Showing posts with the label Raptor WAF

Raptor Waf V0.6 - Spider Web Application Firewall Using Dfa

Image
Raptor is a Web application firewall made inward C, uses DFA to block SQL injection, Cross site scripting together with path traversal. http://funguscodes.blogspot.com.br/ to run: $ git clone https://github.com/CoolerVoid/raptor_waf $ cd raptor_waf; make; bin/raptor #Note: Don't execute amongst "cd bin; ./raptor" role amount path "bin/raptor" await exceptional https://github.com/CoolerVoid/raptor_waf/issues/4 Need lib pcre to compile. Example Up roughly HTTPd server at port eighty redirect amongst raptor to port 8883 $ bin/Raptor -h localhost -p eighty -r 8883 -w four -o loglog.txt Copy vulnerable PHP code to your spider web server directory $ cp doc/test_dfa/test.php /var/www/html Now yous tin exam xss attacks at http://localhost:8883/test.php Other selection to run(now amongst regex, await file config/regex_rules.txt to edit rules): $ bin/Raptor -h 127.0.0.1 -p eighty -r 8883 -w 0 -o resultwaf -m pcre Look the docs https://github.com/C...