!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/dwmail/test/   drwxr-xr-x
Free 3.96 GB of 27.03 GB (14.64%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     phpmailtest.php (1.64 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!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>DWmail - System Tests</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<p align="center"><img src="dwmail.jpg" alt="DWmail" width="216" height="55" /></p>
<p align="left" class="TableHeader">&nbsp;<b>PHP mail() function tester</b></p>
<?php
$mailersoftware
= ini_get('sendmail_path');
echo (
"<b>Mailer software:</b> $mailersoftware<br />");
echo (
"<b>Send a test email to yourself:</b> <form action=\"" . $_SERVER['PHP_SELF'] . "\" method=\"post\">
<br /><b>Your email address:</b> <input type=\"text\" name=\"emailaddress\" /> <input type=\"submit\" value=\"send email\" /></form>"
);
if (
$_POST['emailaddress']) {

    
$to  = strip_tags(trim($_POST['emailaddress']));
    
$subject = "DWmail mail() test";
    
$message = "This is a test message to check that PHP's mail() function works correctly.

If you receive this message all is OK"
;

    
$headers .= "From: " . strip_tags(trim($_POST['emailaddress'])) . "\r\n";

    @
mail($to, $subject, $message, $headers);
    echo (
"<p>We have sent a test email to " . strip_tags(trim($_POST['emailaddress'])) . ".  You should receive it shortly.  If not it's possible that your PHP mail() function isn't working properly</p>If your mail() function does not work and you have access to an SMTP server you will only be able to run DWmail in 'local' mode.  Please see the DWmail documentation for more information.");
}
?>
</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.0037 ]--