Skip to content

Commit d7fa06d

Browse files
committed
Fix off-by-one whitespace
1 parent c156ed6 commit d7fa06d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/post/windows/gather/file_from_raw_ntfs.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ def initialize(info = {})
1515
super(update_info(info,
1616
'Name' => 'Windows File Gather File from Raw NTFS',
1717
'Description' => %q{
18-
This module gathers a file using the raw NTFS device, bypassing some Windows restrictions
19-
such as open file with write lock. Because it avoids the usual file locking issues, it can
20-
be used to retrieve files such as NTDS.dit.
21-
},
18+
This module gathers a file using the raw NTFS device, bypassing some Windows restrictions
19+
such as open file with write lock. Because it avoids the usual file locking issues, it can
20+
be used to retrieve files such as NTDS.dit.
21+
},
2222
'License' => 'MSF_LICENSE',
2323
'Platform' => ['win'],
2424
'SessionTypes' => ['meterpreter'],

0 commit comments

Comments
 (0)