Skip to content

Commit 81c4aee

Browse files
committed
Land rapid7#6270, Update Wordpress module titles
2 parents b2d6458 + 1410d03 commit 81c4aee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/auxiliary/gather/wp_w3_total_cache_hash_extract.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Metasploit3 < Msf::Auxiliary
1212

1313
def initialize
1414
super(
15-
'Name' => 'W3-Total-Cache Wordpress-plugin 0.9.2.4 (or before) Username and Hash Extract',
15+
'Name' => 'WordPress W3-Total-Cache Plugin 0.9.2.4 (or before) Username and Hash Extract',
1616
'Description' =>
1717
"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

modules/auxiliary/scanner/http/wordpress_cp_calendar_sqli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Metasploit4 < Msf::Auxiliary
1414

1515
def initialize(info = {})
1616
super(update_info(info,
17-
'Name' => 'CP Multi-View Calendar Unauthenticated SQL Injection Scanner',
17+
'Name' => 'WordPress CP Multi-View Calendar Unauthenticated SQL Injection Scanner',
1818
'Description' => %q{
1919
This module will scan given instances for an unauthenticated SQL injection
2020
within the CP Multi-View Calendar plugin v1.1.4 for Wordpress.

modules/auxiliary/scanner/http/wp_contus_video_gallery_sqli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Metasploit4 < Msf::Auxiliary
1313

1414
def initialize(info = {})
1515
super(update_info(info,
16-
'Name' => 'Contus Video Gallery Unauthenticated SQL Injection Scanner',
16+
'Name' => 'WordPress Contus Video Gallery Unauthenticated SQL Injection Scanner',
1717
'Description' => %q{
1818
This module attempts to exploit a UNION-based SQL injection in Contus Video
1919
Gallery for Wordpress version 2.7 and likely prior in order if the instance is

0 commit comments

Comments
 (0)