Skip to content

Commit 6abb591

Browse files
author
jvazquez-r7
committed
Do minor cleanup for lianja_db_net
1 parent 38e5c2b commit 6abb591

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

modules/exploits/windows/misc/lianja_db_net.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@
88
require 'msf/core'
99

1010
class Metasploit3 < Msf::Exploit::Remote
11-
Rank = GoodRanking
11+
Rank = NormalRanking
1212
include Msf::Exploit::Remote::Tcp
1313
include Msf::Exploit::RopDb
1414

1515
def initialize(info = {})
1616
super(update_info(info,
1717
'Name' => 'Lianja SQL 1.0.0RC5.1 db_netserver Stack Buffer Overflow',
1818
'Description' => %q{
19-
This module exploits a stack buffer overflow in the db_netserver
20-
process which is spawned by the Lianja SQL server. The issue is
21-
fixed in Lianja SQL 1.0.0RC5.2.
19+
This module exploits a stack buffer overflow in the db_netserver process which
20+
is spawned by the Lianja SQL server. The issue is fixed in Lianja SQL 1.0.0RC5.2.
2221
},
23-
'Author' => [ 'Spencer McIntyre' ],
22+
'Author' => 'Spencer McIntyre',
2423
'License' => MSF_LICENSE,
2524
'References' => [
26-
[ 'CVE', '2013-3563' ],
25+
[ 'CVE', '2013-3563' ]
2726
],
2827
'DefaultOptions' =>
2928
{
3029
'WfsDelay' => 20,
3130
},
3231
'Platform' => 'win',
32+
'Arch' => ARCH_X86,
3333
'Payload' =>
3434
{
3535
'StackAdjustment' => -3500,
@@ -38,8 +38,8 @@ def initialize(info = {})
3838
},
3939
'Targets' =>
4040
[
41-
[ 'Windows Server 2003 SP1-SP2', { 'rop_target' => '2003' } ],
42-
[ 'Windows XP SP3', { 'rop_target' => 'xp' } ],
41+
[ 'Lianja SQL 1.0.0RC5.1 / Windows Server 2003 SP1-SP2', { 'rop_target' => '2003' } ],
42+
[ 'Lianja SQL 1.0.0RC5.1 / Windows XP SP3', { 'rop_target' => 'xp' } ],
4343
],
4444
'DefaultTarget' => 0,
4545
'Privileged' => true,

0 commit comments

Comments
 (0)