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.1.11.12 "
22+ VERSION = "1.1.11.13 "
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 @@ -262,7 +262,7 @@ def main():
262262 logger .error (errMsg )
263263 raise SystemExit
264264
265- elif "twophase" in excMsg :
265+ elif all ( _ in excMsg for _ in ( "twophase" , "sqlalchemy" )) :
266266 errMsg = "please update the 'sqlalchemy' package"
267267 errMsg += "(Reference: https://github.com/apache/incubator-superset/issues/3447)"
268268 logger .error (errMsg )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ ec6a778b0e74749b916caead78ba88b7 lib/core/option.py
4646760d9df2a27ded29109b390ab202e72d lib/core/replication.py
4747a2466b62e67f8b31736bac4dac590e51 lib/core/revision.py
484802d4762140a72fd44668d3dab5eabda9 lib/core/session.py
49- 75b8d904c61a7d765082d68b320f30ef lib/core/settings.py
49+ 5868db3f5e8ba3be841fa74501e5bc60 lib/core/settings.py
505035bffbad762eb9e03db9e93b1c991103 lib/core/shell.py
5151a59ec28371ae067a6fdd8f810edbee3d lib/core/subprocessng.py
52527c9f2af3c0a8dd89223cfe07b0a0b826 lib/core/target.py
@@ -224,7 +224,7 @@ c3cc8b7727161e64ab59f312c33b541a shell/stager.aspx_
2242241f7f125f30e0e800beb21e2ebbab18e1 shell/stager.jsp_
22522501e3505e796edf19aad6a996101c81c9 shell/stager.php_
226226c737efc0afe782c5dcfec9d27e827515 sqlmapapi.py
227- 90c21cbd007b72eb8b840b11dcaf6f8c sqlmap.py
227+ 9103dbcc93b9d5854e2fd896e720e7b6 sqlmap.py
228228ba9bb7b0fbfbd408c24bc99b3c8f0fd9 tamper/apostrophemask.py
229229aa046ea026a3c72b714e726a2e775cd4 tamper/apostrophenullencode.py
2302300418d808878bf7cac4a28350116e64d0 tamper/appendnullbyte.py
You can’t perform that action at this time.
0 commit comments