From 3c8390a1c7d579951118e0d353e954fb676418a4 Mon Sep 17 00:00:00 2001 From: William Vu Date: Wed, 16 Sep 2020 13:03:55 -0500 Subject: [PATCH] Fix HttpUserAgent to UserAgent Payload vs. HttpClient. Whoops. --- modules/exploits/windows/http/exchange_ecp_dlp_policy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/windows/http/exchange_ecp_dlp_policy.rb b/modules/exploits/windows/http/exchange_ecp_dlp_policy.rb index 82ba036502a2..f09064ea0137 100644 --- a/modules/exploits/windows/http/exchange_ecp_dlp_policy.rb +++ b/modules/exploits/windows/http/exchange_ecp_dlp_policy.rb @@ -61,7 +61,7 @@ def initialize(info = {}) 'DefaultOptions' => { 'SSL' => true, 'PAYLOAD' => 'windows/x64/meterpreter/reverse_https', - 'HttpUserAgent' => '', # HACK: Bypass Exchange's User-Agent validation + 'UserAgent' => '', # HACK: Bypass Exchange's User-Agent validation 'HttpClientTimeout' => 5, 'WfsDelay' => 10 },