Skip to content

Commit

Permalink
Adds some notification message about 6.4 release features
Browse files Browse the repository at this point in the history
  • Loading branch information
cgranleese-r7 committed Feb 12, 2024
1 parent 5d16546 commit 699afaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/auxiliary/scanner/mysql/mysql_login.rb
Expand Up @@ -38,7 +38,9 @@ def initialize(info = {})
])

options_to_deregister = %w[PASSWORD_SPRAY]
unless framework.features.enabled?(Msf::FeatureManager::MYSQL_SESSION_TYPE)
if framework.features.enabled?(Msf::FeatureManager::MYSQL_SESSION_TYPE)
add_info('New in Metasploit 6.4 - The %grnCreateSession%clr option within this module can open an interactive session')
else
options_to_deregister << 'CreateSession'
end
deregister_options(*options_to_deregister)
Expand Down

0 comments on commit 699afaf

Please sign in to comment.