minor update

This commit is contained in:
Miroslav Stampar 2011-12-01 10:07:39 +00:00
parent 9975ff8d17
commit 32ab7171ea

View File

@ -1768,8 +1768,8 @@ def __basicOptionValidation():
errMsg = "switch --tor is incompatible with switch --proxy"
raise sqlmapSyntaxException, errMsg
if conf.checkTor and not conf.tor:
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)"
raise sqlmapSyntaxException, errMsg
if conf.skip and conf.testParameter: