clarify we must call this a second time

This commit is contained in:
sfewer-r7 2024-03-13 09:17:18 +00:00
parent df2c94f873
commit b04e84ed99
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -644,6 +644,7 @@ class MetasploitModule < Msf::Exploit::Remote
return false
end
# The UUID changes after we disable the plugin, so we need to call get_plugin_uuid a second time.
plugin_uuid = get_plugin_uuid(http_authorization, plugin_name)
if plugin_uuid.nil?