Skip to content

Commit 116c754

Browse files
committed
tidy Platform
1 parent 8a0c8b5 commit 116c754

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/exploits/multi/http/metasploit_webui_console_command_execution.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,13 @@ def initialize(info = {})
3535
'Author' => [ 'Justin Steven' ], # @justinsteven
3636
'License' => MSF_LICENSE,
3737
'Privileged' => true,
38-
'Platform' => %w{ linux unix windows },
3938
'Arch' => ARCH_CMD,
4039
'Payload' => { 'PayloadType' => 'cmd' },
4140
'Targets' =>
4241
[
4342
[ 'Unix',
4443
{
45-
'Platform' => [ 'linux', 'unix' ]
44+
'Platform' => [ 'unix' ]
4645
}
4746
],
4847
[ 'Windows',

0 commit comments

Comments
 (0)