File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def initialize(info = {})
22
22
upload arbitrary files to the upload folder. Because the plugin also
23
23
uses it's own file upload mechanism instead of the wordpress api it's
24
24
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 "
26
26
role can be abused.
27
27
} ,
28
28
'Author' =>
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class Metasploit3 < Msf::Post
14
14
15
15
def initialize ( info = { } )
16
16
super ( update_info ( info ,
17
- 'Name' => 'Multi Gather Dbvis Connections Settings' ,
17
+ 'Name' => 'Multi Gather DbVisualizer Connections Settings' ,
18
18
'Description' => %q{
19
19
DbVisualizer stores the user database configuration in dbvis.xml.
20
20
This module retrieves the connections settings from this file.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class Metasploit3 < Msf::Post
13
13
14
14
def initialize ( info = { } )
15
15
super ( update_info ( info ,
16
- 'Name' => 'Multi Manage Dbvis Add Db Admin' ,
16
+ 'Name' => 'Multi Manage DbVisualizer Add Db Admin' ,
17
17
'Description' => %q{
18
18
Dbvisulaizer offers a command line functionality to execute SQL pre-configured databases
19
19
(With GUI). The remote database can be accessed from the command line without the need
You can’t perform that action at this time.
0 commit comments