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
- Host: GitHub
- URL: https://github.com/caledoniaproject/weblogic-decryptor
- Owner: CaledoniaProject
- Created: 2014-08-15T13:27:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-15T13:45:22.000Z (almost 12 years ago)
- Last Synced: 2025-03-13T19:12:41.578Z (over 1 year ago)
- Language: Java
- Size: 71.7 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`)