Skip to content

Commit ef82308

Browse files
committed
Working versio
1 parent b325976 commit ef82308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/windows/gather/enum_prefetch.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
require 'rex'
99
require 'msf/core/post/windows/registry'
1010
class Metasploit3 < Msf::Post
11+
1112
include Msf::Post::Windows::Priv
1213

1314
def initialize(info={})
@@ -200,7 +201,6 @@ def run
200201
else
201202
filename = File.join(file['path'], file['name'])
202203
gather_prefetch_info(name_offset, hash_offset, lastrun_offset, runcount_offset, filename, table)
203-
204204
end
205205
end
206206
end

0 commit comments

Comments
 (0)