Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9975ff8 commit 32ab717Copy full SHA for 32ab717
1 file changed
lib/core/option.py
@@ -1768,8 +1768,8 @@ def __basicOptionValidation():
1768
errMsg = "switch --tor is incompatible with switch --proxy"
1769
raise sqlmapSyntaxException, errMsg
1770
1771
- if conf.checkTor and not conf.tor:
1772
- errMsg = "switch --check-tor requires usage of switch --tor"
+ if conf.checkTor and not (conf.tor or conf.proxy):
+ errMsg = "switch --check-tor requires usage of switch --tor (or --proxy with HTTP proxy address using Tor)"
1773
1774
1775
if conf.skip and conf.testParameter:
0 commit comments