Complete the Author metadata
parent
8efe2d9206
commit
93c46c4be5
|
@ -29,7 +29,11 @@ class Metasploit4 < Msf::Exploit::Local
|
||||||
have vmware-mount happily execute it as root for us.
|
have vmware-mount happily execute it as root for us.
|
||||||
},
|
},
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Author' => [ 'egypt'],
|
'Author' =>
|
||||||
|
[
|
||||||
|
'Tavis Ormandy', # Vulnerability discovery and PoC
|
||||||
|
'egypt' # Metasploit module
|
||||||
|
],
|
||||||
'Platform' => [ 'linux' ],
|
'Platform' => [ 'linux' ],
|
||||||
'Arch' => ARCH_X86,
|
'Arch' => ARCH_X86,
|
||||||
'Targets' =>
|
'Targets' =>
|
||||||
|
|
Loading…
Reference in New Issue