added cachedump and lsadump

This commit is contained in:
Jack Wenger
2020-08-23 21:32:27 +01:00
committed by ikelos
parent c0942146af
commit 4bcb339df8
@@ -80,9 +80,12 @@ class Hashdump(interfaces.plugins.PluginInterface):
if not root:
return None
lsa = syshive.get_key(lsa_base)
if not lsa:
try:
lsa = syshive.get_key(lsa_base)
except KeyError:
vollog.debug("Unable to read hashes from registry")
return None
bootkey = ''