From 5a40c6dc00a13ad4bcdd18f9828fa8e08b155699 Mon Sep 17 00:00:00 2001 From: h00die Date: Mon, 27 Jul 2020 15:35:05 -0400 Subject: [PATCH] move config_changes --- modules/exploits/windows/http/plex_unpickle_dict_rce.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/exploits/windows/http/plex_unpickle_dict_rce.rb b/modules/exploits/windows/http/plex_unpickle_dict_rce.rb index ec1ede152f..442e7e35cb 100644 --- a/modules/exploits/windows/http/plex_unpickle_dict_rce.rb +++ b/modules/exploits/windows/http/plex_unpickle_dict_rce.rb @@ -46,8 +46,8 @@ class MetasploitModule < Msf::Exploit::Remote }, 'Notes' => { 'Stability' => [CRASH_SERVICE_RESTARTS], # we reboot the server twice - 'Reliability' => [REPEATABLE_SESSION, CONFIG_CHANGES], # we attempt to revert config changes - 'SideEffects' => [IOC_IN_LOGS, ARTIFACTS_ON_DISK] + 'Reliability' => [REPEATABLE_SESSION], + 'SideEffects' => [IOC_IN_LOGS, ARTIFACTS_ON_DISK, CONFIG_CHANGES] # we attempt to revert config changes }, 'Targets' => [