Works. Needs just FILETIME converter

bug/bundler_fix
jiuweigui 2013-07-12 23:31:52 +03:00
parent ce8f3d2a62
commit 84f30b2379
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@ class Metasploit3 < Msf::Post
def initialize(info={})
super(update_info(info,
'Name' => 'Prefetch Tool',
'Name' => 'Windows Gather Prefetch File Information',
'Description' => %q{ Gathers information from Windows Prefetch files.},
'License' => MSF_LICENSE,
'Author' => ['Timo Glad <fraktaali[at]gmail.com>'],
'Author' => ['jiuweigui <fraktaali[at]gmail.com>'],
'Platform' => ['win'],
'SessionType' => ['meterpreter']
))