mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
minor update
This commit is contained in:
parent
0e512d3c09
commit
345df5968d
|
@ -165,6 +165,7 @@ def resumeConfKb(expression, url, value):
|
|||
injection.parameter in conf.paramDict[injection.place]:
|
||||
|
||||
if not conf.technique or intersect(conf.technique, injection.data):
|
||||
if injection not in kb.injections:
|
||||
kb.injections.append(injection)
|
||||
else:
|
||||
warnMsg = "there is an injection in %s parameter '%s' " % (injection.place, injection.parameter)
|
||||
|
|
Loading…
Reference in New Issue
Block a user