File | Date | Author | Commit |
---|---|---|---|
bin | 2015-12-16 |
![]() |
[417034] first write |
config | 2015-12-16 |
![]() |
[a3d70f] first write |
doc | 2015-12-16 |
![]() |
[a3d70f] first write |
src | 2015-12-16 |
![]() |
[fd4154] first write |
LICENSE | 2015-12-16 |
![]() |
[f91a53] Initial commit |
Makefile | 2015-12-16 |
![]() |
[fd4154] first write |
README.md | 2015-12-16 |
![]() |
[5bd48a] Update README.md |
Raptor is a Web application firewall made in C, uses DFA to block SQL injection, Cross site scripting and path traversal.
$ git clone https://github.com/CoolerVoid/raptor_waf
$ cd raptor_waf; make; bin/raptor
Up some HTTPd server at port 80
$ bin/Raptor -h localhost -p 80 -r 8883 -w 4 -o loglog.txt
you can test at http://localhost:8883/test.php
https://github.com/CoolerVoid/raptor_waf/blob/master/doc/raptor.pdf