mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
minor update
This commit is contained in:
parent
0e512d3c09
commit
345df5968d
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue