mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Added a comment needed to understand this hack when looking at the code in a month or so ;)
This commit is contained in:
@@ -148,6 +148,9 @@ class Agent:
|
|||||||
if conf.direct:
|
if conf.direct:
|
||||||
return self.payloadDirect(string)
|
return self.payloadDirect(string)
|
||||||
|
|
||||||
|
# Either if the technique is stacked queries (<stype>) or we are
|
||||||
|
# replacing (<where>) the parameter original value with our
|
||||||
|
# payload, do not put a space after the prefix
|
||||||
if kb.technique == 4:
|
if kb.technique == 4:
|
||||||
query = kb.injection.prefix
|
query = kb.injection.prefix
|
||||||
elif kb.technique and kb.technique in kb.injection.data:
|
elif kb.technique and kb.technique in kb.injection.data:
|
||||||
|
|||||||
Reference in New Issue
Block a user