mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor cosmetic patch (removing multiple same content '...appears...' messages)
This commit is contained in:
parent
978f56ad10
commit
556b4d289e
3 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue