Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
owncloud-prm /
core /
templates /
Delete
Unzip
Name
Size
Permission
Date
Action
filetemplates
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
lostpassword
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
403.php
383
B
-rw-r--r--
2018-04-19 18:15
404.php
788
B
-rw-r--r--
2018-04-19 18:15
altmail.php
692
B
-rw-r--r--
2018-04-19 18:15
error.php
283
B
-rw-r--r--
2018-04-19 18:15
exception.php
1.33
KB
-rw-r--r--
2018-04-19 18:15
filepicker.html
262
B
-rw-r--r--
2018-04-19 18:15
installation.php
6.89
KB
-rw-r--r--
2018-04-19 18:15
internalaltmail.php
486
B
-rw-r--r--
2018-04-19 18:15
internalmail.php
1.4
KB
-rw-r--r--
2018-04-19 18:15
layout.base.php
1.45
KB
-rw-r--r--
2018-04-19 18:15
layout.guest.php
2.15
KB
-rw-r--r--
2018-04-19 18:15
layout.noscript.warning.php
389
B
-rw-r--r--
2018-04-19 18:15
layout.user.php
5.53
KB
-rw-r--r--
2018-04-19 18:15
login.php
4.36
KB
-rw-r--r--
2018-04-19 18:15
mail.php
1.59
KB
-rw-r--r--
2018-04-19 18:15
message.html
111
B
-rw-r--r--
2018-04-19 18:15
singleuser.user.php
502
B
-rw-r--r--
2018-04-19 18:15
tags.html
369
B
-rw-r--r--
2018-04-19 18:15
twofactorselectchallenge.php
813
B
-rw-r--r--
2018-04-19 18:15
twofactorshowchallenge.php
934
B
-rw-r--r--
2018-04-19 18:15
untrustedDomain.php
587
B
-rw-r--r--
2018-04-19 18:15
update.admin.php
1.9
KB
-rw-r--r--
2018-04-19 18:15
update.use-cli.php
785
B
-rw-r--r--
2018-04-19 18:15
update.user.php
466
B
-rw-r--r--
2018-04-19 18:15
Save
Rename
<!DOCTYPE html> <html class="ng-csp" data-placeholder-focus="false" lang="<?php p($_['language']); ?>" > <head data-user="<?php p($_['user_uid']); ?>" data-user-displayname="<?php p($_['user_displayname']); ?>" data-requesttoken="<?php p($_['requesttoken']); ?>"> <meta charset="utf-8"> <title> <?php p(!empty($_['application'])?$_['application'].' - ':''); p($theme->getTitle()); ?> </title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="referrer" content="never"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"> <meta name="apple-itunes-app" content="app-id=<?php p($theme->getiTunesAppId()); ?>"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-title" content="<?php p((!empty($_['application']) && $_['appid']!='files')? $_['application']:'ownCloud'); ?>"> <meta name="mobile-web-app-capable" content="yes"> <meta name="theme-color" content="<?php p($theme->getMailHeaderColor()); ?>"> <link rel="icon" href="<?php print_unescaped(image_path($_['appid'], 'favicon.ico')); /* IE11+ supports png */ ?>"> <link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path($_['appid'], 'favicon-touch.png')); ?>"> <link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path($_['appid'], 'favicon-mask.svg')); ?>" color="#1d2d44"> <link rel="manifest" href="<?php print_unescaped(image_path($_['appid'], 'manifest.json')); ?>"> <?php foreach($_['cssfiles'] as $cssfile): ?> <link rel="stylesheet" href="<?php print_unescaped($cssfile); ?>"> <?php endforeach; ?> <?php foreach($_['printcssfiles'] as $cssfile): ?> <link rel="stylesheet" href="<?php print_unescaped($cssfile); ?>" media="print"> <?php endforeach; ?> <?php foreach($_['jsfiles'] as $jsfile): ?> <script src="<?php print_unescaped($jsfile); ?>"></script> <?php endforeach; ?> <?php print_unescaped($_['headers']); ?> </head> <body id="<?php p($_['bodyid']);?>"> <?php include('layout.noscript.warning.php'); ?> <div id="notification-container"> <div id="notification"></div> </div> <header role="banner"> <div id="header"> <a href="<?php print_unescaped(link_to('', 'index.php')); ?>" id="owncloud" tabindex="1"> <h1 class="logo-icon"> <?php p($theme->getName()); ?> </h1> </a> <a href="#" class="header-appname-container menutoggle" tabindex="2"> <button class="burger"> <?php echo $l->t('Menu'); ?> </button> <h1 class="header-appname"> <?php p(!empty($_['application']) ? $_['application'] : $l->t('Apps')); ?> </h1> </a> <div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div> <div id="settings"> <div id="expand" tabindex="6" role="link" class="menutoggle"> <?php if ($_['enableAvatars']): ?> <div class="avatardiv<?php if ($_['userAvatarSet']) { print_unescaped(' avatardiv-shown'); } else { print_unescaped('" style="display: none'); } ?>"> <?php if ($_['userAvatarSet']): ?> <img alt="" width="32" height="32" src="<?php p(\OC::$server->getURLGenerator()->linkToRoute('core.avatar.getAvatar', ['userId' => $_['user_uid'], 'size' => 32]));?>" srcset="<?php p(\OC::$server->getURLGenerator()->linkToRoute('core.avatar.getAvatar', ['userId' => $_['user_uid'], 'size' => 64]));?> 2x, <?php p(\OC::$server->getURLGenerator()->linkToRoute('core.avatar.getAvatar', ['userId' => $_['user_uid'], 'size' => 128]));?> 4x" > <?php endif; ?> </div> <?php endif; ?> <span id="expandDisplayName"><?php p(trim($_['user_displayname']) != '' ? $_['user_displayname'] : $_['user_uid']) ?></span> </div> <div id="expanddiv"> <ul> <?php foreach($_['settingsnavigation'] as $entry):?> <li> <a href="<?php print_unescaped($entry['href']); ?>" <?php if( $entry["active"] ): ?> class="active"<?php endif; ?>> <img alt="" src="<?php print_unescaped($entry['icon']); ?>"> <?php p($entry['name']) ?> </a> </li> <?php endforeach; ?> <li> <a id="logout" <?php print_unescaped(OC_User::getLogoutAttribute()); ?>> <img alt="" src="<?php print_unescaped(image_path('', 'actions/logout.svg')); ?>"> <?php p($l->t('Log out'));?> </a> </li> </ul> </div> </div> <form class="searchbox" action="#" method="post" role="search" novalidate> <label for="searchbox" class="hidden-visually"> <?php p($l->t('Search'));?> </label> <input id="searchbox" type="search" name="query" value="" required autocomplete="off" tabindex="5"> </form> </div> </header> <nav role="navigation"> <div id="navigation"> <div id="apps"> <ul> <?php foreach($_['navigation'] as $entry): ?> <li data-id="<?php p($entry['id']); ?>"> <a href="<?php print_unescaped($entry['href']); ?>" tabindex="3" <?php if( $entry['active'] ): ?> class="active"<?php endif; ?>> <img class="app-icon" alt="" src="<?php print_unescaped($entry['icon']); ?>"> <div class="icon-loading-dark" style="display:none;"></div> <span> <?php p($entry['name']); ?> </span> </a> </li> <?php endforeach; ?> </ul> </div> </div> </nav> <div id="content-wrapper"> <div id="content" class="app-<?php p($_['appid']) ?>" role="main"> <?php print_unescaped($_['content']); ?> </div> </div> </body> </html>