Skip to content

Commit 315abd8

Browse files
author
jvazquez-r7
committed
fix Privileged field
1 parent a46805d commit 315abd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/zenworks_control_center_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def initialize(info = {})
4141
[ 'URL', 'http://www.zerodayinitiative.com/advisories/ZDI-13-049/' ],
4242
[ 'URL', 'http://www.novell.com/support/kb/doc.php?id=7011812' ]
4343
],
44-
'Privileged' => true,
44+
'Privileged' => false,
4545
'Platform' => [ 'win', 'linux' ],
4646
'Targets' =>
4747
[

0 commit comments

Comments
 (0)