mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor refactoring
This commit is contained in:
parent
fec88f6a6d
commit
acb986ae80
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue