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 .enums import OS
2020
2121# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22- VERSION = "1.2.5.4 "
22+ VERSION = "1.2.5.5 "
2323TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2424TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2525VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
Original file line number Diff line number Diff line change @@ -264,8 +264,8 @@ def main():
264264 raise SystemExit
265265
266266 elif all (_ in excMsg for _ in ("twophase" , "sqlalchemy" )):
267- errMsg = "please update the 'sqlalchemy' package "
268- errMsg += "(Reference: https://github .com/apache/incubator-superset/issues/3447 )"
267+ errMsg = "please update the 'sqlalchemy' package (>= 1.1.11) "
268+ errMsg += "(Reference: https://qiita .com/tkprof/items/7d7b2d00df9c5f16fffe )"
269269 logger .error (errMsg )
270270 raise SystemExit
271271
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ c9a56e58984420a5abb7a3f7aadc196d lib/core/optiondict.py
47470c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
4848a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
4949fcb74fcc9577523524659ec49e2e964b lib/core/session.py
50- 8fc5eef70dd6099c61c26c48767c4ef5 lib/core/settings.py
50+ 2b1dd381a11c70766d31a272619dc356 lib/core/settings.py
51510dfc2ed40adf72e302291f6ecd4406f6 lib/core/shell.py
5252a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
53536306284edcccc185b2df085438572b0d lib/core/target.py
@@ -225,7 +225,7 @@ ec2ba8c757ac96425dcd2b97970edd3a shell/stagers/stager.asp_
2252250c48ddb1feb7e38a951ef05a0d48e032 shell/stagers/stager.jsp_
2262262f9e459a4cf6a58680978cdce5ff7971 shell/stagers/stager.php_
2272274eaeef94314956e4517e5310a28d579a sqlmapapi.py
228- e585626909b2de432f1fb71e0944b130 sqlmap.py
228+ 5c8583dd47f92935ceb41210a10eeebf sqlmap.py
2292294c3b8a7daa4bff52e01d4168be0eedbe tamper/apostrophemask.py
2302304115a55b8aba464723d645b7d3156b6e tamper/apostrophenullencode.py
231231d7e9a979eff4d7315d804a181e66fc93 tamper/appendnullbyte.py
You can’t perform that action at this time.
0 commit comments