Skip to content

Commit a41768f

Browse files
author
Tod Beardsley
committed
Correct DbVisualizer title name
I think "DbVis Software" is the name of the company and the product itself is called DbVisualizer. Also fixed the description on the WPTouch module.
1 parent b3c7fff commit a41768f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/exploits/unix/webapp/wp_wptouch_file_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def initialize(info = {})
2222
upload arbitrary files to the upload folder. Because the plugin also
2323
uses it's own file upload mechanism instead of the wordpress api it's
2424
possible to upload any file type.
25-
The user provided does not need special rights. Also users with "Contributer"
25+
The user provided does not need special rights, and users with "Contributor"
2626
role can be abused.
2727
},
2828
'Author' =>

modules/post/multi/gather/dbvis_enum.rb

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

1515
def initialize(info={})
1616
super( update_info( info,
17-
'Name' => 'Multi Gather Dbvis Connections Settings',
17+
'Name' => 'Multi Gather DbVisualizer Connections Settings',
1818
'Description' => %q{
1919
DbVisualizer stores the user database configuration in dbvis.xml.
2020
This module retrieves the connections settings from this file.

modules/post/multi/manage/dbvis_add_db_admin.rb

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

1414
def initialize(info={})
1515
super( update_info( info,
16-
'Name' => 'Multi Manage Dbvis Add Db Admin',
16+
'Name' => 'Multi Manage DbVisualizer Add Db Admin',
1717
'Description' => %q{
1818
Dbvisulaizer offers a command line functionality to execute SQL pre-configured databases
1919
(With GUI). The remote database can be accessed from the command line without the need

0 commit comments

Comments
 (0)