!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\Xcode\DesignPatterns\   drwxrwxrwx
Free 7.27 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:     7.php (1.28 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
// Include MySQL class
require_once ( 'Iterators/FileIterator.php' );
// Include HTMLTable class
require_once ( 'UI/HTMLTable.php' );

// Instantiate the File Iterator
$iterator = & new FileIterator('3.php');

// Pass result to HTMLTable on instantiation
$table = & new HTMLTable($iterator,'Iterator_');

// Add the headings to the table
$table->addHeadings('PHP Source Code');

// Build the rows
$table->buildRows();
?>
<!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> Iterator </title>
<meta http-equiv="Content-type" content="text/html"
    charset="iso-8859-1" />
<style type="text/css">
td, th {
    font-size: 0.9em;
    font-family: verdana;
}
table#Iterator_Table {
    background-color: #b2b3b4;
    width: 15em;
}
tr#Iterator_HeaderRow {
    background-color: white;
}
th#Iterator_HeaderCol {
    font-size: 0.9em;
    font-family: verdana;
    font-weight: bold;
    padding: 0.3em;
}
tr#Iterator_Row1 {
    background-color: #d2d3d4;
}
tr#Iterator_Row2 {
    background-color: white;
}
td#Iterator_Col {
    padding: 0.2em;
}
</style>
</head>
<body>
<?php echo ( $table->render() ); ?>
</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 ]--