Skip to content

Commit 5294594

Browse files
committed
dd Windows post module for reading/searching Outlook e-mail #5 Add DE
1 parent 53b6958 commit 5294594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/post/windows/gather/outlook.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ class Metasploit3 < Msf::Post
1010

1111
include Msf::Post::Windows::Registry
1212

13-
A_HASH = { "en_US" => "Allow", "NL" => "Toestaan" }
14-
ACF_HASH = { "en_US" => "Allow access for", "NL" => "Toegang geven voor" }
13+
A_HASH = { "en_US" => "Allow", "NL" => "Toestaan", "de_DE" => "Erteilen", "de_AT" => "Erteilen" }
14+
ACF_HASH = { "en_US" => "Allow access for", "NL" => "Toegang geven voor", "de_DE" => "Zugriff gewähren für", "de_AT" => "Zugriff gewähren für" }
1515

1616
def initialize(info={})
1717
super(update_info(info,

0 commit comments

Comments
 (0)