File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
modules/exploits/windows/http Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -14,26 +14,27 @@ class Metasploit3 < Msf::Exploit::Remote
14
14
15
15
def initialize
16
16
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{
19
19
This module attempts to gain remote code execution on a server running
20
20
Novell Zenworks Mobile Device Management.
21
21
} ,
22
- 'Author' =>
22
+ 'Author' =>
23
23
[
24
24
'steponequit' ,
25
25
'Andrea Micalizzi (aka rgod)' #zdi report
26
26
] ,
27
- 'Platform' => 'win' ,
28
- 'Targets' =>
27
+ 'Platform' => 'win' ,
28
+ 'Targets' =>
29
29
[
30
- [ 'Automatic ' , { } ] ,
30
+ [ 'Novell Zenworks Mobile Device Management on Windows ' , { } ] ,
31
31
] ,
32
- 'References' =>
32
+ 'DefaultTarget' => 0 ,
33
+ 'References' =>
33
34
[
34
35
[ 'CVE' , '2013-1081' ]
35
36
] ,
36
- 'License' => MSF_LICENSE
37
+ 'License' => MSF_LICENSE
37
38
)
38
39
39
40
register_options ( [
You can’t perform that action at this time.
0 commit comments