dd Windows post module for reading/searching Outlook e-mail #5 Add DE
parent
53b69583f4
commit
5294594379
|
@ -10,8 +10,8 @@ class Metasploit3 < Msf::Post
|
||||||
|
|
||||||
include Msf::Post::Windows::Registry
|
include Msf::Post::Windows::Registry
|
||||||
|
|
||||||
A_HASH = { "en_US" => "Allow", "NL" => "Toestaan" }
|
A_HASH = { "en_US" => "Allow", "NL" => "Toestaan", "de_DE" => "Erteilen", "de_AT" => "Erteilen" }
|
||||||
ACF_HASH = { "en_US" => "Allow access for", "NL" => "Toegang geven voor" }
|
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={})
|
def initialize(info={})
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
|
|
Loading…
Reference in New Issue