Labrova is a PHP gateway that can be integrated in any Web application as an intrusion protection system (IPS). It prevents SQL injections, XSS, and many other known attacks. It intercepts all submitted parameters and compares them with its knowledge base. If the parameters passed are identified as a threat, the values will be blocked before reaching the underlying Web application, a report will be shown to the attacker, and the attack details will be logged into the Labrova database.
| Tags | Internet Web Security |
|---|---|
| Operating Systems | OS Independent |
| Implementation | C++ PHP |