Skip to content

Commit 674c3ca

Browse files
committed
Use [] for references
1 parent 3d2a62b commit 674c3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/gather/wp_w3_total_cache_hash_extract.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def initialize
1414
super(
1515
'Name' => 'W3-Total-Cache Wordpress-plugin 0.9.2.4 (or before) Username and Hash Extract',
1616
'Description' =>
17-
"The W3-Total-Cache Wordpress Plugin <= 0.9.2.4 can cache database statements
17+
"The W3-Total-Cache Wordpress Plugin <= 0.9.2.4 can cache database statements
1818
and it's results in files for fast access. Version 0.9.2.4 has been fixed afterwards
1919
so it can be vulnerable. These cache files are in the webroot of the Wordpress
2020
installation and can be downloaded if the name is guessed. This modules tries to
@@ -24,7 +24,7 @@ def initialize
2424
'License' => MSF_LICENSE,
2525
'References' =>
2626
[
27-
%w(OSVDB 88744),
27+
['OSVDB', '88744'],
2828
['URL', 'http://seclists.org/fulldisclosure/2012/Dec/242']
2929
],
3030
'Author' =>

0 commit comments

Comments
 (0)