We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a47f9 commit cc63d43Copy full SHA for cc63d43
modules/post/windows/gather/outlook.rb
@@ -23,7 +23,7 @@ def initialize(info={})
23
'Author' => [ 'Wesley Neelen <security[at]forsec.nl>' ],
24
'References' => [ 'URL', 'https://forsec.nl/2014/11/reading-outlook-using-metasploit' ],
25
'Platform' => [ 'win' ],
26
- 'Arch' => [ 'x86', 'x64' ],
+ 'Arch' => [ 'x86', 'x64' ],
27
'SessionTypes' => [ 'meterpreter' ],
28
'Actions' => [
29
[ 'LIST', { 'Description' => 'Lists all folders' } ],
0 commit comments