File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919from lib .core .revision import getRevisionNumber
2020
2121# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22- VERSION = "1.0.9.43 "
22+ VERSION = "1.0.9.44 "
2323REVISION = getRevisionNumber ()
2424TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2525TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
306306 r"(?m)^(fatal|error|warning|exception):?\s*(?P<result>[^\n]+?)$" ,
307307 r"<li>Error Type:<br>(?P<result>.+?)</li>" ,
308308 r"error '[0-9a-f]{8}'((<[^>]+>)|\s)+(?P<result>[^<>]+)" ,
309- r"(?m)^\s*\ [[^\n] +(ODBC|JDBC)[^\n] +\](? P<result>[^\]]+ in query expression[^\n ]+)$ "
309+ r"\ [[^\n\]] +(ODBC|JDBC)[^\n\]] +\](\[[^\]]+\])?(? P<result>[^\n]+( in query expression|\(SQL| at /[^ ]+pdo)[^\n< ]+)"
310310 )
311311
312312# Regular expression used for parsing charset info from meta html headers
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ e60456db5380840a586654344003d4e6 lib/core/readlineng.py
45455ef56abb8671c2ca6ceecb208258e360 lib/core/replication.py
464699a2b496b9d5b546b335653ca801153f lib/core/revision.py
47477c15dd2777af4dac2c89cab6df17462e lib/core/session.py
48- 025ec626a652d9195206f7dadc9c0e50 lib/core/settings.py
48+ 02b720a110d9af0c4b1d77ea0c18ef66 lib/core/settings.py
49497af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py
505023657cd7d924e3c6d225719865855827 lib/core/subprocessng.py
51510bc2fae1dec18cdd11954b22358293f2 lib/core/target.py
You can’t perform that action at this time.
0 commit comments