mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01:00
Correct recent msftidy change in outlook gather
This commit is contained in:
parent
46a0ec8a68
commit
f73052710d
@ -40,7 +40,7 @@ class Metasploit3 < Msf::Post
|
||||
OptString.new('FOLDER', [ false, 'The e-mailfolder to read (e.g. Inbox)' ]),
|
||||
OptString.new('KEYWORD', [ false, 'Search e-mails by the keyword specified here' ]),
|
||||
OptString.new('A_TRANSLATION', [ false, 'Fill in the translation of the word "Allow" in the targets system language, to click on the security popup.' ]),
|
||||
OptString.new('ACF_TRANSLATION', [ false, 'Fill in the translation of the phrase "Allow access for" in the targets system language, to click on the security popup.' ]),
|
||||
OptString.new('ACF_TRANSLATION', [ false, 'Fill in the translation of the phrase "Allow access for" in the targets system language, to click on the security popup.' ])
|
||||
], self.class)
|
||||
|
||||
register_advanced_options(
|
||||
|
Loading…
Reference in New Issue
Block a user