Evet bugün kücük bir kod eklicem arkadaslar.
yazdigim suanki exploitte lazim oldu ,bir php dosyasini resim olarak eklemek icin ne yapmak gerekiyor.
html dosyamizda cok basit:
<img src="resim.php" mce_src="resim.php" />
resim.php:
$file = "/srv/www/htdocs/web35/html/wp-content/themes/freshy/images/icons/feed-icon-10x10.gif";
if(file_exists($file)) {
Header("Content-type: image/gif");
readfile($file);
}
böylelikle html dosyamizi calistirdigimizda resimi görecegiz.
niye direk resmi eklemedin diyenler ola bilir, resimi ekledigim sayfada php kodu da calistiracagimda ondan.
neyse derin konu bu bugünlük bukadar