added support for BrightStor ARCserve r11.5 SP2 in messege_engine.rb.

git-svn-id: file:///home/svn/framework3/trunk@4306 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Mario Ceballos 2007-01-31 23:36:24 +00:00
parent 5e12797485
commit 378101697e
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ class Exploits::Windows::Brightstor::Messege_Engine < Msf::Exploit::Remote
'Platform' => 'win',
'Targets' =>
[
[ 'BrightStor ARCserve r11.5', { 'Ret' => 0x2380ceb5 } ],
[ 'BrightStor ARCserve r11.5', { 'Ret' => 0x2380ceb5 } ],
[ 'BrightStor ARCserve r11.5 SP2', { 'Ret' => 0x2380a47d } ],
],
'DisclosureDate' => 'Jan 11 2007',
'DefaultTarget' => 0))