Hello all,
I wrote a little library for implementing PHPIDS in CodeIgniter and would like to share this with you. I find this PHPIDS library an important and necessary addition to my CodeIgniter applications and I really hope some of you want to give this a try. This is my first library and I’m kinda new to CodeIgniter so go easy on me. I’m hoping for some constructive feedback.
Source
https://bitbucket.org/basv/codeigniter-phpids-library/src
Download
Library: https://bitbucket.org/basv/codeigniter-phpids-library/downloads
PHPIDS: http://phpids.org/downloads
PHPIDS demo
Check out the PHPIDS demo @ http://demo.phpids.org/
Not familiar with PHPIDS?
PHPIDS (PHP-Intrusion Detection System) is a simple to use, well structured, fast and state-of-the-art security layer for your PHP based web application. The IDS neither strips, sanitizes nor filters any malicious input, it simply recognizes when an attacker tries to break your site and reacts in exactly the way you want it to. Based on a set of approved and heavily tested filter rules any attack is given a numerical impact rating which makes it easy to decide what kind of action should follow the hacking attempt. This could range from simple logging to sending out an emergency mail to the development team, displaying a warning message for the attacker or even ending the user’s session.
PHPIDS enables you to see who’s attacking your site and how and all without the tedious trawling of logfiles or searching hacker forums for your domain. Last but not least it’s licensed under the LGPL!
This explanation came from their own website @ http://phpids.org/
Hope to hear from you!
