mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
bug fix, refactoring and improved extractErrorMessage capabilities
This commit is contained in:
@@ -160,3 +160,9 @@ SQL_STATEMENTS = {
|
||||
"commit ",
|
||||
"rollback ", ),
|
||||
}
|
||||
|
||||
ERROR_PARSING_REGEXES = (
|
||||
r"<b>[^<]*(fatal|error|warning|exception)[^<]*</b>:?\s+(?P<result>.+?)<br\s*/?\s*>",
|
||||
r"<li>Error Type:<br>(?P<result>.+?)</li>",
|
||||
r"error '[0-9a-f]{8}'((<[^>]+>)|\s)+(?P<result>[^<>]+)"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user