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 c1b82ba commit 5e0993dCopy full SHA for 5e0993d
modules/exploits/windows/local/ms14_058_track_popup_menu.rb
@@ -32,7 +32,8 @@ def initialize(info={})
32
[
33
'Unknown', # vulnerability discovery and exploit in the wild
34
'juan vazquez', # msf module (x86 target)
35
- 'Spencer McIntyre' # msf module (x64 target)
+ 'Spencer McIntyre', # msf module (x64 target)
36
+ 'OJ Reeves <oj[at]buffered.io>'
37
],
38
'Arch' => [ ARCH_X86, ARCH_X86_64 ],
39
'Platform' => 'win',
0 commit comments