Skip to content

paulogpafilho/wls-password-decryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weblogic Password Decryptor

Created by Paulo Albuquerque

Email: [email protected]

This is a simple Weblogic password decryptor.

Useful if you forgot a password for the admin user, any of the datasources passwords or other domain passwords.

Usage:

  • Compile the class (weblogic.jar or wlfullclient.jar required in the classpath for compilation)
  • Copy the script decrypt.(sh/cmd) to the same location as the java .class file
  • Run the command:
   decrypt.sh DOMAIN_HOME WLS_HOME

where:

  • DOMAIN_HOME is the full path to the domain which you want to decrypt its passwords.
  • WLS_HOME is the full path to the Weblogic Binaries for the domain which you want to decrypt its passwords.

example:

   decrypt.sh /u02/oracle/domains/base_domain /u01/oracle/Middleware/wlserver_10.3

The Java program will scan the domain and try to decrypt the passwords from config.xml, boot.properties (if present) and all datasource xml under /config/jdbc/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published