Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Raptor WAF v0.6.1 - Web application firewall


itsMe

Recommended Posts

This is the hidden content, please

Raptor is a Web application firewall made in C, uses DFA to block SQL injection, Cross-site scripting, and path traversal.

Why is this tool made in C language?

    C has a high delay time for writing and debugging, but no pain no gain, have fast performance, addition to this point, the C language is run at any architecture like Mips, ARM, and others… other benefits of C, have a good and high profile to write optimizations if you think to write some lines in ASSEMBLY code with AES-NI or SiMD instructions, I think is a good choice.
    Why you do not use POO ? in this project I follow the”KISS” principle: http://pt.wikipedia.org/wiki/Keep It Simple
    C language has a lot of old school dudes like a kernel hacker…

Changelog v0.6.1

    Fix memory error handler

This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.