!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\php\PEAR\docs\Mail_Mime\scripts\   drwxrwxrwx
Free 7.25 GB of 239.26 GB (3.03%)
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:     phail.php (1.09 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!@prefix@/bin/php -Cq
<?php
/**
* PHAIL - stands for PHP Mail
* @author Tomas V.V.Cox <cox@idecnet.com>
*/
require_once 'Mail.php';
require_once 
'Mail/mime.php';
require_once 
'Console/Getopt.php';

$argv Console_Getopt::readPHPArgv();
$opts Console_Getopt::getOpt($argv'f:c:s:t:a:b:');
if (
PEAR::isError($opts)) {
    
usage($opts->getMessage());
}

PEAR::setErrorHandling(PEAR_ERROR_DIE);
$mime = &new Mail_Mime;
foreach (
$opts[0] as $opt) {
    
$param $opt[1];
    switch (
$opt[0]) {
        case 
'f':
            
$headers['From'] = $param; break;
        case 
'c':
            
$headers['Cc'] = $param; break;
        case 
's':
            
$headers['Subject'] = $param; break;
        case 
't':
            
$to $param; break;
        case 
'a':
            
$mime->addAttachment($param); break;
        case 
'b':
            
$isfile = @is_file($param) ? true false;
            
$mime->setTXTBody($param$isfile); break;
    }
}

$mbody $mime->get();
$headers $mime->headers($headers);
$mail =& Mail::factory('mail');
$mail->send($to$headers$mbody);

function 
usage($error)
{
    die(
$error);
}
?>

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