1
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:
Jon Hart 2015-01-21 13:27:48 -08:00
parent 46a0ec8a68
commit f73052710d
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3

View File

@ -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(