mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
minor update
This commit is contained in:
parent
0e512d3c09
commit
345df5968d
|
@ -165,7 +165,8 @@ def resumeConfKb(expression, url, value):
|
|||
injection.parameter in conf.paramDict[injection.place]:
|
||||
|
||||
if not conf.technique or intersect(conf.technique, injection.data):
|
||||
kb.injections.append(injection)
|
||||
if injection not in kb.injections:
|
||||
kb.injections.append(injection)
|
||||
else:
|
||||
warnMsg = "there is an injection in %s parameter '%s' " % (injection.place, injection.parameter)
|
||||
warnMsg += "but you did not provided it this time"
|
||||
|
|
Loading…
Reference in New Issue
Block a user