Land #14371, Add version details to drupal_views_user_enum.rb

This commit is contained in:
adfoster-r7
2020-11-10 12:55:03 +00:00
committed by GitHub
@@ -14,7 +14,9 @@ class MetasploitModule < Msf::Auxiliary
'Name' => 'Drupal Views Module Users Enumeration',
'Description' => %q{
This module exploits an information disclosure vulnerability in the 'Views'
module of Drupal, brute-forcing the first 10 usernames from 'a' to 'z'
module of Drupal, brute-forcing the first 10 usernames from 'a' to 'z'.
Drupal 6 with 'Views' module <= 6.x-2.11 are vulnerable. Drupal does not
consider disclosure of usernames as a weakness.
},
'Author' =>
[
@@ -26,6 +28,7 @@ class MetasploitModule < Msf::Auxiliary
'References' =>
[
['URL', 'http://www.madirish.net/node/465'],
['URL', 'https://www.drupal.org/node/1004778'],
],
'DisclosureDate' => '2010-07-02'
))