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 2ebfdcc commit bc593aaCopy full SHA for bc593aa
modules/post/windows/gather/enum_prefetch.rb
@@ -28,7 +28,7 @@ def initialize(info={})
28
'SessionType' => ['meterpreter']))
29
end
30
31
- def prefetch_key_value()
+ def print_prefetch_key_value()
32
# Checks if Prefetch registry key exists and what value it has.
33
prefetch_key_value = registry_getvaldata("HKLM\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Memory Management\\PrefetchParameters", "EnablePrefetcher")
34
if prefetch_key_value == 0
@@ -145,7 +145,7 @@ def run
145
"Hash",
146
"Filename"
147
])
148
- prefetch_key_value
+ print_prefetch_key_value
149
timezone_key_values(key_value)
150
print_good("Current UTC Time: %s" % Time.now.utc)
151
sys_root = expand_path("%SYSTEMROOT%")
0 commit comments