Skip to content

Commit 5e0993d

Browse files
committed
Add OJ as author
1 parent c1b82ba commit 5e0993d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/windows/local/ms14_058_track_popup_menu.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ def initialize(info={})
3232
[
3333
'Unknown', # vulnerability discovery and exploit in the wild
3434
'juan vazquez', # msf module (x86 target)
35-
'Spencer McIntyre' # msf module (x64 target)
35+
'Spencer McIntyre', # msf module (x64 target)
36+
'OJ Reeves <oj[at]buffered.io>'
3637
],
3738
'Arch' => [ ARCH_X86, ARCH_X86_64 ],
3839
'Platform' => 'win',

0 commit comments

Comments
 (0)