creddump icon indicating copy to clipboard operation
creddump copied to clipboard

cachedump.py - 'NoneType' object has no attribute 'Class'

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

What steps will reproduce the problem?
1. ./cachedump.py sys sec


Traceback (most recent call last):
  File "./cachedump.py", line 32, in <module>
    dump_file_hashes(sys.argv[1], sys.argv[2])
  File "/root/Tars/creddump-0.1/framework/win32/domcachedump.py", line 114,
in dump_file_hashes
    for (u, d, dn, hash) in dump_hashes(sysaddr, secaddr):
  File "/root/Tars/creddump-0.1/framework/win32/domcachedump.py", line 67,
in dump_hashes
    bootkey = get_bootkey(sysaddr)
  File "/root/Tars/creddump-0.1/framework/win32/hashdump.py", line 116, in
get_bootkey
    class_data = sysaddr.read(key.Class.value, key.ClassLength.value)
AttributeError: 'NoneType' object has no attribute 'Class'

Fedora 8



Original issue reported on code.google.com by [email protected] on 2 May 2008 at 3:40

GoogleCodeExporter avatar Apr 06 '15 00:04 GoogleCodeExporter