diff --git a/lib/core/settings.py b/lib/core/settings.py index b8cca2d22..2692789a4 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -19,7 +19,7 @@ from lib.core.enums import OS from lib.core.revision import getRevisionNumber # sqlmap version (...) -VERSION = "1.0.9.43" +VERSION = "1.0.9.44" REVISION = getRevisionNumber() TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable" TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34} @@ -306,7 +306,7 @@ ERROR_PARSING_REGEXES = ( r"(?m)^(fatal|error|warning|exception):?\s*(?P[^\n]+?)$", r"
  • Error Type:
    (?P.+?)
  • ", r"error '[0-9a-f]{8}'((<[^>]+>)|\s)+(?P[^<>]+)", - r"(?m)^\s*\[[^\n]+(ODBC|JDBC)[^\n]+\](?P[^\]]+in query expression[^\n]+)$" + r"\[[^\n\]]+(ODBC|JDBC)[^\n\]]+\](\[[^\]]+\])?(?P[^\n]+(in query expression|\(SQL| at /[^ ]+pdo)[^\n<]+)" ) # Regular expression used for parsing charset info from meta html headers diff --git a/txt/checksum.md5 b/txt/checksum.md5 index 74c475f60..de1efaf73 100644 --- a/txt/checksum.md5 +++ b/txt/checksum.md5 @@ -45,7 +45,7 @@ e60456db5380840a586654344003d4e6 lib/core/readlineng.py 5ef56abb8671c2ca6ceecb208258e360 lib/core/replication.py 99a2b496b9d5b546b335653ca801153f lib/core/revision.py 7c15dd2777af4dac2c89cab6df17462e lib/core/session.py -025ec626a652d9195206f7dadc9c0e50 lib/core/settings.py +02b720a110d9af0c4b1d77ea0c18ef66 lib/core/settings.py 7af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py 23657cd7d924e3c6d225719865855827 lib/core/subprocessng.py 0bc2fae1dec18cdd11954b22358293f2 lib/core/target.py