⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.91
Server IP:
157.245.101.34
Server:
Linux skvinfotech-website 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
phpmyadmin
/
libraries
/
classes
/
Display
/
Edit File: ChangePassword.php
'; $html .= Url::getHiddenInputs(); if (strpos($GLOBALS['PMA_PHP_SELF'], 'server_privileges') !== false) { $html .= '
' . '
'; } $html .= '
' . '
' . __('Change password') . '
' . '
' . '
' . '
' . '
' . '
' . __('No Password') . '
' . '
' . '
' . '
' . '
' . '
' . '
' . __('Password:') . '
' . '
' . '
' . __('Enter:') . '  ' . '
' . '
Strength:
' . '
' . '
Good
' . '
' . __('Re-type:') . ' ' . '
' . '
' . '
'; $serverType = Util::getServerType(); $serverVersion = $GLOBALS['dbi']->getVersion(); $orig_auth_plugin = Privileges::getCurrentAuthenticationPlugin( 'change', $username, $hostname ); if (($serverType == 'MySQL' && $serverVersion >= 50507) || ($serverType == 'MariaDB' && $serverVersion >= 50200) ) { // Provide this option only for 5.7.6+ // OR for privileged users in 5.5.7+ if (($serverType == 'MySQL' && $serverVersion >= 50706) || ($GLOBALS['dbi']->isSuperuser() && $mode == 'edit_other') ) { $auth_plugin_dropdown = Privileges::getHtmlForAuthPluginsDropdown( $orig_auth_plugin, 'change_pw', 'new' ); $html .= '
' . '
' . __('Password Hashing:') . '
'; $html .= $auth_plugin_dropdown; $html .= '
' . '
' . '
'; $html .= '
' . Message::notice( __( 'This method requires using an \'
SSL connection
\' ' . 'or an \'
unencrypted connection that encrypts the ' . 'password using RSA
\'; while connecting to the server.' ) . Util::showMySQLDocu( 'sha256-authentication-plugin' ) ) ->getDisplay() . '
'; } else { $html .= '
' . ''; } } else { $auth_plugin_dropdown = Privileges::getHtmlForAuthPluginsDropdown( $orig_auth_plugin, 'change_pw', 'old' ); $html .= '
' . '
' . __('Password Hashing:') . '
'; $html .= $auth_plugin_dropdown . '
' . '
' . ''; } $html .= '
' . '
' . '
' . '
' . '
' . '
'; return $html; } }
Simpan