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.135.184.124
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 /
pgadm2020 /
bcupga /
[ HOME SHELL ]
Name
Size
Permission
Action
Date for Second Round Counsell...
39.43
KB
-rw-rw-r--
Documents for Admission for th...
1.23
MB
-rw-rw-r--
M.Com counselling dates.pdf
735.18
KB
-rw-rw-r--
MainPage.html
52.32
KB
-rw-rw-r--
add-course-payment.html
692
B
-rw-rw-r--
add-course.html
1.23
KB
-rw-rw-r--
app-status.html
3.39
KB
-rw-rw-r--
dat.json
5.03
KB
-rw-rw-r--
ent-application.html
87.4
KB
-rw-rw-r--
forgotPassword.html
5.11
KB
-rw-rw-r--
genRankPrio.php
894
B
-rw-rw-r--
index.html
14.57
KB
-rw-rw-r--
index_adm.html
5.42
KB
-rw-rw-r--
instruction.html
10.69
KB
-rw-rw-r--
login.html
6.95
KB
-rw-rw-r--
make-payment.html
452
B
-rw-rw-r--
merit_list.php
1.9
KB
-rw-rw-r--
merit_list_2.php
1.91
KB
-rw-rw-r--
mock-seat-allotment.html
608
B
-rw-rw-r--
option-entry.html
1.54
KB
-rw-rw-r--
pg-forgotPassword.html
4.1
KB
-rw-rw-r--
pg-sign-up.html
7.81
KB
-rw-rw-r--
pg_instruction.html
9.14
KB
-rw-rw-r--
pgadm.html
67.76
KB
-rw-rw-r--
seat-allotment.html
1.08
KB
-rw-rw-r--
seatAllot.php
6.75
KB
-rw-rw-r--
sign-up.html
7.96
KB
-rw-rw-r--
supernumerary quota merit list...
9.66
MB
-rw-rw-r--
support.html
4.76
KB
-rw-rw-r--
upload_file.php
787
B
-rw-rw-r--
upload_file_pg.php
746
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pg-forgotPassword.html
<div class="card1" style="min-height: 50vh" id="sign-up-scroll"> <center><p style="color: #fff" class="font-25">Forgot Password</p></center> <div class="body"> <div id="idForgotPasswd"> <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">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 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">smartphone</i> <input type="text" id="motp" class="form-control1" name="Mobile otp" minlength="6" placeholder="OTP" required /> </div> <div class="inner-addon left-addon m-b-20"> <i class="material-icons">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="inner-addon left-addon m-b-20"> <i class="material-icons">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 btn-block btn-lg bg-mycol waves-effect" id="confirm-btn" onclick="resetPasswd()" > Reset Password </button> </form> <div class="row m-t-20 m-b--5 align-center"> <a style="color: #fff; font-weight: 800" href="pgindex.html" >Back to Sign In!</a > </div> </div> </div> </div> <!-- <script type="text/javascript"> $('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/pg/forgot-password.js"></script>
Close