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.16.78.146
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 /
kswu /
[ HOME SHELL ]
Name
Size
Permission
Action
Excel_Writer
[ DIR ]
drwxr-xr-x
Excel_reader
[ DIR ]
drwxr-xr-x
JQGrid3.5
[ DIR ]
drwxr-xr-x
Report_details
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
custom_js
[ DIR ]
drwxr-xr-x
custom_src
[ DIR ]
drwxr-xr-x
easy_zip
[ DIR ]
drwxr-xr-x
grid_display_files
[ DIR ]
drwxr-xr-x
html_modules
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
imported_files
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
maya-pdf
[ DIR ]
drwxr-xr-x
maya-pdf22
[ DIR ]
drwxr-xr-x
misc_files
[ DIR ]
drwxrwxrwx
new_app_form_auto_fee
[ DIR ]
drwxr-xr-x
orms
[ DIR ]
drwxr-xr-x
phpmailer
[ DIR ]
drwxr-xr-x
popup
[ DIR ]
drwxr-xr-x
schema
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
student_photos
[ DIR ]
drwxrwxrwx
tarka_pdf
[ DIR ]
drwxr-xr-x
tarka_pdf_latest
[ DIR ]
drwxr-xr-x
tcpdf
[ DIR ]
drwxr-xr-x
teacher_photos
[ DIR ]
drwxrwxrwx
tmpphotos
[ DIR ]
drwxrwxrwx
validation_files
[ DIR ]
drwxr-xr-x
MainPage.html
12.31
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
cconfig.php
1.42
KB
-rwxr-xr-x
cconfig_old.php
1.13
KB
-rwxr-xr-x
collegeInfoPopup.html
3.79
KB
-rwxr-xr-x
db24032015.sql
103.62
KB
-rwxr-xr-x
db_s_ref_type24032015.sql
2.65
KB
-rwxr-xr-x
db_s_user_schema24032015.sql
21.18
KB
-rwxr-xr-x
getQPdet.php
5.48
KB
-rw-rw-r--
homepage.html
3.35
KB
-rwxr-xr-x
index.php
81
B
-rwxr-xr-x
index_wait.html
6.1
KB
-rwxr-xr-x
indexlogin.html
5.96
KB
-rwxr-xr-x
paytm_res.php
6.51
KB
-rwxr-xr-x
resetPasswordOTP.html
2.03
KB
-rwxr-xr-x
resetPasswordPopup.html
1.79
KB
-rwxr-xr-x
rzp_kswu.csv
67
B
-rwxr-xr-x
spinner_bar.gif
1.81
KB
-rwxr-xr-x
valdet.php
12.17
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : resetPasswordPopup.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"> <script type="text/javascript" src ="js/index.js" ></script> <script type="text/javascript" src="js/MainPage.js"></script> <script src="js/jquery.validate.js"></script> </head> <body onLoad ="();"> <div class="remodal-bg" > <div class="remodal" data-remodal-id="modal" style='width:600px;'> <h2>Reset Password</h2> <hr style='border:1px solid #16a085;'> <table style="margin-left:10px;text-align: left;" border="0" cellpadding="10" cellspacing="0" > <tr> <td valign="top" class="web_text_gray_bold">User Name : </td> <td valign="top" ><input name="username" id="fusername" placeholder=" User Name " value="" type="text" class="textfild_2" size="30" /> </td> </tr> <tr> <td valign="top" class="web_text_gray_bold">Registered Mobile No : </td> <td valign="top"><input name="mobileno" id="fmabileno" placeholder=" Mobile Number " value="" maxlength=10 type="text" class="textfild_2" size="15" /></td> </td> </tr> <tr> <td valign="top" class="web_text_gray_bold">Registered Email id : </td> <td valign="top"><input name="landlinenumb" id="femailid" placeholder=" Email id " value="" type="text" class="textfild_2" size=30/> </td> </tr> </table> <br> <span class="remodal-cancel" onclick='logout()'>Cancel</span> <span class="remodal-confirm" onclick='resetPasswordValidationTosendOTP()'>Submit</span> </div> <script>window.jQuery || document.write('<script src="libs/jquery.min.js"><\/script>')</script> <script src="js/collinfo_popup.js"></script> </body> </html>
Close