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 */ /** @var $_ array */ /* @var $error boolean */ $error = $_['error']; /* @var $error_message string */ $error_message = $_['error_message']; /* @var $provider OCP\Authentication\TwoFactorAuth\IProvider */ $provider = $_['provider']; /* @var $template string */ $template = $_['template']; ?> <fieldset class="warning"> <legend><strong><?php p($provider->getDisplayName()); ?></strong></legend> <p><?php p($l->t('Please authenticate using the selected factor.')) ?></p> </fieldset> <?php if ($error): ?> <?php if ($error_message){ ?> <span class="warning"><?php p($l->t($error_message)); ?></span> <?php } else {?> <span class="warning"><?php p($l->t('An error occurred while verifying the token')); ?></span> <?php }; ?> <?php endif; ?> <?php print_unescaped($template); ?> <a class="two-factor-cancel" <?php print_unescaped($_['logout_attribute']); ?>><?php p($l->t('Cancel login')) ?></a>