msftidy - fixed module name
parent
0081c79f39
commit
0c8aa0bd5c
|
@ -13,7 +13,7 @@ class Metasploit3 < Msf::Post
|
|||
def initialize(info = {})
|
||||
super(update_info(
|
||||
info,
|
||||
'Name' => 'Generate CSV Org Chart using Manager Information',
|
||||
'Name' => 'Generate CSV Organisational Chart Data Using Manager Information',
|
||||
'Description' => %{
|
||||
This module will generate a CSV file containing all users and their managers, which can be
|
||||
imported into Visio which will render it.
|
||||
|
|
Loading…
Reference in New Issue