Fix ranking

bug/bundler_fix
jvazquez-r7 2015-07-10 17:49:15 -05:00
parent b916a9d267
commit 917282a1f1
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 2 additions and 3 deletions

View File

@ -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' } ]
],