Skip to content

Commit 58c979d

Browse files
committed
updated with correct privileged setting
1 parent 7c8116a commit 58c979d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/pandora_fms_auth_rce_cve_2024_11320.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def initialize(info = {})
4444
],
4545
'License' => MSF_LICENSE,
4646
'Platform' => ['unix', 'linux', 'php'],
47-
'Privileged' => true,
47+
'Privileged' => false,
4848
'Arch' => [ARCH_CMD, ARCH_PHP],
4949
'Targets' => [
5050
[

0 commit comments

Comments
 (0)