Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9ee0f4

Browse files
committed
Trivial update
1 parent 5077844 commit f9ee0f4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/core/dump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def string(self, header, data, content_type=None, sort=True):
133133
if "\n" in _:
134134
self._write("%s:\n---\n%s\n---" % (header, _))
135135
else:
136-
self._write("%s: %s" % (header, ("'%s'" % _) if isinstance(data, basestring) else _))
136+
self._write("%s: %s" % (header, ("'%s'" % _) if isinstance(data, basestring) else _))
137137
else:
138138
self._write("%s:\tNone" % header)
139139

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from lib.core.enums import OS
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.3.2.3"
22+
VERSION = "1.3.2.4"
2323
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2424
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
2525
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)

txt/checksum.md5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ e1f7758f433202c50426efde5eb96768 lib/core/datatype.py
3737
1646402a733e564f05025e848b323cf9 lib/core/decorators.py
3838
5f4680b769ae07f22157bd832c97cf8f lib/core/defaults.py
3939
9dfc69ba47209a4ceca494dde9ee8183 lib/core/dicts.py
40-
13ca1a870fa0b01b9593f25e9e93ed9c lib/core/dump.py
40+
4ba141124699fd7a763dea82f17fe523 lib/core/dump.py
4141
5c91145204092b995ed1ac641e9e291d lib/core/enums.py
4242
84ef8f32e4582fcc294dc14e1997131d lib/core/exception.py
4343
fb6be55d21a70765e35549af2484f762 lib/core/__init__.py
@@ -50,7 +50,7 @@ fe370021c6bc99daf44b2bfc0d1effb3 lib/core/patch.py
5050
7d8a22c582ad201f65b73225e4456170 lib/core/replication.py
5151
3179d34f371e0295dd4604568fb30bcd lib/core/revision.py
5252
d6269c55789f78cf707e09a0f5b45443 lib/core/session.py
53-
474088278707e6d5c01de7515e433c05 lib/core/settings.py
53+
eb57ce3f759d37233aba581cc8c88751 lib/core/settings.py
5454
4483b4a5b601d8f1c4281071dff21ecc lib/core/shell.py
5555
10fd19b0716ed261e6d04f311f6f527c lib/core/subprocessng.py
5656
9c7b5c6397fb3da33e7a4d7876d159c6 lib/core/target.py

0 commit comments

Comments
 (0)