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.12.11 "
22+ VERSION = "1.2.12.12 "
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 2020from lib .core .common import Backend
2121from lib .core .common import getLocalIP
2222from lib .core .common import getRemoteIP
23- from lib .core .common import getUnicode
2423from lib .core .common import normalizePath
2524from lib .core .common import ntToPosixSlashes
2625from lib .core .common import pollProcess
3938from lib .core .settings import IS_WIN
4039from lib .core .settings import METASPLOIT_SESSION_TIMEOUT
4140from lib .core .settings import SHELLCODEEXEC_RANDOM_STRING_MARKER
42- from lib .core .settings import UNICODE_ENCODING
4341from lib .core .subprocessng import blockingReadFromFD
4442from lib .core .subprocessng import blockingWriteToFD
4543from lib .core .subprocessng import Popen as execute
Original file line number Diff line number Diff line change @@ -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- e0b7d1e6e148bc962df6b59d35910b92 lib/core/settings.py
52+ 24f1c46a4530bde2d66a20ae59f745cd lib/core/settings.py
5353a971ce157d04de96ba6e710d3d38a9a8 lib/core/shell.py
5454a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5555d6da5998fea61068a80d9c671db1095f lib/core/target.py
@@ -85,7 +85,7 @@ aaf956c1e9855836c3f372e29d481393 lib/request/methodrequest.py
8585747f9941a68361bd779ec760f71568e9 lib/takeover/abstraction.py
8686acc1db3667bf910b809eb279b60595eb lib/takeover/icmpsh.py
87871e5532ede194ac9c083891c2f02bca93 lib/takeover/__init__.py
88- 9b9aa94a1693efa7a9ae0783cfb56896 lib/takeover/metasploit.py
88+ 4bf186a747e1a0c4ed5127ef064c3920 lib/takeover/metasploit.py
8989fb9e34d558293b5d6b9727f440712886 lib/takeover/registry.py
90906a49f359b922df0247eb236126596336 lib/takeover/udf.py
9191a3d07df8a780c668a11f06be42014cdc lib/takeover/web.py
You can’t perform that action at this time.
0 commit comments