Fix ranking
parent
b916a9d267
commit
917282a1f1
|
@ -8,7 +8,7 @@ require 'rex/proto/rfb'
|
|||
|
||||
class Metasploit3 < Msf::Exploit::Remote
|
||||
|
||||
Rank = ExcellentRanking
|
||||
Rank = GreatRanking
|
||||
include Msf::Exploit::Remote::Tcp
|
||||
include Msf::Exploit::CmdStager
|
||||
include Msf::Exploit::Powershell
|
||||
|
@ -26,10 +26,9 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Privileged' => false,
|
||||
'License' => MSF_LICENSE,
|
||||
'Platform' => %w{ win unix },
|
||||
'Arch' => ARCH_X86,
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'VNC Windows / Powershell', { 'Platform' => 'win' } ],
|
||||
[ 'VNC Windows / Powershell', { 'Arch' => ARCH_X86, 'Platform' => 'win' } ],
|
||||
[ 'VNC Windows / VBScript CMDStager', { 'Platform' => 'win' } ],
|
||||
[ 'VNC Linux / Unix', { 'Arch' => ARCH_CMD, 'Platform' => 'unix' } ]
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue