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.7.9 "
22+ VERSION = "1.2.7.10 "
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 77
88try :
99 from crypt import crypt
10- except ImportError :
10+ except : # removed ImportError because of https://github.com/sqlmapproject/sqlmap/issues/3171
1111 from thirdparty .fcrypt .fcrypt import crypt
1212
1313_multiprocessing = None
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
48480c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
4949a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
5050fcb74fcc9577523524659ec49e2e964b lib/core/session.py
51- 4c026aa83372dded4cb70cbdb677fb81 lib/core/settings.py
51+ f140b81ca26a2eb0e071cb6837352d28 lib/core/settings.py
5252dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py
5353a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
545495f04c1c1d8c3998d86e1bdf0e12771c lib/core/target.py
@@ -107,7 +107,7 @@ de9620f03231d8329ee8434884b6bacd lib/utils/deps.py
107107f7af65aa47329d021e2b2cc8521b42a4 lib/utils/getch.py
1081087af29f61302c8693cd6436d4b69e22d3 lib/utils/har.py
109109062e4e8fc43ac54305a75ddd0d482f81 lib/utils/hashdb.py
110- cc1cfe36057f1d9bbdcba1bcc03359f9 lib/utils/hash.py
110+ 4d5b2262ad495301706a4cf4c565abec lib/utils/hash.py
111111011d2dbf589e0faa0deca61a651239cc lib/utils/htmlentities.py
1121121e5532ede194ac9c083891c2f02bca93 lib/utils/__init__.py
113113010d8327239d33af4ce9f25683cfc012 lib/utils/pivotdumptable.py
You can’t perform that action at this time.
0 commit comments