We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2602bf + 38b1e56 commit 040ba90Copy full SHA for 040ba90
modules/auxiliary/admin/mysql/mysql_enum.rb
@@ -82,7 +82,7 @@ def run
82
83
print_status("\tOld Password Hashing Algorithm #{vparm["old_passwords"]}")
84
print_status("\tLoading of local files: #{vparm["local_infile"]}")
85
- print_status("\tLogins with old Pre-4.1 Passwords: #{vparm["secure_auth"]}")
+ print_status("\tDeny logins with old Pre-4.1 Passwords: #{vparm["secure_auth"]}")
86
print_status("\tSkipping of GRANT TABLE: #{vparm["skip_grant_tables"]}") if vparm["skip_grant_tables"]
87
print_status("\tAllow Use of symlinks for Database Files: #{vparm["have_symlink"]}")
88
print_status("\tAllow Table Merge: #{vparm["have_merge_engine"]}")
0 commit comments