Skip to content

Commit 917282a

Browse files
committed
Fix ranking
1 parent b916a9d commit 917282a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/exploits/multi/vnc/vnc_keyboard_exec.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class Metasploit3 < Msf::Exploit::Remote
1010

11-
Rank = ExcellentRanking
11+
Rank = GreatRanking
1212
include Msf::Exploit::Remote::Tcp
1313
include Msf::Exploit::CmdStager
1414
include Msf::Exploit::Powershell
@@ -26,10 +26,9 @@ def initialize(info = {})
2626
'Privileged' => false,
2727
'License' => MSF_LICENSE,
2828
'Platform' => %w{ win unix },
29-
'Arch' => ARCH_X86,
3029
'Targets' =>
3130
[
32-
[ 'VNC Windows / Powershell', { 'Platform' => 'win' } ],
31+
[ 'VNC Windows / Powershell', { 'Arch' => ARCH_X86, 'Platform' => 'win' } ],
3332
[ 'VNC Windows / VBScript CMDStager', { 'Platform' => 'win' } ],
3433
[ 'VNC Linux / Unix', { 'Arch' => ARCH_CMD, 'Platform' => 'unix' } ]
3534
],

0 commit comments

Comments
 (0)