From 6014ff8a317fdb893ca0adb57719920b8637cc13 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Sun, 18 Jan 2015 23:54:16 +0100 Subject: [PATCH] fix msftidy warnings --- modules/auxiliary/dos/http/wordpress_long_password_dos.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/auxiliary/dos/http/wordpress_long_password_dos.rb b/modules/auxiliary/dos/http/wordpress_long_password_dos.rb index b660e09879..58e8a15eda 100644 --- a/modules/auxiliary/dos/http/wordpress_long_password_dos.rb +++ b/modules/auxiliary/dos/http/wordpress_long_password_dos.rb @@ -13,9 +13,9 @@ class Metasploit3 < Msf::Auxiliary super(update_info( info, 'Name' => 'WordPress Long Password DoS', - 'Description' => %q{WordPress before 3.7.5, 3.8.x before 3.8.5, 3.9.x before 3.9.3, and 4.x - before 4.0.1 allows remote attackers to cause a denial of service - (CPU consumption) via a long password that is improperly handled + 'Description' => %q{WordPress before 3.7.5, 3.8.x before 3.8.5, 3.9.x before 3.9.3, and 4.x + before 4.0.1 allows remote attackers to cause a denial of service + (CPU consumption) via a long password that is improperly handled during hashing.}, 'License' => MSF_LICENSE, 'Author' =>