From 7d317e5933dfc65b293f04ea1bbf67ccd9ac22c8 Mon Sep 17 00:00:00 2001 From: jvazquez-r7 Date: Thu, 25 Apr 2013 07:51:28 -0500 Subject: [PATCH] Switch from post to get on check --- modules/exploits/unix/webapp/php_wordpress_total_cache.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/unix/webapp/php_wordpress_total_cache.rb b/modules/exploits/unix/webapp/php_wordpress_total_cache.rb index 1db63c6058..b16851530b 100644 --- a/modules/exploits/unix/webapp/php_wordpress_total_cache.rb +++ b/modules/exploits/unix/webapp/php_wordpress_total_cache.rb @@ -221,7 +221,7 @@ class Metasploit3 < Msf::Exploit::Remote def check res = send_request_cgi ({ 'uri' => normalize_uri(target_uri.path), - 'method' => 'POST' + 'method' => 'GET' }) if res.nil?