Skip to content

Commit 5c32bb4

Browse files
author
jvazquez-r7
committed
Beautify metadata
1 parent 4f8ba82 commit 5c32bb4

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

modules/post/windows/gather/enum_prefetch.rb

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ def initialize(info={})
1818
super(update_info(info,
1919
'Name' => 'Windows Gather Prefetch File Information',
2020
'Description' => %q{
21-
This module gathers prefetch file information from WinXP, Win2k3 and Win7 systems.
22-
File offset reads for run count, hash and filename are collected from each prefetch file
23-
while Last Modified and Create times are file MACE values.
24-
},
25-
'License' => MSF_LICENSE,
26-
'Author' => ['TJ Glad <fraktaali[at]gmail.com>'],
27-
'Platform' => ['win'],
28-
'SessionType' => ['meterpreter']))
21+
This module gathers prefetch file information from WinXP, Win2k3 and Win7 systems.
22+
Run count, hash and filename information is collected from each prefetch file while
23+
Last Modified and Create times are file MACE values.
24+
},
25+
'License' => MSF_LICENSE,
26+
'Author' => ['TJ Glad <fraktaali[at]gmail.com>'],
27+
'Platform' => ['win'],
28+
'SessionType' => ['meterpreter']
29+
))
2930
end
3031

3132
def print_prefetch_key_value()

0 commit comments

Comments
 (0)