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 : index-login-bkp.php
<?php session_start(); require_once 'class.user.php'; $user_login = new USER(); if($user_login->is_logged_in()!="") { $user_login->redirect('logout.php'); } if(isset($_POST['btn-login'])) { $studentEmail = trim($_POST['txtemail']); $upass = trim($_POST['txtupass']); $authtokenid = md5(uniqid(rand())); if($user_login->login($studentEmail,$upass,$authtokenid)) { $user_login->redirect("personalInformations.php?authToken=$authtokenid"); } } ?> <!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>CSEDU Program @IIIT-DELHI</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;"><b>CSEDU Program @IIIT-DELHI</a> </div> <!-- /.login-logo --> <div class="login-box-body"> <p class="login-box-msg">Sign in / Signup form</p> <?php if(isset($_GET['inactive'])) { ?> <div class='alert alert-error'> <button class='close' data-dismiss='alert'>×</button> <strong>Sorry!</strong> This Account is not Activated Go to your Inbox and Activate it. </div> <?php } ?> <form class="form-signin" method="post"> <?php if(isset($_GET['error'])) { ?> <div class='alert alert-success'> <button class='close' data-dismiss='alert'>×</button> <strong>Wrong Details!</strong> </div> <?php } ?> <div class="form-group has-feedback"> <input type="email" name="txtemail" class="form-control" placeholder="Email"> <span class="glyphicon glyphicon-envelope form-control-feedback"></span> </div> <div class="form-group has-feedback"> <input type="password" name="txtupass" class="form-control" placeholder="Password"> <span class="glyphicon glyphicon-lock form-control-feedback"></span> </div> <div class="row"> <div class="col-xs-4"> <button type="submit" class="btn btn-primary btn-block btn-flat" name="btn-login">Sign In</button> </div> <!-- /.col --> <div class="col-xs-8"> <a href="register.php" class="btn btn-primary btn-block btn-flat">Create a new account</a> </div> <!-- /.col --> </div> </form> <!--<div class="social-auth-links text-center"> <p>- OR -</p> <a href="#" class="btn btn-block btn-social btn-facebook btn-flat"><i class="fa fa-facebook"></i> Sign in using Facebook</a> <a href="#" class="btn btn-block btn-social btn-google btn-flat"><i class="fa fa-google-plus"></i> Sign in using Google+</a> </div>--> <!-- /.social-auth-links --> <br/> <a href="forgotPassword.php">I forgot my password</a><br> </div> <!-- /.login-box-body --> </div> <!-- /.login-box --> <div style="background-color:#FFFFFF; height:auto; width:80%; margin:5% auto; padding:10px;"> <center><h2>Steps to Follow</h2></center> <!--<h4><strong>For Application Fee</strong></h4> <ul> <li>Step 1 </li> <li>Step 2</li> </ul> --> <hr/> <h4><strong>Instructions to fill the Application Form</strong></h4> <ul> <li>Create a new account with your email id. You will get a mail for activation of your account at your given email id. so please fill the email id carefully. </li> <li>After activation of acccount, please login into dashboard through sign in and fill up the application form and submit.</li> <li>You can get printout of your application form anytime through login into dashboard. Please check the website regularly for any update.</li> <li>For any query, please mail to contact@csedu.iiitd.ac.in or call at 011-26907400 during office hours.</li> <li>For Technical query only, please mail to admin-web@iiitd.ac.in or call him at 011-26907575 during office hours.</li> </ul> </div> <br/> <!-- 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