mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-11 19:23:45 +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]:
|
injection.parameter in conf.paramDict[injection.place]:
|
||||||
|
|
||||||
if not conf.technique or intersect(conf.technique, injection.data):
|
if not conf.technique or intersect(conf.technique, injection.data):
|
||||||
|
if injection not in kb.injections:
|
||||||
kb.injections.append(injection)
|
kb.injections.append(injection)
|
||||||
else:
|
else:
|
||||||
warnMsg = "there is an injection in %s parameter '%s' " % (injection.place, injection.parameter)
|
warnMsg = "there is an injection in %s parameter '%s' " % (injection.place, injection.parameter)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user