Skip to content

RichHacks/Go-DeCrypt-DbVis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decrypt-dbvis ~ Stephan Hradek

Description

DbVisualizer uses PBEWithMD5AndDES with a static key to store passwords.

This is a quick hack to extract and decrypt credentials from DbVisualizer config files.

Tested against DbVisualizer Free 9.0.9 and 9.1.6, as well as Pro 24.1.4

This go programm was created using gerry/decrypt_dbvis.py as a guideline.

Motivation

Since Mac OS no longer has Python installed. Also I'm not a Python programmer and I'm currently learning Go, I decided to convert gerry/decrypt_dbvis.py to Go.

Compilation using Go

If you have Go installed, check the Dockerfile to see the easy build steps.

Compilation using Docker

If you do not have Go installed, but Docker, simply use

./build # to build for intel Mac
./build linux # to build for linux 64 Bit

Check the build script to see the other options.

Installation

Simply move the compiled decrypt-dbvis to somewhere in your $PATH.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 87.5%
  • Shell 12.5%