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.144.16.40
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 /
phdadm /
vskub /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxrwxrwx
img
[ DIR ]
drwxrwxrwx
.vskub.php
3.61
KB
-rw-r--r--
MainPage.html
52.32
KB
-rwxrwxrwx
academicdetails.html
4.44
KB
-rw-rw-r--
add-course-payment.html
692
B
-rwxrwxrwx
add-course.html
1.23
KB
-rwxrwxrwx
adm-order.html
999
B
-rwxrwxrwx
app-status.html
3.11
KB
-rwxrwxrwx
basic.css
9.37
KB
-rwxrwxrwx
casual-seat-allotment.html
1.16
KB
-rwxrwxrwx
dat.json
5.03
KB
-rwxrwxrwx
ent-application.html
70.22
KB
-rwxrwxrwx
forgotPassword.html
5.11
KB
-rwxrwxrwx
genRankPrio.php
894
B
-rwxrwxrwx
index.php
6.17
KB
-rwxrwxrwx
index_adm.html
5.42
KB
-rwxrwxrwx
instruction.html
10.69
KB
-rwxrwxrwx
login.html
6.83
KB
-rwxrwxrwx
loginpage.css
2.21
KB
-rwxrwxrwx
main.css
6.06
KB
-rwxrwxrwx
make-payment.html
452
B
-rwxrwxrwx
makepayment.html
2.3
KB
-rw-r--r--
mock-seat-allotment.html
608
B
-rwxrwxrwx
new.html
15.74
KB
-rw-r--r--
option-entry-cr.html
2.34
KB
-rwxrwxrwx
option-entry.html
2.32
KB
-rwxrwxrwx
otherdetails.html
3.9
KB
-rw-r--r--
particularpublication.html
2.4
KB
-rw-r--r--
personaldetails.html
18.95
KB
-rw-rw-r--
pg-forgotPassword.html
4.1
KB
-rwxrwxrwx
pg-sign-up.html
7.37
KB
-rwxrwxrwx
pg_instruction.html
12.6
KB
-rwxrwxrwx
pgadm.html
67.76
KB
-rwxrwxrwx
seat-allotment.html
5.17
KB
-rwxrwxrwx
seatAllot.php
7.23
KB
-rwxrwxrwx
seat_status.php
2.08
KB
-rwxrwxrwx
sign-up.html
7.29
KB
-rwxrwxrwx
support.html
4.76
KB
-rwxrwxrwx
teachingexperience.html
4.72
KB
-rw-rw-r--
ugcnet.html
3.73
KB
-rw-r--r--
upload_file.php
787
B
-rwxrwxrwx
upload_file_pg.php
746
B
-rwxrwxrwx
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="login.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