File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
modules/post/windows/gather Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ class Metasploit3 < Msf::Post
13
13
14
14
def initialize ( info = { } )
15
15
super ( update_info ( info ,
16
- 'Name' => 'Windows Gather Active Directory Bitlocker Recovery' ,
16
+ 'Name' => 'Windows Gather Active Directory BitLocker Recovery' ,
17
17
'Description' => %(
18
- This module will enumerate bitlocker reocvery passwords in the default AD
18
+ This module will enumerate BitLocker reocvery passwords in the default AD
19
19
directory. Requires Domain Admin or other delegated privileges.
20
- ) ,
20
+ ) ,
21
21
'License' => MSF_LICENSE ,
22
22
'Author' => [ 'Ben Campbell <ben.campbell[at]mwrinfosecurity.com>' ] ,
23
23
'Platform' => [ 'win' ] ,
@@ -48,7 +48,7 @@ def run
48
48
49
49
# Results table holds raw string data
50
50
results_table = Rex ::Ui ::Text ::Table . new (
51
- 'Header' => 'Bitlocker Recovery Passwords' ,
51
+ 'Header' => 'BitLocker Recovery Passwords' ,
52
52
'Indent' => 1 ,
53
53
'SortIndex' => -1 ,
54
54
'Columns' => fields
You can’t perform that action at this time.
0 commit comments