mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 12:17:38 +02:00
Core: Fix LGTM recommendations
This is mostly unused imports and unused variables.
This commit is contained in:
@@ -168,7 +168,6 @@ class Hashdump(interfaces.plugins.PluginInterface):
|
||||
enc_lm_hash = sam_data[lm_offset + 0x04:lm_offset + 0x14]
|
||||
lmhash = cls.decrypt_single_hash(rid, hbootkey, enc_lm_hash, cls.almpassword)
|
||||
elif lm_revision == b'\x02':
|
||||
lm_exists = lm_len == 56
|
||||
if lm_len == 56:
|
||||
lm_salt = sam_data[lm_offset + 4:lm_offset + 20]
|
||||
enc_lm_hash = sam_data[lm_offset + 20:lm_offset + 52]
|
||||
|
||||
Reference in New Issue
Block a user