Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cldrn/cakephpids

PHPIDS plugin implementation for CakePHP
https://github.com/cldrn/cakephpids

Last synced: about 1 month ago
JSON representation

PHPIDS plugin implementation for CakePHP

Awesome Lists containing this project

README

        

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]