An open API service indexing awesome lists of open source software.

https://github.com/caledoniaproject/weblogic-decryptor

Weblogic password decryption, JARs copied from wls12130
https://github.com/caledoniaproject/weblogic-decryptor

Last synced: 10 months ago
JSON representation

Weblogic password decryption, JARs copied from wls12130

Awesome Lists containing this project

README

          

How to use that?
----------------

Put `boot.properties` into data/ and `SerializedSystemIni.dat` into data/security/

Cross-domain decryption will not work.

Decryption
----------

Once the two files mentioned above is in place, simply run `make run`:


%> make run
username: weblogic
password: z20059864y

There you go!

Notes from Author
-----------------

Tested against AES / 3DES algorithm, works. The jars in this repository are copied from latest weblogic distribution (version string `wls12130`)