mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
replaced outfile with dumpfile so works even if the original statement outputs blob
This commit is contained in:
parent
39ab3b9149
commit
c211255773
2 changed files with 4 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
LIMIT 0,1 INTO OUTFILE '%OUTFILE%' LINES TERMINATED BY 0x%HEXSTRING%--
|
||||
LIMIT 0,1 INTO DUMPFILE '%DUMPFILE%' LINES TERMINATED BY 0x%HEXSTRING%--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue