Skip to content

Commit 5d3a4cc

Browse files
authored
Use all caps for module option names
1 parent 47fec56 commit 5d3a4cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/linux/http/mvpower_dvr_shell_exec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ def initialize(info = {})
4545
'Arch' => ARCH_ARMLE,
4646
'DefaultOptions' =>
4747
{
48-
'Payload' => 'linux/armle/mettle_reverse_tcp',
49-
'cmdstager::flavor' => 'wget'
48+
'PAYLOAD' => 'linux/armle/mettle_reverse_tcp',
49+
'CMDSTAGER::FLAVOR' => 'wget'
5050
},
5151
'Targets' =>
5252
[

0 commit comments

Comments
 (0)