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
<?php /** @var $l \OCP\IL10N */ ?> <?php vendor_script('jsTimezoneDetect/jstz'); script('core', [ 'visitortimezone', 'lostpassword', 'login', 'browser-update' ]); ?> <!--[if IE 8]><style>input[type="checkbox"]{padding:0;}</style><![endif]--> <form method="post" name="login"> <fieldset> <?php if (!empty($_['redirect_url'])) { print_unescaped('<input type="hidden" name="redirect_url" value="' . \OCP\Util::sanitizeHTML($_['redirect_url']) . '">'); } ?> <?php if (isset($_['apacheauthfailed']) && ($_['apacheauthfailed'])): ?> <div class="warning"> <?php p($l->t('Server side authentication failed!')); ?><br> <small><?php p($l->t('Please contact your administrator.')); ?></small> </div> <?php endif; ?> <?php foreach($_['messages'] as $message): ?> <div class="warning"> <?php p($message); ?><br> </div> <?php endforeach; ?> <?php if (isset($_['internalexception']) && ($_['internalexception'])): ?> <div class="warning"> <?php p($l->t('An internal error occurred.')); ?><br> <small><?php p($l->t('Please try again or contact your administrator.')); ?></small> </div> <?php endif; ?> <div id="message" class="hidden"> <img class="float-spinner" alt="" src="<?php p(image_path('core', 'loading-dark.gif'));?>"> <span id="messageText"></span> <!-- the following div ensures that the spinner is always inside the #message div --> <div style="clear: both;"></div> </div> <p class="grouptop<?php if (!empty($_['invalidpassword'])) { ?> shake<?php } ?>"> <input type="text" name="user" id="user" placeholder="<?php p($l->t('Username or email')); ?>" value="<?php p($_['loginName']); ?>" <?php p($_['user_autofocus'] ? 'autofocus' : ''); ?> autocomplete="on" autocapitalize="off" autocorrect="off" required> <label for="user" class="infield"><?php p($l->t('Username or email')); ?></label> </p> <p class="groupbottom<?php if (!empty($_['invalidpassword'])) { ?> shake<?php } ?>"> <input type="password" name="password" id="password" value="" placeholder="<?php p($l->t('Password')); ?>" <?php p($_['user_autofocus'] ? '' : 'autofocus'); ?> autocomplete="on" autocapitalize="off" autocorrect="off" required> <label for="password" class="infield"><?php p($l->t('Password')); ?></label> <input type="submit" id="submit" class="login primary icon-confirm" title="<?php p($l->t('Log in')); ?>" value="" disabled="disabled"/> </p> <?php if (!empty($_['csrf_error'])) { ?> <p class="warning"> <?php p($l->t('You took too long to login, please try again now')); ?> </p> <?php } ?> <?php if (!empty($_['invalidpassword']) && !empty($_['canResetPassword'])) { ?> <a id="lost-password" class="warning" href="<?php p($_['resetPasswordLink']); ?>"> <?php p($l->t('Wrong password. Reset it?')); ?> </a> <?php } else if (!empty($_['invalidpassword'])) { ?> <p class="warning"> <?php p($l->t('Wrong password.')); ?> </p> <?php } ?> <?php if (!empty($_['accessLink'])) { ?> <p class="warning"> <?php p($l->t("You are trying to access a private link. Please log in first.")) ?> </p> <?php } ?> <?php if ($_['rememberLoginAllowed'] === true) : ?> <div class="remember-login-container"> <?php if ($_['rememberLoginState'] === 0) { ?> <input type="checkbox" name="remember_login" value="1" id="remember_login" class="checkbox checkbox--white"> <?php } else { ?> <input type="checkbox" name="remember_login" value="1" id="remember_login" class="checkbox checkbox--white" checked="checked"> <?php } ?> <label for="remember_login"><?php p($l->t('Stay logged in')); ?></label> </div> <?php endif; ?> <input type="hidden" name="timezone-offset" id="timezone-offset"/> <input type="hidden" name="timezone" id="timezone"/> <input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']) ?>"> </fieldset> </form> <?php if (!empty($_['alt_login'])) { ?> <form id="alternative-logins"> <fieldset> <legend><?php p($l->t('Alternative Logins')) ?></legend> <ul> <?php foreach($_['alt_login'] as $login): ?> <?php if (isset($login['img'])) { ?> <li><a href="<?php print_unescaped($login['href']); ?>" ><img src="<?php p($login['img']); ?>"/></a></li> <?php } else { ?> <li><a class="button" href="<?php print_unescaped($login['href']); ?>" ><?php p($login['name']); ?></a></li> <?php } ?> <?php endforeach; ?> </ul> </fieldset> </form> <?php }