File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 19
19
from lib .core .enums import OS
20
20
21
21
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22
- VERSION = "1.2.12.11 "
22
+ VERSION = "1.2.12.12 "
23
23
TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
24
24
TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
25
25
VERSION_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 20
20
from lib .core .common import Backend
21
21
from lib .core .common import getLocalIP
22
22
from lib .core .common import getRemoteIP
23
- from lib .core .common import getUnicode
24
23
from lib .core .common import normalizePath
25
24
from lib .core .common import ntToPosixSlashes
26
25
from lib .core .common import pollProcess
39
38
from lib .core .settings import IS_WIN
40
39
from lib .core .settings import METASPLOIT_SESSION_TIMEOUT
41
40
from lib .core .settings import SHELLCODEEXEC_RANDOM_STRING_MARKER
42
- from lib .core .settings import UNICODE_ENCODING
43
41
from lib .core .subprocessng import blockingReadFromFD
44
42
from lib .core .subprocessng import blockingWriteToFD
45
43
from 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
49
49
0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
50
50
a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
51
51
fcb74fcc9577523524659ec49e2e964b lib/core/session.py
52
- e0b7d1e6e148bc962df6b59d35910b92 lib/core/settings.py
52
+ 24f1c46a4530bde2d66a20ae59f745cd lib/core/settings.py
53
53
a971ce157d04de96ba6e710d3d38a9a8 lib/core/shell.py
54
54
a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
55
55
d6da5998fea61068a80d9c671db1095f lib/core/target.py
@@ -85,7 +85,7 @@ aaf956c1e9855836c3f372e29d481393 lib/request/methodrequest.py
85
85
747f9941a68361bd779ec760f71568e9 lib/takeover/abstraction.py
86
86
acc1db3667bf910b809eb279b60595eb lib/takeover/icmpsh.py
87
87
1e5532ede194ac9c083891c2f02bca93 lib/takeover/__init__.py
88
- 9b9aa94a1693efa7a9ae0783cfb56896 lib/takeover/metasploit.py
88
+ 4bf186a747e1a0c4ed5127ef064c3920 lib/takeover/metasploit.py
89
89
fb9e34d558293b5d6b9727f440712886 lib/takeover/registry.py
90
90
6a49f359b922df0247eb236126596336 lib/takeover/udf.py
91
91
a3d07df8a780c668a11f06be42014cdc lib/takeover/web.py
You can’t perform that action at this time.
0 commit comments