Giter VIP home page Giter VIP logo

impdump's People

Contributors

harmj0y avatar itscooper avatar taherio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

impdump's Issues

Traceback during extraction

When running impdump and pointing to the SYSTEM and output files it immediately returns this error.

Traceback (most recent call last):
File "impdump.py", line 246, in
decKrbtgt(sys.argv[1], sys.argv[2])
File "impdump.py", line 145, in decKrbtgt
print decUserHash(bootkey, rawPekKey, "krbtgt", rawRID, "", rawNTLMhash)
File "impdump.py", line 32, in decUserHash
rid = int(rawRID[48:],16)
TypeError: 'NoneType' object has no attribute 'getitem'

ValueError: Input strings must be a multiple of 8 in length

Hi,

I have no idea if this project is still maintained but here's an error I'm getting when running impdump.py.

Traceback (most recent call last):
  File "/root/Crack/ImpDump/impdump.py", line 241, in <module>
    decUserHashes(sys.argv[1], sys.argv[2])
  File "/root/Crack/ImpDump/impdump.py", line 190, in decUserHashes
    print decUserHash(bootkey, rawPekKey, name, rawRID, "", rawNTLMhash)
  File "/root/Crack/ImpDump/impdump.py", line 53, in decUserHash
    ntlm = ds_decrypt_single_hash(rid, encNTLM)
  File "/root/Crack/ImpDump/framework/win32/dshashdump.py", line 58, in ds_decrypt_single_hash
    hash = d1.decrypt(enc_hash[:8]) + d2.decrypt(enc_hash[8:])
  File "/usr/lib/python2.7/dist-packages/Crypto/Cipher/blockalgo.py", line 295, in decrypt
    return self._cipher.decrypt(ciphertext)
ValueError: Input strings must be a multiple of 8 in length

This is when I try to run it against a ntds.dit extract of a Windows Server 2016 DC, if it makes any difference. It worked fine with one from Windows Server 2008.

I can provide any information required to track down and fix this bug (other than the ntds.dit and SYSTEM files of course).

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.