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.145.88.233
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 /
univadmin /
regform /
[ HOME SHELL ]
Name
Size
Permission
Action
.sass-cache
[ DIR ]
drwxrwxr-x
css
[ DIR ]
drwxrwxr-x
fonts
[ DIR ]
drwxrwxr-x
html_modules
[ DIR ]
drwxrwxr-x
images
[ DIR ]
drwxrwxr-x
js
[ DIR ]
drwxrwxr-x
php
[ DIR ]
drwxrwxr-x
scss
[ DIR ]
drwxrwxr-x
vendor
[ DIR ]
drwxrwxr-x
.DS_Store
6
KB
-rw-rw-r--
forgotpwd.html
3.97
KB
-rw-rw-r--
index.html
3.77
KB
-rw-rw-r--
index_bnu.html
3.78
KB
-rw-r--r--
index_nitte.html
3.54
KB
-rw-r--r--
readme.txt
130
B
-rw-rw-r--
register.html
5.33
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index_nitte.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Sign In Form </title> <!-- Font Icon --> <link rel="icon" href="favicon.ico" type="image/x-icon" /> <link rel="stylesheet" href="fonts/material-icon/css/material-design-iconic-font.min.css"> <script type="text/javascript"> var version = 14; document.write( '<link href="../plugins/bootstrap/css/bootstrap.css?v=' + version + '" rel="stylesheet"><link href="../plugins/node-waves/waves.css?v=' + version + '" rel="stylesheet"> <link href="../css/style.css?v=' + version + '" rel="stylesheet">' ); </script> <!-- Main css --> <style> #moblogo { display: none; } @media screen and (max-width: 768px) { #signlogo { display: none; } #moblogo { display: block; } } </style> <link rel="stylesheet" href="css/style.css"> </head> <body> <div class="main"> <!-- Sing in Form --> <section class="sign-in" id="sign-in-form-login" > <div class="container"> <div class="signin-content"> <div class="signin-image" id = 'signlogo'> <figure><img src="https://college.universitysolutions.in/nmamit/img/logo.jpg" alt="sing up image"></figure> </div> <div class="signin-form" style="margin: 0px;"> <figure><img id = 'moblogo' src="https://college.universitysolutions.in/nmamit/img/logo.jpg" alt="sing up image"></figure> <h2 class="form-title"><u>Notifications</u></h2> <form method="POST" class="register-form" id="login-form"> <div class="form-group"> <div class="form-group"> <b>Dear Parent,</b> <br> I bring it to your kind notice that on 22/10/2022, Saturday there will be regular classes as usual from 9.00 A.M to 1.00 P.M and college buses will run as per the schedule. There is no programme on this day organized by the Institution for I semester students. This is for your kind information ... Dr. I.R.Mithanthaya, Vice Principal and Dean (Academics ) </div> </div> <div> </div> </form> </div> </div> </div> </section> <!-- JS --> <script src="js/signin.js"></script> <script src="vendor/jquery/jquery.min.js"></script> <!-- <script src="../plugins/sweetalert/sweetalert.min.js"></script> --> <script src="//cdn.jsdelivr.net/npm/sweetalert2@11"></script> <!-- <script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script> --> <script src="js/main.js"></script> </body><!-- This templates was made by Colorlib (https://colorlib.com) --> </html>
Close