!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\comments\install2\   drwxrwxrwx
Free 4.11 GB of 39.52 GB (10.4%)
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:     index.php (2.07 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
*  Copyright 2008 Grestul Group 
*  Powered by Grestul
*  Installation by: Imad Jomaa
**/

/* Check if lock exists */
if (file_exists('lock')) {
echo 
"<title>";
echo 
'Grestul error';
echo 
"</title>";
echo 
"<strong>";
echo 
'<h1>Grestul Error!</h1>';
echo 
'<style type="text/css"> p {text-indent:50px; } </style><h2><p>Security notice:</p></h2>';
echo 
' <p>You must remove the lock from the installer to continue installation.</p>';
echo 
"</strong>";
echo 
'<hr width="700" align="left">';
echo 
'Grestul ';
include (
'version.php');
return;
}

?>
<!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>Grestul Installation</title>
    <link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
        <div class="contain">
        <div class="logo">
        </div>
        <div class="main">
        <div class="header">Installation Status</div>
        <div class="nav">
            <ul>
                <li class="on">Overview</li>
                <li>License Agreement</li>
                <li>Requirements</li>
                <li>Database Info</li>
                <li>Create Tables</li>
                <li>Create Admin</li>
                <li>Complete Install</li>
            </ul>
        </div>
        <div class="content">
            <h3 class="home">Overview | Version <?php include 'version.php'?></h3>
<br />
 <b>Installation Overview:</b><br />
      <p>The installation shouldn't take more than a couple of minutes for a successful install.
      The installer has easy-to-follow instructions that should enhance the installation experience.</p><br />

      <b>In the next major release:</b><br />
      <p>* Improved Administrator panel with added customization.<br /></p>
      <p>* Added rich text editor for posting.</p>
      <p>* Thumbs up and down for easy comment ratings.</p>
      <p>* More.</p><br />
                <a href="license.php">
                <div class="next"><div class="submit">Continue &gt;&gt;</div></div><br style="clear: both;" /></a>
        </div>

        <div class="footer">
                Copyright &copy; 2008 Grestul Group
            </div>
        </div>
        </div>
</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 ]--