File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313import random
1414import re
1515import socket
16- import string
1716import sys
1817import tempfile
1918import threading
3635from lib .core .common import decodeStringEscape
3736from lib .core .common import getPublicTypeMembers
3837from lib .core .common import getSafeExString
38+ from lib .core .common import getUnicode
3939from lib .core .common import findLocalPort
4040from lib .core .common import findPageForms
4141from lib .core .common import getConsoleWidth
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.3.2.5 "
22+ VERSION = "1.3.2.6 "
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 @@ -43,14 +43,14 @@ e1f7758f433202c50426efde5eb96768 lib/core/datatype.py
4343fb6be55d21a70765e35549af2484f762 lib/core/__init__.py
444418c896b157b03af716542e5fe9233ef9 lib/core/log.py
4545fa9f24e88c81a6cef52da3dd5e637010 lib/core/optiondict.py
46- f479c164e44c766316205aa16cf3947b lib/core/option.py
46+ fca2d30cc9f9f5906e53542b2a9c247e lib/core/option.py
4747fe370021c6bc99daf44b2bfc0d1effb3 lib/core/patch.py
48484b12aa67fbf6c973d12e54cf9cb54ea0 lib/core/profiling.py
4949d5ef43fe3cdd6c2602d7db45651f9ceb lib/core/readlineng.py
50507d8a22c582ad201f65b73225e4456170 lib/core/replication.py
51513179d34f371e0295dd4604568fb30bcd lib/core/revision.py
5252d6269c55789f78cf707e09a0f5b45443 lib/core/session.py
53- 91a39930f92053b07f6ba594b6691fb8 lib/core/settings.py
53+ 92a41d5a203138d85c80e2ab76a744e4 lib/core/settings.py
54544483b4a5b601d8f1c4281071dff21ecc lib/core/shell.py
555510fd19b0716ed261e6d04f311f6f527c lib/core/subprocessng.py
565643772ea73e9e3d446f782af591cb4eda lib/core/target.py
You can’t perform that action at this time.
0 commit comments