Skip to content

Commit 6048f21

Browse files
committed
Land rapid7#3552 - Correct DbVisualizer title name
2 parents 73e665b + a62ee99 commit 6048f21

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

lib/msf/core/post/windows.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module Msf::Post::Windows
1313
require 'msf/core/post/windows/registry'
1414
require 'msf/core/post/windows/services'
1515
require 'msf/core/post/windows/wmic'
16+
require 'msf/core/post/windows/netapi'
1617
require 'msf/core/post/windows/shadowcopy'
1718
require 'msf/core/post/windows/user_profiles'
1819
require 'msf/core/post/windows/ldap'

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)