File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
modules/post/windows/gather Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,15 @@ def initialize(info={})
18
18
super ( update_info ( info ,
19
19
'Name' => 'Windows Gather Prefetch File Information' ,
20
20
'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
+ ) )
29
30
end
30
31
31
32
def print_prefetch_key_value ( )
You can’t perform that action at this time.
0 commit comments