Rerun advice update

This commit is contained in:
Miroslav Stampar 2014-12-09 09:02:06 +01:00
parent 20c272b77d
commit a7b21a2f62

View File

@ -573,6 +573,11 @@ def start():
errMsg += "expression that you have chosen " errMsg += "expression that you have chosen "
errMsg += "does not match exclusively True responses" errMsg += "does not match exclusively True responses"
if not conf.tamper:
errMsg += " If you suspect that there is some kind of protection mechanism "
errMsg += "involved (e.g. WAF) maybe you could retry "
errMsg += "with an option '--tamper' (e.g. '--tamper=space2comment')"
raise SqlmapNotVulnerableException(errMsg) raise SqlmapNotVulnerableException(errMsg)
else: else:
# Flush the flag # Flush the flag