clymb3r/PowerShell

Error during dump

azzarin opened this issue · 3 comments

Hey, im getting this error:

.#####. mimikatz 2.0 alpha (x64) release "Kiwi en C" (Dec 14 2015 19:16:34)
.## ^ ##.

/ \ ## /* * *

\ / ## Benjamin DELPY gentilkiwi ( benjamin@gentilkiwi.com )

'## v ##' http://blog.gentilkiwi.com/mimikatz (oe.eo)
'#####' with 17 modules * * */

mimikatz(powershell) # sekurlsa::logonpasswords
ERROR kuhl_m_sekurlsa_acquireLSA ; Logon list

mimikatz(powershell) # exit
Bye!

Any idea how to fix this?

Did you find a solution to this? I experience the same problem on win 10. Not tested on other os version yet

same problem with me but says 15 modules instead of 17..
using windows 10 pro (64 bit);

and on the command prompt following is the error output..

Specified cast is not valid.
At line:2203 char:7

  •     if (($PEInfo.DllCharacteristics -band $Win32Constants.IMAGE_D ...
    
  •         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : OperationStopped: (:) [], InvalidCastException
    • FullyQualifiedErrorId : System.InvalidCastException

Specified cast is not valid.
At line:2261 char:7

  •     if (($PEInfo.DllCharacteristics -band $Win32Constants.IMAGE_D ...
    
  •         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : OperationStopped: (:) [], InvalidCastException
    • FullyQualifiedErrorId : System.InvalidCastException

It would appear this is patched and no longer works on Windows 10