From f2469fc23fa0abf96cba3b2e77022d62f856a998 Mon Sep 17 00:00:00 2001 From: HD Moore Date: Tue, 18 Oct 2011 09:10:45 +0000 Subject: [PATCH] Drop phpi to normal ranking, it eats too much time git-svn-id: file:///home/svn/framework3/trunk@13990 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/unix/webapp/php_include.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/unix/webapp/php_include.rb b/modules/exploits/unix/webapp/php_include.rb index 229c17f56d..2d93dd2c44 100644 --- a/modules/exploits/unix/webapp/php_include.rb +++ b/modules/exploits/unix/webapp/php_include.rb @@ -12,7 +12,7 @@ require 'msf/core' class Metasploit3 < Msf::Exploit::Remote - Rank = ExcellentRanking + Rank = NormalRanking include Msf::Exploit::Remote::Tcp include Msf::Exploit::Remote::HttpClient