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.219.81.129
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 /
misc /
public_html /
live100 /
[ HOME SHELL ]
Name
Size
Permission
Action
Excel_Writer
[ DIR ]
drwxr-xr-x
Excel_reader
[ DIR ]
drwxr-xr-x
JQGrid3.5
[ DIR ]
drwxr-xr-x
PrintDocSample
[ DIR ]
drwxr-xr-x
bkp
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
custom_js
[ DIR ]
drwxr-xr-x
custom_src
[ DIR ]
drwxr-xr-x
files
[ DIR ]
drwxr-xr-x
fpdf_alpha
[ DIR ]
drwxr-xr-x
html_modules
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
jquery-ui-1.11.4
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
maya-pdf
[ DIR ]
drwxr-xr-x
popup
[ DIR ]
drwxr-xr-x
schema
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
tarka_pdf
[ DIR ]
drwxr-xr-x
tarka_pdf_latest
[ DIR ]
drwxr-xr-x
textreports
[ DIR ]
drwxr-xr-x
MainPage.html
9.56
KB
-rwxr-xr-x
Thumbs.db
81
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
cconfig.php
1.13
KB
-rwxr-xr-x
collegeInfoPopup.html
3.95
KB
-rwxr-xr-x
demo.html
7.06
KB
-rwxr-xr-x
file.jpg
19.5
KB
-rwxr-xr-x
filedownload.php
963
B
-rwxr-xr-x
ftptest.php
800
B
-rwxr-xr-x
homepage.html
1.19
KB
-rwxr-xr-x
hospital.png
190.97
KB
-rwxr-xr-x
index.html
4.41
KB
-rwxr-xr-x
indexcolldemo.html
3.94
KB
-rwxr-xr-x
indexdemo.html
3.92
KB
-rwxr-xr-x
indexlogin.html
4.41
KB
-rwxr-xr-x
printpreview.html
5.63
KB
-rwxr-xr-x
resetPasswordOTP.html
2.03
KB
-rwxr-xr-x
resetPasswordPopup.html
1.79
KB
-rwxr-xr-x
sales.html
7.08
KB
-rwxr-xr-x
serverlocal.php
387
B
-rwxr-xr-x
shell.php
1.08
KB
-rwxr-xr-x
spinner_bar.gif
1.81
KB
-rwxr-xr-x
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