shell bypass 403

GrazzMean Shell

Uname: Linux server.thebazaar99.com 5.14.0-687.17.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jun 22 07:21:26 EDT 2026 x86_64
Software: Apache
PHP version: 8.3.32 [ PHP INFO ] PHP os: Linux
Server Ip: 163.227.92.254
Your Ip: 216.73.217.24
User: gutlooks (1003) | Group: gutlooks (1005)
Safe Mode: OFF
Disable Function:
exec,passthru,shell_exec,system

name : special-offer.php
 
		<?php $this->load->view('home/header');?>
   <section class="myaccount-block">
         <div class="container">
         <div class="myaccount-header">
            <h5><span>Special Offers</span></h5>
            <h6 class="my-menu"><i class="si si-options-vertical"></i> Menu </h6>
         </div>
         <div class="clearfix"></div>
         <div class="row">
            <div class="col-md-12">
               <div class="row pt-5">
<?php 

if($offer==true){
  foreach($offer as $row){       ?>            
                  <div class="col-md-3">
                     <div class="serv shadow-sm">
                        <!--<div class="serv_img">-->
                        <!--  <a href="#"><img src="http://highskyoverseas.com/asset/img/gallery/9.webp" class="img-fluid"></a>-->
                        <!--</div>-->
                        <div class="serv_content">
                          <h5><?=$row->title?></h5>
                          <!--<p>Our HR solutions are designed to provide companies with a single resource which is dedicated to managing and supporting all HR... </p>-->
                          <a href="<?=base_url('home/blogdetail/'.base64_encode($row->id))?>"><button>View Detail</button></a>
                        </div>
                      </div>
                  </div>
<?php }} ?>                  
                  
                 
               </div>
            </div>
      </section>
    <?php $this->load->view('home/footer');?>
 
© 2026 GrazzMean