renamed.
git-svn-id: file:///home/svn/framework3/trunk@11125 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
0d5c85b67a
commit
8c46a6be51
|
@ -18,21 +18,20 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
|
||||
def initialize(info = {})
|
||||
super(update_info(info,
|
||||
'Name' => 'DATAC RealWin SCADA Server Buffer Overflow',
|
||||
'Name' => 'DATAC RealWin SCADA Server SCPC_TXTEVENT Buffer Overflow',
|
||||
'Description' => %q{
|
||||
This module exploits a stack buffer overflow in DATAC Control
|
||||
International RealWin SCADA Server 2.0 (Build 6.1.8.10).
|
||||
By sending a specially crafted packet,
|
||||
an attacker may be able to execute arbitrary code.
|
||||
},
|
||||
'Author' => [ 'MC' ],
|
||||
'Author' => [ 'Luigi Auriemma', 'MC' ],
|
||||
'License' => MSF_LICENSE,
|
||||
'Version' => '$Revision$',
|
||||
'References' =>
|
||||
[
|
||||
[ 'CVE', '2010-4142'],
|
||||
[ 'OSVDB', '68812'],
|
||||
[ 'URL', 'http://www.metasploit.com/users/mc' ],
|
||||
],
|
||||
'Privileged' => true,
|
||||
'DefaultOptions' =>
|
Loading…
Reference in New Issue