Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
var /
www /
html /
conreg /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
bower_components
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
dist
[ DIR ]
drwxr-xr-x
documents
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
mailer
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
uploadDoc
[ DIR ]
drwxr-xr-x
validation
[ DIR ]
drwxr-xr-x
404.php
2.86
KB
-rw-r--r--
changePassword.php
4.67
KB
-rw-r--r--
class.user.php
3.69
KB
-rw-r--r--
common-oldbkp.php
5.19
KB
-rw-r--r--
common.php
5.99
KB
-rw-r--r--
config.php
296
B
-rw-r--r--
dashboard.php
7.11
KB
-rw-r--r--
dbconfig.php
1.31
KB
-rw-r--r--
error_log
5.69
KB
-rw-r--r--
forgotPassword.php
5.28
KB
-rw-r--r--
fpass.php
3.11
KB
-rw-r--r--
google_auth.php
2.06
KB
-rw-r--r--
index-login-bkp.php
5.62
KB
-rw-r--r--
index.php
11.97
KB
-rw-r--r--
logout.php
645
B
-rw-r--r--
logoutgmail.php
977
B
-rw-r--r--
page-top.php
5.8
KB
-rw-r--r--
pay-bkp15722.php
8.49
KB
-rw-r--r--
pay-oldbkp.php
5.39
KB
-rw-r--r--
pay.php
5.15
KB
-rw-r--r--
payNow-oldbkp.php
7.07
KB
-rw-r--r--
payNow.php
7.13
KB
-rw-r--r--
payNowLink-bkp15722.php
10.56
KB
-rw-r--r--
payNowLink.php
8.1
KB
-rw-r--r--
paymentlinkcn.php
7.95
KB
-rw-r--r--
paymentlinkcoa.php
8.33
KB
-rw-r--r--
paymentlinkcyber.php
7.95
KB
-rw-r--r--
paymentlinkdm.php
7.95
KB
-rw-r--r--
paymentlinkds.php
7.95
KB
-rw-r--r--
paymentlinkip.php
8.31
KB
-rw-r--r--
paymentlinkml.php
8.28
KB
-rw-r--r--
paymentlinkos.php
8.28
KB
-rw-r--r--
personalInformations-bkp15722....
16.31
KB
-rw-r--r--
personalInformations.php
19.12
KB
-rw-r--r--
register.php
18.78
KB
-rw-r--r--
registrationVerify.php
2.5
KB
-rw-r--r--
resetpass.php
5.27
KB
-rw-r--r--
verify-bkp15722.php
12.67
KB
-rw-r--r--
verify-oldbkp.php
7.15
KB
-rw-r--r--
verify.php
9.26
KB
-rw-r--r--
viewStudentDetails.php
18.73
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : fpass.php
<?php session_start(); require_once 'class.user.php'; $user = new USER(); if($user->is_logged_in()!="") { $user->redirect('index.php'); } if(isset($_POST['btn-submit'])) { $email = $_POST['txtemail']; $stmt = $user->runQuery("SELECT studentID FROM studentregistration WHERE userEmail=:email LIMIT 1"); $stmt->execute(array(":email"=>$email)); $row = $stmt->fetch(PDO::FETCH_ASSOC); if($stmt->rowCount() == 1) { $id = base64_encode($row['studentID']); $code = md5(uniqid(rand())); $stmt = $user->runQuery("UPDATE studentregistration SET tokenCode=:token WHERE userEmail=:email"); $stmt->execute(array(":token"=>$code,"email"=>$email)); $message= " Hello , $email <br /><br /> We got requested to reset your password, if you do this then just click the following link to reset your password, if not just ignore this email, <br /><br /> Click Following Link To Reset Your Password <br /><br /> <a href='https://csedu.iiitd.ac.in/regform/resetpass.php?id=$id&code=$code'>click here to reset your password</a> <br /><br /> thank you :) "; $subject = "Password Reset"; $user->send_mail($email,$message,$subject); $msg = "<div class='alert alert-success'> <button class='close' data-dismiss='alert'>×</button> We've sent an email to $email. Please click on the password reset link in the email to generate new password. </div>"; } else { $msg = "<div class='alert alert-danger'> <button class='close' data-dismiss='alert'>×</button> <strong>Sorry!</strong> this email not found. </div>"; } } ?> <!DOCTYPE html> <html> <head> <title>Forgot Password</title> <!-- Bootstrap --> <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" media="screen"> <link href="assets/styles.css" rel="stylesheet" media="screen"> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body id="login"> <div class="container"> <form class="form-signin" method="post"> <h2 class="form-signin-heading">Forgot Password</h2><hr /> <?php if(isset($msg)) { echo $msg; } else { ?> <div class='alert alert-info'> Please enter your email address. You will receive a link to create a new password via email.! </div> <?php } ?> <input type="email" class="input-block-level" placeholder="Email address" name="txtemail" required /> <hr /> <button class="btn btn-danger btn-primary" type="submit" name="btn-submit">Generate new Password</button> </form> </div> <!-- /container --> <script src="bootstrap/js/jquery-1.9.1.min.js"></script> <script src="bootstrap/js/bootstrap.min.js"></script> </body> </html>
Close