From b3c85d37aa13c9246910b106e2b760138f0f4dc7 Mon Sep 17 00:00:00 2001 From: Breno Silva Date: Thu, 9 May 2013 10:03:23 -0700 Subject: [PATCH] Updated Reference Manual (mediawiki) --- Reference-Manual.mediawiki | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Reference-Manual.mediawiki b/Reference-Manual.mediawiki index 3be62bb..3665ae7 100644 --- a/Reference-Manual.mediawiki +++ b/Reference-Manual.mediawiki @@ -2261,6 +2261,9 @@ SCRIPT_USERNAME "^apache$" "id:66" ; Note : Not available in proxy mode. +== SDBM_DELETE_ERROR == +This variable is set to 1 when APR fails to delete SDBM entries. + == SERVER_ADDR == This variable contains the IP address of the server. @@ -3430,6 +3433,15 @@ Would match on -
But not on -
Your site has a wide '''select'''ion of computers. +== detectSQLi == +'''Description:''' Returns true if SQL injection payload is found. This operator uses LibInjection to detect SQLi attacks. + +'''Example:''' +
+# Detect SQL Injection inside request uri data" 
+SecRule REQUEST_URI "@detectSQLi" "id:152"
+
+ == endsWith == '''Description:''' Returns true if the parameter string is found at the end of the input. Macro expansion is performed on the parameter string before comparison.