Skip to content

Commit 6feae95

Browse files
author
Tod Beardsley
committed
Fix up funny indent on description
[See rapid7#4770]
1 parent 5f0aeda commit 6feae95

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

modules/auxiliary/gather/wp_ultimate_csv_importer_user_extract.rb

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ def initialize(info = {})
1414
super(update_info(
1515
info,
1616
'Name' => 'WordPress Ultimate CSV Importer User Table Extract',
17-
'Description' => %q{Due to lack of verification of a visitor's
18-
permissions, it is possible to execute the
19-
'export.php' script included in the default
20-
installation of this plugin, and retrieve the full
21-
contents of the user table in the WordPress
22-
installation. This results in full disclosure of
23-
usernames, hashed passwords and email addresses
24-
for all users.},
17+
'Description' => %q{
18+
Due to lack of verification of a visitor's permissions, it is possible
19+
to execute the 'export.php' script included in the default installation of the
20+
Ultimate CSV Importer plugin and retrieve the full contents of the user table
21+
in the WordPress installation. This results in full disclosure of usernames,
22+
hashed passwords and email addresses for all users.
23+
},
2524
'License' => MSF_LICENSE,
2625
'Author' =>
2726
[

0 commit comments

Comments
 (0)