We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac82b8 commit ef30858Copy full SHA for ef30858
modules/post/windows/gather/enum_prefetch.rb
@@ -156,7 +156,7 @@ def run
156
# Goes through the files in Prefetch directory, creates file paths for the
157
# gather_pf_info function that enumerates all the pf info
158
159
- getfile_prefetch_filenames = client.fs.file.search(full_path,file_type,timeout=-1)
+ getfile_prefetch_filenames = client.fs.file.search(full_path,file_type)
160
if getfile_prefetch_filenames.empty? or getfile_prefetch_filenames.nil?
161
print_error("Could not find/access any .pf files. Can't continue. (Might be temporary error..)")
162
return nil
0 commit comments