I came across this about a month ago, It’s a php library that helps you do sanity checks on user input variables
e.g $_POST , $_GET and $_REQUEST .
The library works on defined intrusion patterns which detect a malicious users’ attempts to break your php code and it also allows you to add define your own patterns. This helps to prevent a lot of issues like sql injections, url tempering and others. I have been playing around with it for weeks now and I am impressed with it’s functionality, it’s deninately going to be added into my code base. I would advice that you check it out and see what it can do for you.
Details:
Site – PHPIDS
Demo – PHPIDS DEMO
Download – Here
Please remember to read the license before you start using it.
Recent Comments