!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)

C:\AmbienteBogota\boletinprensa\   drwxrwxrwx
Free 4.13 GB of 39.52 GB (10.44%)
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 (1.81 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php 

/* As of 0.8beta5 admin password is stored hashed in the DB, so we
 need to update it ! */

if(!file_exists("include/config.php")){
  
header("Location:./admin/index.php");
  exit;
}


include(
"include/config.php");
include(
"include/lib/libconfig.php");
include(
"include/interface.php");
include(
"include/db/db_".$db_type.".inc.php");
include(
"admin/include/function.php");

$conf = new config();
$r $conf->getConfig($hostname,$login,$pass,$database,  $table_global_config);

if ( 
$r != 'SUCCESS'){
  include(
"./include/lang/english.php");
  echo 
"<div class='error'>".translate($r)."<br>";
  echo 
"</div>";
  exit;
 }    

if(empty(
$conf->language)) $conf->language="english";
include(
"./include/lang/".$conf->language.".php");


$admin_pass = (empty($_POST['admin_pass']) ? null $_POST['admin_pass']);


if(!isset(
$admin_pass)){
print 
'<html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       <link rel="stylesheet" href="phpmynewsletter.css" type="text/css" />
 <title></title></head><body>
<br />'
;
print   
info_msg(translate("PASSWORD_MD5_NOTICE"));
print 
'
<form action="upgrade.php" method="post">
'
.translate("PASSWORD_MD5_PWD").'<input type="password" name="admin_pass"> <input type="submit">
</form>'
;
} else {
  if( 
upgrade_password($hostname,$login ,$pass,$database,$table_global_config$admin_pass) ){

    
header("Location:admin/index.php?form_pass=$admin_pass");
    exit();
  } else {
print 
'<html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       <link rel="stylesheet" href="phpmynewsletter.css" type="text/css" />
 <title></title></head><body>
<br />'
;

    print 
error_msg((DbError() ? translate("PASSWORD_MD5_ERR2"DbError()) : translate("PASSWORD_MD5_ERR")));
  }
}

print 
'</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.0156 ]--