XMCyber / VmwarePasswordDecryptor

Repository from Github https://github.comXMCyber/VmwarePasswordDecryptorRepository from Github https://github.comXMCyber/VmwarePasswordDecryptor

VmwarePasswordDecryptor

Overview

When you connect to a remote server, either ESXi or Vsphere, VMware Workstation gives you the option to save your credentials on your computer. The connection details are saved encrypted. This tool decrypts the configuration details, including the password.

You can read the flow decryption explanation here.

Prerequisites

Run this command:

cd main
pip3 install -r requirement.txt

Get started

To decrypt the connection details, run:

python3 main.py

You'll see similar to the following:

img.png

Usage

main.py [-c|-t]
-c      print fully decrypted configuration data 
-t      test decrypted credentials 
-h      print this help

About


Languages

Language:Python 100.0%