fix msftidy warnings

bug/bundler_fix
Christian Mehlmauer 2015-01-18 23:54:16 +01:00
parent 294cd80a08
commit 6014ff8a31
No known key found for this signature in database
GPG Key ID: BCFF4FA966BC32C7
1 changed files with 3 additions and 3 deletions

View File

@ -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' =>