Add OJ as author

bug/bundler_fix
jvazquez-r7 2014-10-28 09:58:34 -05:00
parent c1b82bac0e
commit 5e0993d756
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ class Metasploit3 < Msf::Exploit::Local
[
'Unknown', # vulnerability discovery and exploit in the wild
'juan vazquez', # msf module (x86 target)
'Spencer McIntyre' # msf module (x64 target)
'Spencer McIntyre', # msf module (x64 target)
'OJ Reeves <oj[at]buffered.io>'
],
'Arch' => [ ARCH_X86, ARCH_X86_64 ],
'Platform' => 'win',