Tag Archives: recover

Recovery: Recover files from SD Cards or dd image

Hi,

linux has 3 tools for recovering files from a (damaged) SD Card or from an dd image taken by ddrescue. Usually all tools need an empty output directory.

Continue reading Recovery: Recover files from SD Cards or dd image

Advertisment to support michlstechblog.info

Windows: Get WLAN key(s)

Hi,

when the Password for a wireless connections is stored in Windows it can be red from command line.
Continue reading Windows: Get WLAN key(s)

Windows: Script to recover lost Passwords from a unattend/sysprep.xml file

Hi,

Passwords for new users or for joining a domain could defined in plain text or encrypted at sysprep.xml or unattend.xml file. But they are not “really” encrypted.

Continue reading Windows: Script to recover lost Passwords from a unattend/sysprep.xml file

Linux: btrfs command line examples

Hi,

my collection of btrfs command line snippets.

Continue reading Linux: btrfs command line examples

Windows: Recover lost passwords from memory

Hi,

if a User is logged on and forget it’s password you can dump to lsa process and recover the password from a dump file.

Two tools are needed:

  • Microsoft’s sysinternals procdump
  • mimikatz. A tool to play with windows security. Take care when download precompiled binaries. Better get the source code from github and compile it yourself.  Its very easy

Lets start. Login as a User with administrator permissions and dump the lsass process
Continue reading Windows: Recover lost passwords from memory