minor refactoring

This commit is contained in:
Miroslav Stampar
2011-02-04 17:40:55 +00:00
parent fec88f6a6d
commit acb986ae80
2 changed files with 5 additions and 1 deletions

View File

@@ -246,3 +246,6 @@ MAX_RATIO = 1.0
# Character used for marking injectable position inside URI
URI_INJECTION_MARK_CHAR = '*'
# Maximum length used for retrieving data over MySQL error based payload due to "known" problems with longer result strings
MYSQL_ERROR_TRIM_LENGTH = 100