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

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/home/mnnews/public_html/user/phpSecurePages/   drwxr-xr-x
Free 3.96 GB of 27.03 GB (14.66%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     interface.php (3.59 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?PHP
//  ------ create table variable ------
// variables for Netscape Navigator 3 & 4 are +4 for compensation of render errors
$Browser_Type  =  strtok($HTTP_USER_AGENT,  "/");
if (
ereg( "MSIE", $HTTP_USER_AGENT) || ereg( "Mozilla/5.0", $HTTP_USER_AGENT) ) {
    
$theTable = 'WIDTH="400" HEIGHT="245"';
} else {
    
$theTable = 'WIDTH="404" HEIGHT="249"';
}

// ------ create document-location variable ------
if ( ereg("php\.exe", $PHP_SELF) || ereg("php3\.cgi", $PHP_SELF) || ereg("phpts\.exe", $PHP_SELF) ) {
    
// $documentLocation = $HTTP_ENV_VARS["PATH_INFO"];
    
$documentLocation = getenv("PATH_INFO");
} else {
    
$documentLocation = $PHP_SELF;
}
if (
getenv("QUERY_STRING") ) {
    
$documentLocation .= "?" . getenv("QUERY_STRING");
}

?>
<html><head>
    
    <meta name="description" content="<?PHP echo $strLoginInterface; ?>">
    <meta name="keywords" content="<?PHP echo $strLogin; ?>">
    <title><?PHP echo $strLoginInterface; ?></title>
    
<SCRIPT LANGUAGE="JavaScript">
<!--
//  ------ check form ------
function checkData() {
    var f1 = document.forms[0];
    var wm = "<?PHP echo $strJSHello; ?>\n\r\n";
    var noerror = 1;

    // --- entered_login ---
    var t1 = f1.entered_login;
    if (t1.value == "" || t1.value == " ") {
        wm += "<?PHP echo $strLogin; ?>\r\n";
        noerror = 0;
    }

    // --- entered_password ---
    var t1 = f1.entered_password;
    if (t1.value == "" || t1.value == " ") {
        wm += "<?PHP echo $strPassword; ?>\r\n";
        noerror = 0;
    }

    // --- check if errors occurred ---
    if (noerror == 0) {
        alert(wm);
        return false;
    }
    else return true;
}
//-->
</SCRIPT>

<style type="text/css">
<!--
A:hover.link {
    background-color: #E9E9E9;
}
//-->
</style>
</head>

<body bgcolor="White" TEXT="Black"><center>
<form action='<?PHP echo $documentLocation; ?>' METHOD="post" onSubmit="return checkData()">
<TABLE WIDTH="100%" HEIGHT="100%" CELLPADDING="0" CELLSPACING="0"><TR><TD ALIGN="center" VALIGN="middle">

    <!-- Place your logo here -->

    <TABLE <?PHP echo $theTable; ?> CELLPADDING="0" CELLSPACING="0" BACKGROUND="/images/<?PHP echo $bgImage; ?>"><TR><TD ALIGN="center" VALIGN="middle">
        <TABLE CELLPADDING="4" WIDTH="100%" HEIGHT="100%" BACKGROUND="">
        <TR><TD ALIGN="center" COLSPAN="2"><h1><?PHP echo $strLoginInterface; ?></h1></TD></TR>
        <TR><TD ALIGN="center" COLSPAN="2">
            <B><I><NOBR><?PHP
            
// check for error messages
            
if ($message) {
                echo
$message;
            }
?></NOBR></I></B>
        </TD></TR>
        <tr><TD VALIGN="bottom"><A HREF="<?PHP echo $cfgUrl . getenv("HTTP_HOST") . $cfgIndexpage; ?>" TABINDEX="2">
            <IMG SRC="/images/cancel.gif" ALIGN="left" WIDTH="22" HEIGHT="23" ALT="<?PHP echo $strCancel; ?>" BORDER=0 hspace=10 vspace=4></A>
        </TD>
        <td ALIGN="right" VALIGN="bottom">
            <table cellpadding=4 cellspacing=1 BACKGROUND="">
            <tr><td><B><FONT FACE="Arial,Helvetica,sans-serif" SIZE="-1"><?PHP echo $strLogin; ?>: </FONT></B></td>
            <td> <INPUT TYPE="text" NAME="entered_login" STYLE="font-size: 9pt;" TABINDEX="1"></td></tr>
            <tr><td><B><FONT FACE="Arial,Helvetica,sans-serif" SIZE="-1"><?PHP echo $strPassword; ?>: </FONT></B></td>
            <td> <INPUT TYPE="password" NAME="entered_password" STYLE="font-size: 9pt;" TABINDEX="1"></td></tr>
            </table>
            <INPUT TYPE=image src="/images/enter.gif" WIDTH="26" HEIGHT="23" border=0 hspace=7 vspace=4 alt="<?PHP echo $strEnter; ?>   &gt;&gt;&gt;" TABINDEX="1">
        </td></tr></table>
    </TD></TR></TABLE>
    
</TD></TR></TABLE>
</form>
</center>

<SCRIPT LANGUAGE="JavaScript">
<!--
document.forms[0].entered_login.select();
document.forms[0].entered_login.focus();
//-->
</SCRIPT>
</body></html>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

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