Components
| JPromoter |
| JContentSubscription |
| JDefender |
| JUser |
News Joomla Components
Support
FAQ
JDefender - Protect your site
/^d+ and(.+)/iU
/select(.+)from/iU
/^\.\//iU
/^\//iU
/passwd/iU
/^[a-z-\.]+\.[a-z]{2,3}\//iU
/^http:\/\//iU
/^https:\/\//iU
Support
FAQ
JDefender - Protect your site JDefender - Protect your site FAQ
How to add exceptions
Written by Dmitry
Simply insert double colon separated name of component and value name that JDefender triggered.
For example this link:
The exeption will be looks like:
com_xxx::taskThe exception could be added for PHP and SQL injections only.
Recommended settings
Written by JE.SupportHere is regular expressions for,
SQL injection:
/delete.+from/iU/^d+ and(.+)/iU
/select(.+)from/iU
PHP injection:
/^\.\.\//iU/^\.\//iU
/^\//iU
/passwd/iU
/^[a-z-\.]+\.[a-z]{2,3}\//iU
/^http:\/\//iU
/^https:\/\//iU
Note: before inserting this options be sure there is no additional hidden char, Also you better turn on only queries in seconds rule for Anti-flood protection until more delicate tunes will require. The value for flood per second should be around 15-30.
