File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1407,6 +1407,8 @@ def parseTargetDirect():
14071407 __import__ ("pyodbc" )
14081408 elif dbmsName == DBMS .FIREBIRD :
14091409 __import__ ("kinterbasdb" )
1410+ except (SqlmapSyntaxException , SqlmapMissingDependence ):
1411+ raise
14101412 except :
14111413 if _sqlalchemy and data [3 ] in _sqlalchemy .dialects .__all__ :
14121414 pass
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.11.2 "
22+ VERSION = "1.2.11.3 "
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 @@ -29,7 +29,7 @@ dd42ef140ffc0bd517128e6df369ab01 lib/controller/controller.py
29291e5532ede194ac9c083891c2f02bca93 lib/controller/__init__.py
3030cb865cf6eff60118bc97a0f106af5e4d lib/core/agent.py
3131c347f085bd561adfa26d3a9512e5f3b9 lib/core/bigarray.py
32- 56c793e54bcd3292a397288ba6ab5f35 lib/core/common.py
32+ b2a70451b0e5abe914aff2130015664f lib/core/common.py
33330d082da16c388b3445e656e0760fb582 lib/core/convert.py
34349f87391b6a3395f7f50830b391264f27 lib/core/data.py
353572016ea5c994a711a262fd64572a0fcd lib/core/datatype.py
@@ -49,7 +49,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
49490c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
5050a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
5151fcb74fcc9577523524659ec49e2e964b lib/core/session.py
52- 7665ca2a2c406933422d52553d40eded lib/core/settings.py
52+ 8f0fae6a47aed35b82f320edfec67ce2 lib/core/settings.py
5353a971ce157d04de96ba6e710d3d38a9a8 lib/core/shell.py
5454a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5555721198b5be72c8015a02acb116532a1f lib/core/target.py
You can’t perform that action at this time.
0 commit comments