Skip to content

Commit

Permalink
Fix HttpUserAgent to UserAgent
Browse files Browse the repository at this point in the history
Payload vs. HttpClient. Whoops.
  • Loading branch information
wvu committed Sep 16, 2020
1 parent 0ec97aa commit 3c8390a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/windows/http/exchange_ecp_dlp_policy.rb
Expand Up @@ -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
},
Expand Down

0 comments on commit 3c8390a

Please sign in to comment.