Skip to content

Commit 227fa4d

Browse files
committed
Homie needs a default target
1 parent 5d90c6c commit 227fa4d

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

modules/exploits/windows/http/novell_mdm_lfi.rb

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,27 @@ class Metasploit3 < Msf::Exploit::Remote
1414

1515
def initialize
1616
super(
17-
'Name' => 'Novell Zenworks Mobile Device Managment Local File Include ',
18-
'Description' => %q{
17+
'Name' => 'Novell Zenworks Mobile Device Managment Local File Include',
18+
'Description' => %q{
1919
This module attempts to gain remote code execution on a server running
2020
Novell Zenworks Mobile Device Management.
2121
},
22-
'Author' =>
22+
'Author' =>
2323
[
2424
'steponequit',
2525
'Andrea Micalizzi (aka rgod)' #zdi report
2626
],
27-
'Platform' => 'win',
28-
'Targets' =>
27+
'Platform' => 'win',
28+
'Targets' =>
2929
[
30-
[ 'Automatic', { } ],
30+
[ 'Novell Zenworks Mobile Device Management on Windows', {} ],
3131
],
32-
'References' =>
32+
'DefaultTarget' => 0,
33+
'References' =>
3334
[
3435
['CVE', '2013-1081']
3536
],
36-
'License' => MSF_LICENSE
37+
'License' => MSF_LICENSE
3738
)
3839

3940
register_options([

0 commit comments

Comments
 (0)