!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16. PHP/5.4.16 

uname -a: Linux roko-bkp 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64 

uid=48(apache) gid=48(apache) groups=48(apache),1003(webmaster) 

Safe-mode: OFF (not secure)

/var/www/html/   drwxr-xr-x
Free 9.44 GB of 93.48 GB (10.1%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     exportaInscricoes.php (1.54 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php 
include "includes/inc_Conexao.php";

//Carrega as inscrições

$sqlBusca "
    SELECT INS_RowID, INS_Evento, INS_Nome, INS_Oficio, INS_Endereco, INS_Cidade, INS_Cep,
           INS_Telefone, INS_Fax, INS_Celular, INS_Email, INS_Acompanhante, INS_Jantar,
           INS_IP, INS_DataCadastro, INS_AtivoSN
    FROM inscricao_seminario
    WHERE INS_Evento = '20seminario'
        AND INS_AtivoSN = 'S'
"
;
$exeBusca mysql_query($sqlBusca);

$xml '<?php xml version="1.0" encoding="utf-8"?>
<mysql xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">'
;

while (
$rsBusca mysql_fetch_assoc($exeBusca)) {
    
extract($rsBusca);
    
$xml .= '
    <row>
        <field name="INS_RowID">'
.$INS_RowID.'</field>
        <field name="INS_Evento">'
.$INS_Evento.'</field>
        <field name="INS_Nome">'
.utf8_decode($INS_Nome).'</field>
        <field name="INS_Oficio">'
.utf8_decode($INS_Oficio).'</field>
        <field name="INS_Endereco">'
.utf8_decode($INS_Endereco).'</field>
        <field name="INS_Cidade">'
.utf8_decode($INS_Cidade).'</field>
        <field name="INS_Cep">'
.$INS_Cep.'</field>
        <field name="INS_Telefone">'
.$INS_Telefone.'</field>
        <field name="INS_Fax">'
.$INS_Fax.'</field>
        <field name="INS_Celular">'
.$INS_Celular.'</field>
        <field name="INS_Email">'
.$INS_Email.'</field>
        <field name="INS_Acompanhante">'
.$INS_Acompanhante.'</field>
        <field name="INS_Jantar">'
.$INS_Jantar.'</field>
        <field name="INS_IP"></field>
        <field name="INS_DataCadastro">'
.$INS_DataCadastro.'</field>
        <field name="INS_AtivoSN">'
.$INS_AtivoSN.'</field>
    </row>'
;
}

$xml .= '
</mysql>'
;

echo 
'<pre>';
echo 
htmlentities($xml);
echo 
'</pre>';

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0031 ]--