mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Minor update
This commit is contained in:
parent
59ab3c7bdc
commit
b79247c197
1 changed files with 1 additions and 1 deletions
|
|
@ -454,4 +454,4 @@ GENERIC_DOC_ROOT_DIRECTORY_NAMES = ("htdocs", "wwwroot", "www")
|
|||
MAX_HELP_OPTION_LENGTH = 18
|
||||
|
||||
# Strings for detecting formatting errors
|
||||
FORMAT_EXCEPTION_STRINGS = ("Type mismatch", "System.FormatException", "java.lang.NumberFormatException")
|
||||
FORMAT_EXCEPTION_STRINGS = ("Type mismatch", "Error converting", "System.FormatException", "java.lang.NumberFormatException")
|
||||
|
|
|
|||
Loading…
Reference in a new issue