Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cldrn/cakephpids
- Owner: cldrn
- Created: 2010-05-16T19:51:46.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-08T19:13:58.000Z (about 14 years ago)
- Last Synced: 2023-03-11T00:33:17.123Z (over 1 year ago)
- Language: PHP
- Homepage: http://websec.ca/blog/view/phpids-in-cakephp.html - http://websec.mx/blog/ver/instalando-phpids-en-cakephp
- Size: 652 KB
- Stars: 15
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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