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

Skip to content

Commit 8d6cc4a

Browse files
committed
Fixes #2959
1 parent a369f61 commit 8d6cc4a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.2.3.2"
22+
VERSION = "1.2.3.3"
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)

lib/core/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
See the file 'LICENSE' for copying permission
66
"""
77

8-
import locale
98
import os
109
import re
1110
import subprocess
11+
import sys
1212
import time
1313

1414
from lib.core.common import dataToStdout

txt/checksum.md5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ ffa5f01f39b17c8d73423acca6cfe86a lib/core/readlineng.py
4646
0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
4747
a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
4848
fcb74fcc9577523524659ec49e2e964b lib/core/session.py
49-
a78fff3d9089addb212c284c87baaad4 lib/core/settings.py
49+
2826b47bfd9c3157039f7de0dba235ab lib/core/settings.py
5050
d0adc28a38e43a787df4471f7f027413 lib/core/shell.py
5151
63491be462c515a1a3880c27c2acc4a2 lib/core/subprocessng.py
5252
505aaa61e1bba3c3d4567c3e667699e3 lib/core/target.py
5353
72d499ca8d792e90a1ebfb2ad2341a51 lib/core/testing.py
5454
de9922a29c71a235cb95a916ff925db2 lib/core/threads.py
5555
c40758411bb0bd68764d78e0bb72bd0f lib/core/unescaper.py
56-
755dc074f42ca8c73d1f2549a1cf09d1 lib/core/update.py
56+
063c10fb8261994fe1f8c8ace715aa76 lib/core/update.py
5757
fc624104ddb36d41794b7a943fde5f21 lib/core/wordlist.py
5858
1e5532ede194ac9c083891c2f02bca93 lib/__init__.py
5959
7620f1f4b8791e13c7184c06b5421754 lib/parse/banner.py

0 commit comments

Comments
 (0)