File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed 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.5.17 "
22+ VERSION = "1.2.5.18 "
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 @@ -220,10 +220,6 @@ def checkCharEncoding(encoding, warn=True):
220220 try :
221221 codecs .lookup (encoding .encode (UNICODE_ENCODING ) if isinstance (encoding , unicode ) else encoding )
222222 except (LookupError , ValueError ):
223- if warn and ' ' not in encoding :
224- warnMsg = "unknown web page charset '%s'. " % encoding
225- warnMsg += "Please report by e-mail to '%s'" % DEV_EMAIL_ADDRESS
226- singleTimeLogMessage (warnMsg , logging .WARN , encoding )
227223 encoding = None
228224
229225 if encoding :
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ c9a56e58984420a5abb7a3f7aadc196d lib/core/optiondict.py
47470c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
4848a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
4949fcb74fcc9577523524659ec49e2e964b lib/core/session.py
50- 71c3a9f3ca42c55ecf3fc1d6dcffc6a3 lib/core/settings.py
50+ c7f07cb1ca744abc129e58828107d119 lib/core/settings.py
51510dfc2ed40adf72e302291f6ecd4406f6 lib/core/shell.py
5252a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
53536306284edcccc185b2df085438572b0d lib/core/target.py
@@ -67,7 +67,7 @@ fb2e2f05dde98caeac6ccf3e67192177 lib/parse/configfile.py
6767ec4e56bbb1349176b2a22e0b99ba6a55 lib/parse/payloads.py
6868492654567e72b6a14584651fcd9f16e6 lib/parse/sitemap.py
696930eed3a92a04ed2c29770e1b10d39dc0 lib/request/basicauthhandler.py
70- 596988f14408cde1a2d3b5c9f231873a lib/request/basic.py
70+ 7a779e6bdf582b8ceb6d640cf869ac10 lib/request/basic.py
7171c0cabedead14b8a23353b606672cff42 lib/request/comparison.py
72720ad9051e84e8fefe826f1a574b41b1b0 lib/request/connect.py
7373dd4598675027fae99f2e2475b05986da lib/request/direct.py
You can’t perform that action at this time.
0 commit comments