File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
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.39 "
22
+ VERSION = "1.2.12.40 "
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 @@ -174,9 +174,11 @@ def _retryProxy(**kwargs):
174
174
warnMsg += "(e.g. 'https://help.ubuntu.com/community/Tor')"
175
175
else :
176
176
warnMsg = "if the problem persists please check that the provided "
177
- warnMsg += "target URL is valid. In case that it is, you can try to rerun "
178
- warnMsg += "with the switch '--random-agent' turned on "
179
- warnMsg += "and/or proxy switches ('--ignore-proxy', '--proxy',...)"
177
+ warnMsg += "target URL is reachable. In case that it is, "
178
+ warnMsg += "you can try to rerun with "
179
+ if not conf .randomAgent :
180
+ warnMsg += "switch '--random-agent' and/or "
181
+ warnMsg += "proxy switches ('--ignore-proxy', '--proxy',...)"
180
182
singleTimeWarnMessage (warnMsg )
181
183
182
184
elif conf .threads > 1 :
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
- 9a25febb08854816a83ee455005b865d lib/core/settings.py
52
+ 03f706e4caefe69887515d9e7cb56748 lib/core/settings.py
53
53
a971ce157d04de96ba6e710d3d38a9a8 lib/core/shell.py
54
54
a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
55
55
1581be48127a3a7a9fd703359b6e7567 lib/core/target.py
@@ -71,7 +71,7 @@ f6b5957bf2103c3999891e4f45180bce lib/parse/payloads.py
71
71
30eed3a92a04ed2c29770e1b10d39dc0 lib/request/basicauthhandler.py
72
72
67c035eda3066b44c592b2f602e44b3e lib/request/basic.py
73
73
859b6ad583e0ffba154f17ee179b5b89 lib/request/comparison.py
74
- 999f9b050ffe9e9b7ddbc9fdb0a18432 lib/request/connect.py
74
+ bd5e2ad9dd0505bdaae180b323a8fa34 lib/request/connect.py
75
75
dd4598675027fae99f2e2475b05986da lib/request/direct.py
76
76
2044fce3f4ffa268fcfaaf63241b1e64 lib/request/dns.py
77
77
98535d0efca5551e712fcc4b34a3f772 lib/request/httpshandler.py
You can’t perform that action at this time.
0 commit comments