mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +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])):
|
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)
|
pushValue(kb.injection)
|
||||||
|
|
||||||
infoMsg = "testing if an injection point on %s parameter " % injection.place
|
infoMsg = "checking if the injection point on %s " % injection.place
|
||||||
infoMsg += "'%s' is a false positive" % injection.parameter
|
infoMsg += "parameter '%s' is a false positive" % injection.parameter
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
|
|
||||||
kb.injection = injection
|
kb.injection = injection
|
||||||
|
|
Loading…
Reference in New Issue
Block a user