Minor cosmetic patch (removing multiple same content '...appears...' messages)

This commit is contained in:
Miroslav Stampar
2016-09-26 17:02:40 +02:00
parent 978f56ad10
commit 556b4d289e
3 changed files with 4 additions and 4 deletions

View File

@@ -520,7 +520,7 @@ def checkSqlInjection(place, parameter, value):
if not any((conf.string, conf.notString, conf.code)):
infoMsg = "%s parameter '%s' appears to be '%s' injectable " % (paramType, parameter, title)
logger.info(infoMsg)
singleTimeLogMessage(infoMsg)
# In case of error-based SQL injection
elif method == PAYLOAD.METHOD.GREP: