8000 GitHub - sophmore8/weblogic-decryptor: Weblogic password decryption, JARs copied from wls12130
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sophmore8/weblogic-decryptor

 
8000
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Weblogic password decryption, JARs copied from wls12130

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 86.6%
  • Makefile 13.4%
0