Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
phpmyadmin /
templates /
login /
twofactor /
[ HOME SHELL ]
Name
Size
Permission
Action
application_configure.twig
489
B
-rw-r--r--
application.twig
349
B
-rw-r--r--
invalid.twig
165
B
-rw-r--r--
key_configure.twig
767
B
-rw-r--r--
key-https-warning.twig
226
B
-rw-r--r--
key.twig
729
B
-rw-r--r--
simple.twig
51
B
-rw-r--r--
webauthn_creation.twig
283
B
-rw-r--r--
webauthn_request.twig
272
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : key.twig
{% include 'login/twofactor/key-https-warning.twig' %} <div class="alert alert-danger" role="alert"> <h4 class="alert-heading">{{ 'Deprecated!'|trans }}</h4> <p>{{ 'The FIDO U2F API has been deprecated in favor of the Web Authentication API (WebAuthn).'|trans }}</p> <p class="mb-0"> {{ 'You can still use Firefox to authenticate your account using the FIDO U2F API, however it\'s recommended that you use the WebAuthn authentication instead.'|trans }} </p> </div> <p> {% trans "Please connect your FIDO U2F device into your computer's USB port. Then confirm login on the device." %} </p> <input id="u2f_authentication_response" name="u2f_authentication_response" value="" type="hidden" data-request="{{ request }}">
Close