dd Windows post module for reading/searching Outlook e-mail #5 Add DE

bug/bundler_fix
wez3 2014-11-25 14:36:14 +01:00
parent 53b69583f4
commit 5294594379
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ class Metasploit3 < Msf::Post
include Msf::Post::Windows::Registry
A_HASH = { "en_US" => "Allow", "NL" => "Toestaan" }
ACF_HASH = { "en_US" => "Allow access for", "NL" => "Toegang geven voor" }
A_HASH = { "en_US" => "Allow", "NL" => "Toestaan", "de_DE" => "Erteilen", "de_AT" => "Erteilen" }
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" }
def initialize(info={})
super(update_info(info,