Implementation for an Issue #264

This commit is contained in:
Miroslav Stampar
2012-11-28 11:41:39 +01:00
parent 5bf5b95588
commit cff0c59630
2 changed files with 10 additions and 0 deletions

View File

@@ -269,6 +269,9 @@ MAX_RATIO = 1.0
# Character used for marking injectable position inside provided data
CUSTOM_INJECTION_MARK_CHAR = '*'
# Other way to declare injection position
INJECT_HERE_MARK = '%INJECT HERE%'
# Maximum length used for retrieving data over MySQL error based payload due to "known" problems with longer result strings
MYSQL_ERROR_CHUNK_LENGTH = 50