|
jhc_phpids
Integration of PHPIDS into Textpattern
IntroductionIntegration of PHPIDS into Textpattern DetailsInstallation:
http://url_to_your_site/?id=1<script>alert('hello')</script>If PHPIDS is on, you must recieve an 500 error (internal server error) from your page. The information about this 'attack' will be displayed on PHPIDS subtab on admin panel. For more information about PHPIDS configuration you must go to it's official Website: PHPIDS Enjoy!! Changelog
PHPIDS v0.7 includes several modifications. One of these is a new field, 'ip2', on intrusions table. You can adapt your database with: ALTER TABLE intrusions ADD ip2 VARCHAR( 15 ) NOT NULL AFTER ip
Fixed problems into navigation of phpids detections page. Adjust the configuration variables on system tables and on administration panel. The options of what should be analyzed by PHPIDS are moved to database and they are showed on administration panel.
TO-DO
|
► Sign in to add a comment