!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/frames/classes/   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:     class.htmlparser.php (1.51 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
 <? 
class html_parser{

    public 
$content = array();
    var 
$linecount;
    var 
$Aarray=array();
    
    public function   
__construct ($data){
      
        
        
         
$this->html_parse($data);
        
     
        
       
        
    }
    
    function 
html_parse($input){
        
        
// dividimos la entrada en un array, el separador es (chr(13).chr(10))
        
$separador=chr(13).chr(10);
             
   
        
$this->Aarray=explode(chr(10),$input);
        
        
      
        
            foreach (
$this->Aarray as $valor){
        
        
$this->content[]=$valor;
    }
    
//echo "<pre>";
    //print_r($this->content);    
        
        
    
        
    
}
        
        
       

    
    
    
}
        

function 
printlimpio($elemento){
    
$ccadena="";
    for (
$f=0;$f<=strlen($elemento);$f++){
        
$char=substr($elemento,$f,1);
        
        
//if (ord($char)==32 or (ord($char)>=40 and ord($char)<=59) or (ord($char)>=65 and ord($char)<=90) or (ord($char)>=95 and ord($char)<=122)){
            
if (ord($char)>=32 and ord($char)<=127){
            
$ccadena.=$char;
        }
        
    }
    return (
$ccadena);
}
           

function 
myarray_search($ccadena,$elarray){
    foreach (
$elarray as $key => $valor){
        
        
        if (
strpos($valor,$ccadena)){
        
//echo "encontrado ..key= ".$key." se buscaba '".$ccadena."'".chr(10);

        
            
return($key);
            
        }
        
    }
    return(
false);
}    
                          
function 
myarray_search_keys($ccadena,$elarray){
    
$keyfound=array();
    foreach (
$elarray as $key => $valor){
        if (
strpos($valor,$ccadena)){
            
$keyfound[].=$key;
        }
    }
    
    return(
$keyfound);
}

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