From 73dc5c605b9b9889b24a64d749b114ab82917ed8 Mon Sep 17 00:00:00 2001 From: Wei Chen Date: Mon, 27 Jun 2011 18:00:12 +0000 Subject: [PATCH] Change ranking. Because looks like it works better than "average" git-svn-id: file:///home/svn/framework3/trunk@13042 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/windows/misc/citrix_streamprocess.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/windows/misc/citrix_streamprocess.rb b/modules/exploits/windows/misc/citrix_streamprocess.rb index c0f598265d..1110819817 100644 --- a/modules/exploits/windows/misc/citrix_streamprocess.rb +++ b/modules/exploits/windows/misc/citrix_streamprocess.rb @@ -12,7 +12,7 @@ require 'msf/core' class Metasploit3 < Msf::Exploit::Remote - Rank = AverageRanking + Rank = GoodRanking include Msf::Exploit::Remote::Udp include Msf::Exploit::Remote::Egghunter