!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)

/home/wwwroot/frames/   drwxrwxr-x
Free 83.34 GB of 96.73 GB (86.16%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     anadir_rapidshares.php (1.75 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php  
include("./classes/encdec.php");
include(
"./conn.php");   
 

include(
"./classes/class.http_client.php");
include(
"./classes/class.encriptacion.php"); 

// esta es una query para sacar los libros que no coinciden su timestamp. Eso es que est�n sin actualizar
$sql="SELECT * FROM  libros where rapidshare is null or megaupload is null or zshare  is null order by id desc limit 5";



 echo 
$sql;


$pid="1234";
$ptask="sql_fetch";
$pparams=$sql;
$ptimestamp="2010-03-23 12:00:01";

 
$tratamiento=new encriptacion($pid,$ptimestamp,$ptask,$pparams); 
  
@
$cweb=new http_Client($localhost."/frames/mirror_operation.php","ver=$tratamiento->ver&base=$tratamiento->base&tim=$tratamiento->tim&task=$tratamiento->task&params=".$tratamiento->params);
 

 
 
 
 
 
 


echo(
trim($cweb->result));
$xml simplexml_load_string(trim($cweb->result));
//print_r($xml);




/*
$insert_campos="insert into libros (";
$insert_values="values (";
$duplicate=" ON DUPLICATE KEY UPDATE "; 
foreach ($xml->registro as $registro){
foreach ($registro->valor_campo as   $valor_campo){
  //echo $valor_campo->field."\n";
  //echo $valor_campo->valor."\n";  
  $insert_campos.="$valor_campo->field,";
  
   $duplicate.=$valor_campo->field;
  if (strpos("--".$valor_campo->type,"int")>0){
      // es un numero
      $insert_values.="$valor_campo->valor,";
      $duplicate.="=$valor_campo->valor,";
}else{
    // no es un numero
    $insert_values.=utf8_decode("'$valor_campo->valor',");
    $duplicate.=utf8_decode("='$valor_campo->valor',"); 
}
      
  
  }
}
$insert_campos=substr($insert_campos,0,strlen($insert_campos)-1).")";  
$insert_values=substr($insert_values,0,strlen($insert_values)-1).")"; 
$duplicate=substr($duplicate,0,strlen($duplicate)-1);   
$sql=$insert_campos.$insert_values.$duplicate;


*/


        
    




?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

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