mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-30 18:10:12 +03:00
Merge e5f974bd2d
into 55a43a837b
This commit is contained in:
commit
fb1655ed09
|
@ -760,6 +760,10 @@ class Agent(object):
|
||||||
if intoRegExp:
|
if intoRegExp:
|
||||||
intoRegExp = intoRegExp.group(1)
|
intoRegExp = intoRegExp.group(1)
|
||||||
query = query[:query.index(intoRegExp)]
|
query = query[:query.index(intoRegExp)]
|
||||||
|
# The position is irrelevant when writing into a file,
|
||||||
|
# so bump the payload to the first position to avoid
|
||||||
|
# NULL bytes written into the file
|
||||||
|
position = 0
|
||||||
|
|
||||||
position = 0
|
position = 0
|
||||||
char = NULL
|
char = NULL
|
||||||
|
|
Loading…
Reference in New Issue
Block a user