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 : index.php
<div class="row">
    <div class="col-md-12">
        <div class="box">
            <div class="box-header">
                <h3 class="box-title">liste des pointages final</h3>
            	<div class="box-tools">
                    <a href="<?php echo site_url('pointagefinal/add'); ?>" class="btn btn-success btn-sm">Ajouter</a> 
                </div>
            </div>
            <div class="box-body">
                <table class="table table-striped">
                    <tr>
						<th>Date</th>
						<th>Temps debut p1</th>
						<th>Temps fin p1</th>
						<th>Temps debut p2</th>
						<th>Temps fin p2</th>
						<th>Utilisateur</th>
						<th>Actions</th>
                    </tr>
                    <?php foreach($pointagefinal as $p){ ?>
                    <tr>
						<td><?php echo $p['date']; ?></td>
						<td><?php echo $p['tempdebutp1']; ?></td>
						<td><?php echo $p['tempfinp1']; ?></td>
						<td><?php echo $p['tempdebutp2']; ?></td>
						<td><?php echo $p['tempfinp2']; ?></td>
						<td><?php echo $p['users_id']; ?></td>
						<td>
                            <a href="<?php echo site_url('pointagefinal/edit/'.$p['id']); ?>" class="btn btn-info btn-xs"><span class="fa fa-pencil"></span> Edition</a> 
                            <a href="<?php echo site_url('pointagefinal/remove/'.$p['id']); ?>" class="btn btn-danger btn-xs"><span class="fa fa-trash"></span> Supprimer</a>
                        </td>
                    </tr>
                    <?php } ?>
                </table>
                                
            </div>
        </div>
    </div>
</div>
© 2026 GrazzMean