Skip to content

Commit 4072cbd

Browse files
committed
Bitlocker -> BitLocker
1 parent 7e5b03c commit 4072cbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/post/windows/gather/enum_ad_bitlocker.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ class Metasploit3 < Msf::Post
1313

1414
def initialize(info = {})
1515
super(update_info(info,
16-
'Name' => 'Windows Gather Active Directory Bitlocker Recovery',
16+
'Name' => 'Windows Gather Active Directory BitLocker Recovery',
1717
'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
1919
directory. Requires Domain Admin or other delegated privileges.
20-
),
20+
),
2121
'License' => MSF_LICENSE,
2222
'Author' => [ 'Ben Campbell <ben.campbell[at]mwrinfosecurity.com>' ],
2323
'Platform' => [ 'win' ],
@@ -48,7 +48,7 @@ def run
4848

4949
# Results table holds raw string data
5050
results_table = Rex::Ui::Text::Table.new(
51-
'Header' => 'Bitlocker Recovery Passwords',
51+
'Header' => 'BitLocker Recovery Passwords',
5252
'Indent' => 1,
5353
'SortIndex' => -1,
5454
'Columns' => fields

0 commit comments

Comments
 (0)