Fixes #5609, thanks David!
git-svn-id: file:///home/svn/framework3/trunk@14052 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
fed2e9a611
commit
a5ef33305f
|
@ -26,7 +26,10 @@ class Metasploit3 < Msf::Auxiliary
|
|||
version 0.9.8i and earlier. OpenSSL crashes under these versions when it recieves a
|
||||
ChangeCipherspec Datagram before a ClientHello.
|
||||
},
|
||||
'Author' => ['TheLightCosine <thelightcosine@gmail.com>'],
|
||||
'Author' => [
|
||||
'Jon Oberheide <jon@oberheide.org>', #original code
|
||||
'TheLightCosine <thelightcosine@gmail.com>' # metasploit module
|
||||
],
|
||||
'License' => MSF_LICENSE,
|
||||
'Version' => '$Revision$',
|
||||
'References' =>
|
||||
|
|
Loading…
Reference in New Issue