4/23/08

PWDumpX: Windows encrypted password retrieveal

PWDumpX is a free open-source utility that provides system administrators the ability to retrieve the domain password cache, password hashes and LSA secrets from either local or remote Windows systems.

If you provide an input list of remote systems, PWDumpX will attempt to obtain the domain password cache, the password hashes and the LSA secrets from each remote Windows system in a multi-threaded fashion - up to 64 systems simultaneously. The retrieved information is encrypted as they are transfered over the network.

PWDumpX requires Windows NT - 2003. You can download PWDumpX here.

How to Change JKS KeyStore Private Key Password

Use following keytool command to change the key store password >keytool  -storepasswd  -new [new password ]  -keystore  [path to key stor...