Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
phpMyAdmin /
doc /
html /
_sources /
[ HOME SHELL ]
Name
Size
Permission
Action
bookmarks.rst.txt
2.41
KB
-rw-rw-rw-
charts.rst.txt
4.63
KB
-rw-rw-rw-
config.rst.txt
113.71
KB
-rw-rw-rw-
copyright.rst.txt
1.58
KB
-rw-rw-rw-
credits.rst.txt
27.36
KB
-rw-rw-rw-
developers.rst.txt
380
B
-rw-rw-rw-
faq.rst.txt
92.46
KB
-rw-rw-rw-
glossary.rst.txt
13.44
KB
-rw-rw-rw-
import_export.rst.txt
10.08
KB
-rw-rw-rw-
index.rst.txt
573
B
-rw-rw-rw-
intro.rst.txt
3.08
KB
-rw-rw-rw-
other.rst.txt
916
B
-rw-rw-rw-
privileges.rst.txt
3.19
KB
-rw-rw-rw-
relations.rst.txt
3.26
KB
-rw-rw-rw-
require.rst.txt
1.64
KB
-rw-rw-rw-
security.rst.txt
4.5
KB
-rw-rw-rw-
settings.rst.txt
1015
B
-rw-rw-rw-
setup.rst.txt
42.17
KB
-rw-rw-rw-
themes.rst.txt
2.86
KB
-rw-rw-rw-
transformations.rst.txt
6.57
KB
-rw-rw-rw-
two_factor.rst.txt
2.81
KB
-rw-rw-rw-
user.rst.txt
195
B
-rw-rw-rw-
vendors.rst.txt
1.12
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : two_factor.rst.txt
.. _2fa: Two-factor authentication ========================= .. versionadded:: 4.8.0 Since phpMyAdmin 4.8.0 you can configure two-factor authentication to be used when logging in. To use this, you first need to configure the :ref:`linked-tables`. Once this is done, every user can opt-in for the second authentication factor in the :guilabel:`Settings`. When running phpMyAdmin from the Git source repository, the dependencies must be installed manually; the typical way of doing so is with the command: .. code-block:: sh composer require pragmarx/google2fa-qrcode Or when using a hardware security key with FIDO U2F: .. code-block:: sh composer require samyoul/u2f-php-server Authentication Application (2FA) -------------------------------- Using an application for authentication is a quite common approach based on HOTP and `TOTP <https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm>`_. It is based on transmitting a private key from phpMyAdmin to the authentication application and the application is then able to generate one time codes based on this key. The easiest way to enter the key in to the application from phpMyAdmin is through scanning a QR code. There are dozens of applications available for mobile phones to implement these standards, the most widely used include: * `FreeOTP for iOS, Android and Pebble <https://freeotp.github.io/>`_ * `Authy for iOS, Android, Chrome, OS X <https://authy.com/>`_ * `Google Authenticator for iOS <https://apps.apple.com/us/app/google-authenticator/id388497605>`_ * `Google Authenticator for Android <https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2>`_ * `LastPass Authenticator for iOS, Android, OS X, Windows <https://lastpass.com/auth/>`_ Hardware Security Key (FIDO U2F) -------------------------------- Using hardware tokens is considered to be more secure than a software based solution. phpMyAdmin supports `FIDO U2F <https://en.wikipedia.org/wiki/Universal_2nd_Factor>`_ tokens. There are several manufacturers of these tokens, for example: * `youbico FIDO U2F Security Key <https://www.yubico.com/fido-u2f/>`_ * `HyperFIDO <https://www.hypersecu.com/hyperfido>`_ * `Trezor Hardware Wallet <https://trezor.io/?offer_id=12&aff_id=1592&source=phpmyadmin>`_ can act as an `U2F token <https://wiki.trezor.io/User_manual:Two-factor_Authentication_with_U2F>`_ * `List of Two Factor Auth (2FA) Dongles <https://www.dongleauth.info/dongles/>`_ .. _simple2fa: Simple two-factor authentication -------------------------------- This authentication is included for testing and demonstration purposes only as it really does not provide two-factor authentication, it just asks the user to confirm login by clicking on the button. It should not be used in the production and is disabled unless :config:option:`$cfg['DBG']['simple2fa']` is set.
Close