!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:\copia nuevo\php\pear\   drwxrwxrwx
Free 8.02 GB of 239.26 GB (3.35%)
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:     phing.php (1.57 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * This is the Phing command line launcher. It starts up the system evironment
 * tests for all important paths and properties and kicks of the main command-
 * line entry point of phing located in phing.Phing
 * @version $Revision: 552 $
 */
 
// Set any INI options for PHP
// ---------------------------

/* set classpath */
if (getenv('PHP_CLASSPATH')) {
    if (!
defined('PHP_CLASSPATH')) { define('PHP_CLASSPATH',  getenv('PHP_CLASSPATH') . PATH_SEPARATOR get_include_path()); }
    
ini_set('include_path'PHP_CLASSPATH);
} else {
    if (!
defined('PHP_CLASSPATH')) { define('PHP_CLASSPATH',  get_include_path()); }
}

require_once 
'phing/Phing.php';

try {
    
    
/* Setup Phing environment */
    
Phing::startup();

    
// Set phing.home property to the value from environment
    // (this may be NULL, but that's not a big problem.) 
    
Phing::setProperty('phing.home'getenv('PHING_HOME'));

    
// Grab and clean up the CLI arguments
    
$args = isset($argv) ? $argv $_SERVER['argv']; // $_SERVER['argv'] seems to not work (sometimes?) when argv is registered
    
array_shift($args); // 1st arg is script name, so drop it
    
    // Invoke the commandline entry point
    
Phing::fire($args);
    
    
// Invoke any shutdown routines.
    
Phing::shutdown();
    
} catch (
ConfigurationException $x) {
    
    
Phing::printMessage($x);
    exit(-
1); // This was convention previously for configuration errors.
    
} catch (Exception $x) {
    
    
// Assume the message was already printed as part of the build and
    // exit with non-0 error code.
    
    
exit(1);
    
}

?>

:: 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 ]--