Home > cakephpids

cakephpids

Cakephpids is a project mainly written in PHP, it's free.

PHPIDS plugin implementation for CakePHP

PHPIDS plugin for CakePHP

PHPIDS (PHP-Intrusion Detection System) is a state-of-the-art security layer for your PHP based web application written by Mario Heiderich.

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. PHPIDS is by far the best open source Intrusion Detection System for PHP right now. Don't forget to read its documentation to take full advantage of its power.(*)

(*) Description from http://php-ids.org

Official website: http://www.phpids.org/

INSTALLATION

  1. Copy the phpids plugin folder into your Cakephp plugins folder (app/plugins/)
  2. Set up the database table where the intrusion alerts will be stored (Check phpids_intrusions.sql)
  3. Configure your PHPIDS settings (phpids/config/Config.ini.php)
  4. Add the following line to the actions you wish the IDS to monitor:

$this->requestAction("/phpids/phpids_intrusions/detect");

to the actions you wish the IDS to monitor

PHPIDS DOCUMENTATION

For additional documentation on PHPIDS visit [http://www.phpids.org]

SUGGESTIONS

Feel free to contribute code to this plugin via Github: http://github.com/cldrn/cakephpids

[email protected]

Previous:ABNE