Skip to content

XMCyber/VmwarePasswordDecryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages