We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c683e7b commit 3b6e927Copy full SHA for 3b6e927
1 file changed
modules/post/windows/gather/outlook.rb
@@ -9,8 +9,8 @@ class Metasploit3 < Msf::Post
9
include Msf::Post::Windows::Registry
10
include Msf::Post::Windows::Powershell
11
12
- A_HASH = { "en_US" => "Allow", "NL" => "Toestaan", "de_DE" => "Erteilen", "de_AT" => "Erteilen" }
13
- ACF_HASH = { "en_US" => "Allow access for", "NL" => "Toegang geven voor", "de_DE" => "Zugriff gew\xc3\xa4hren f\xc3\xbcr", "de_AT" => "Zugriff gew\xc3\xa4hren f\xc3\xbcr" }
+ A_HASH = { "en_US" => "Allow", "nl_NL" => "Toestaan", "de_DE" => "Erteilen", "de_AT" => "Erteilen" }
+ ACF_HASH = { "en_US" => "Allow access for", "nl_NL" => "Toegang geven voor", "de_DE" => "Zugriff gew\xc3\xa4hren f\xc3\xbcr", "de_AT" => "Zugriff gew\xc3\xa4hren f\xc3\xbcr" }
14
15
def initialize(info={})
16
super(update_info(info,
0 commit comments