Skip to content

Commit 93c46c4

Browse files
author
jvazquez-r7
committed
Complete the Author metadata
1 parent 8efe2d9 commit 93c46c4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/exploits/linux/local/vmware_mount.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ def initialize(info={})
2929
have vmware-mount happily execute it as root for us.
3030
},
3131
'License' => MSF_LICENSE,
32-
'Author' => [ 'egypt'],
32+
'Author' =>
33+
[
34+
'Tavis Ormandy', # Vulnerability discovery and PoC
35+
'egypt' # Metasploit module
36+
],
3337
'Platform' => [ 'linux' ],
3438
'Arch' => ARCH_X86,
3539
'Targets' =>

0 commit comments

Comments
 (0)