Current Maintainers: Chittaranjan Pattnaik
Co-maintainer: Somesh Sen
Original Author: Kunal Maity
Prevent Hacking module helps your site URLs and Form elements from entering hacking or vulnerable character. This module helps in automating this process instead of manually applying this rectriction for URLs or Form elements.
FEATURES
------------
Once you enable this module the following features will be available:
- It will check all URLs from any vulnerable character or SQL injection.
- It will check all form elements from any vulnerable character or SQL injection.
- It's fully configurable which allows the user to set the different vulneable character/condition that they come across to prevent their site from any harmful attack.
- It allows site administrator to exclude or include forms from this check.
- Excluding and Including forms made easy by providing a link under each form to perform the required action when the current user logged in is site administrator only.
- If any harmful character found then error messages and redirections are configurable from admin end.
- It validates all values of GET/POST/REQUEST parameters to prevent from any vulnerable code entry.