mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
fix for --technique
This commit is contained in:
parent
9856cb71de
commit
0f3cc153a3
|
@ -164,7 +164,7 @@ def resumeConfKb(expression, url, value):
|
|||
if injection.place in conf.paramDict and \
|
||||
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.keys()):
|
||||
if injection not in kb.injections:
|
||||
kb.injections.append(injection)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user