mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
cosmeticados
This commit is contained in:
parent
98f9f3e774
commit
441c288dd9
|
@ -501,8 +501,8 @@ def checkFalsePositives(injection):
|
|||
if len(injection.data) == 1 and any(map(lambda x: x in injection.data, [PAYLOAD.TECHNIQUE.BOOLEAN, PAYLOAD.TECHNIQUE.TIME, PAYLOAD.TECHNIQUE.STACKED])):
|
||||
pushValue(kb.injection)
|
||||
|
||||
infoMsg = "testing if an injection point on %s parameter " % injection.place
|
||||
infoMsg += "'%s' is a false positive" % injection.parameter
|
||||
infoMsg = "checking if the injection point on %s " % injection.place
|
||||
infoMsg += "parameter '%s' is a false positive" % injection.parameter
|
||||
logger.info(infoMsg)
|
||||
|
||||
kb.injection = injection
|
||||
|
|
Loading…
Reference in New Issue
Block a user