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 @@ -15,10 +15,10 @@ def initialize(info = {})
15
15
super ( update_info ( info ,
16
16
'Name' => 'Windows File Gather File from Raw NTFS' ,
17
17
'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
+ } ,
22
22
'License' => 'MSF_LICENSE' ,
23
23
'Platform' => [ 'win' ] ,
24
24
'SessionTypes' => [ 'meterpreter' ] ,
You can’t perform that action at this time.
0 commit comments