Minor language update

This commit is contained in:
Miroslav Stampar 2012-08-22 12:00:17 +02:00
parent 8a5042b6a4
commit 25ee333e66

View File

@ -493,7 +493,7 @@ def start():
errMsg += "(e.g. GET parameter 'id' in 'www.site.com/index.php?id=1')"
raise sqlmapNoneDataException, errMsg
else:
errMsg = "all parameters appear to be not injectable."
errMsg = "all tested parameters appear to be not injectable."
if conf.level < 5 or conf.risk < 3:
errMsg += " Try to increase '--level'/'--risk' values "