mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40: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 \
|
if injection.place in conf.paramDict and \
|
||||||
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.keys()):
|
||||||
if injection not in kb.injections:
|
if injection not in kb.injections:
|
||||||
kb.injections.append(injection)
|
kb.injections.append(injection)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user