You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/post/windows/gather/outlook.rb
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,15 +40,20 @@ def initialize(info={})
40
40
OptString.new('FOLDER',[false,'The e-mailfolder to read (e.g. Inbox)']),
41
41
OptString.new('KEYWORD',[false,'Search e-mails by the keyword specified here']),
42
42
OptString.new('A_TRANSLATION',[false,'Fill in the translation of the word "Allow" in the targets system language, to click on the security popup.']),
43
-
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.']),
43
+
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.'])
44
+
],self.class)
45
+
46
+
register_advanced_options(
47
+
[
48
+
OptInt.new('TIMEOUT',[true,'The maximum time (in seconds) to wait for any Powershell scripts to complete',120])
0 commit comments