!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:\nuevo\htdocs\BLA\admin\carpetas\   drwxrwxrwx
Free 10.1 GB of 239.26 GB (4.22%)
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:     inicio.php (1.4 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php 
session_start();


    setlocale(LC_ALL,"es_ES@euro","es_ES","esp");
    $hoy = ucfirst(strftime("%A, %d de %B del %Y"));

if ($_POST['action'] == "checkdata") {
	if ($_SESSION['tmptxt'] == $_POST['tmptxt']) {
		
	   
	   if (file_exists($_POST['name'] && $_POST['sales'])) {
   
                 echo "<script language='JavaScript' type='text/javascript'>
	             alert('Error al Crear La Carpeta $_POST[name], esta ya existe'); 
	             window.location.href='index.php';
	             </script>"; 
	    }
    else{
    		   if ($_POST[sales] == "resoluciones" || $_POST[sales] == "autos" )
			   {
				
			        $estructura = "../../../$_POST[sales]/$_POST[name]";
			   }
			   
			   else
			   {
				
			        $estructura = "../../$_POST[sales]/$_POST[name]";
			   }
			   
	           if(!mkdir($estructura, 0, true))
               {
                   die('Fallo al crear carpeta...');
               }
	          else
			  echo "<script language='JavaScript' type='text/javascript'>
	             alert('Carpeta $_POST[name] creada satisfactoriamente'); 
	             window.location.href='index.php';
	             </script>";  
  
  }
	  
	} else {
		echo "<script language='JavaScript' type='text/javascript'>
	alert('El texto no coincide con la imagen') 
	window.location.href='index.php';
	</script>";
	   
	}
	
}
//echo "$mensaje";

?> 

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