Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.146.37.242
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
studentportal_wait /
[ HOME SHELL ]
Name
Size
Permission
Action
.vscode
[ DIR ]
drwxr-xr-x
Paytm
[ DIR ]
drwxr-xr-x
Reports
[ DIR ]
drwxr-xr-x
cronjobs
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
grvfiles
[ DIR ]
drwxr-xr-x
html_modules
[ DIR ]
drwxr-xr-x
html_modules_old
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
js_old
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
photocopy
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
qparchive
[ DIR ]
drwxr-xr-x
razorpay
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
src_old
[ DIR ]
drwxr-xr-x
tcpdf
[ DIR ]
drwxr-xr-x
.DS_Store
21.9
KB
-rwxr-xr-x
MainPage.html
19.71
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
cconfig.php
1.56
KB
-rwxr-xr-x
database.php
507
B
-rwxr-xr-x
forgot-password.html
5.51
KB
-rwxr-xr-x
forgot-password.php
2.52
KB
-rwxr-xr-x
forgotPassword.html
5.67
KB
-rwxr-xr-x
getstatesanduniv.php
469
B
-rwxr-xr-x
index.html
7.74
KB
-rwxr-xr-x
instruction.html
5.19
KB
-rwxr-xr-x
payment.php
4.58
KB
-rwxr-xr-x
pgResponse.php
10.48
KB
-rwxr-xr-x
registration.php
543
B
-rwxr-xr-x
resetpassword.php
1.04
KB
-rwxr-xr-x
sendMobEmailOTP.php
3.6
KB
-rwxr-xr-x
sign-up.html
11.73
KB
-rwxr-xr-x
signin.php
1.88
KB
-rwxr-xr-x
signup.php
1.23
KB
-rwxr-xr-x
upload_file.php
1.13
KB
-rwxr-xr-x
validateInfo.php
1.77
KB
-rwxr-xr-x
validateRegno.php
670
B
-rwxr-xr-x
verify.php
10.65
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : forgotPassword.html
<div class="card1 forgot-password-card" style="min-height: 50vh;" id="sign-up-scroll"> <div class="body"> <div id="idForgotPasswd"> <p style="color: #fff;font-weight: 800;transform: scaleY(1.5);line-height: 1.1"> <span class="font-25">Welcome </span></br> To Student Portal </p> <p style="color: #fff;padding: 25px 0px 5px 0px" class="font-25">Forgot Password</p> <form id="forgot_password_Email"> <!-- <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">smartphone</i> </span> <div class="form-line"> <input type="text" id='mobile' class="form-control" name="Mobile" placeholder="Registered Mobile" minlength="10" maxlength="10" required autofocus> </div> </div> --> <div class="inner-addon left-addon m-b-20"> <i class="material-icons" style="font-size:large">smartphone</i> <input type="text" id='mobile' class="form-control1" name="Mobile" placeholder="Registered Mobile" minlength="10" maxlength="10" required autofocus /> </div> <span id='confirm' class='pull-left p-b-10' style="color: #0087ff;"> </span> <div class="row"> <div class="col-xs-4 "> <!-- col-xs-offset-8 --> <button id='btn_recover' class="btn waves-effect" style="background: #3683dc;color:#fff;font-size: larger" onclick="recover()" > Send-OTP </button> <!-- <button id='btn_recover' class="btn btn-block bg-blue waves-effect" onclick="recover()">Send-OTP</button> --> </div> </div> </form> <form id="resetpasswordform"> <!-- <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">smartphone</i> </span> <div class="form-line"> <input type="text" id='motp' class="form-control" name="Mobile otp" minlength="6" placeholder="OTP" required> </div> </div> --> <div class="inner-addon left-addon m-b-20"> <i class="material-icons" style="font-size:large">smartphone</i> <input type="text" id='motp' class="form-control1" name="Mobile otp" minlength="6" placeholder="OTP" required /> </div> <!-- <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">lock</i> </span> <div class="form-line"> <input type="password" id="password" class="form-control" name="password" minlength="8" placeholder="Password" data-toggle="tooltip" data-placement="top" title="Minimum 8 Characters" maxlength="25" required> </div> </div> --> <div class="inner-addon left-addon m-b-20"> <i class="material-icons" style="font-size:large">lock</i> <input type="password" id="password" class="form-control1" name="password" minlength="8" placeholder="Password" data-toggle="tooltip" data-placement="top" title="Minimum 8 Characters" maxlength="25" required /> </div> <!-- <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">lock</i> </span> <div class="form-line"> <input type="password" id="cpassword" class="form-control" name="confirm" placeholder="Confirm Password" data-toggle="tooltip" data-placement="top" title="Re-Enter Password" maxlength="25" required> </div> </div> --> <div class="inner-addon left-addon m-b-20"> <i class="material-icons" style="font-size:large">lock</i> <input type="password" id="cpassword" class="form-control1" name="confirm" placeholder="Confirm Password" data-toggle="tooltip" data-placement="top" title="Re-Enter Password" maxlength="25" required /> </div> <button class="btn waves-effect" id="confirm-btn" onclick='resetPasswd()' style="background: #3683dc;color:#fff;font-size: larger" >Reset Password</button> </form> <div class="row m-t-20 m-b--5 align-center"> <a style="color: #fff;font-weight: 800;" href="index.html">Back to Sign In!</a> </div> </div> </div> </div> <script type="text/javascript"> //$('#forgot_password_Email').hide(); $('form').submit(false); $('#forgot_password_Email').validate({ highlight: function (input) { $(input).parents('.form-line').addClass('error'); }, unhighlight: function (input) { $(input).parents('.form-line').removeClass('error'); }, errorPlacement: function (error, element) { $(element).parents('.inner-addon').append(error).find("label").css("color", "red"); } }); </script> <script src="js/forgot-password.js"></script>
Close