Skip to content

P4l1ndr0m/WlsConfR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WlsConfR

Decrypt the entries in a weblogic server's config.xml using the SerializedSystemIni.dat file of the server. The following application server are currently supported (higher/lower versions might work also, I haven't had the chance to test) :

  • Weblogic 8,9, data is encrypted using 3DES (EDE) with CBC and PKCS5Padding
  • Weblogic 10, encryption algorithm is AES using CBC and PKCS5Padding

Usage example

  • make sure the SerializedSystem.ini, config.xml and the WlsConf{8,10}.jar are in the same folder as the main python script
  • execute: python parse_and_decrypt.py
  • profit ! and continue pen-testing :)

About

Webogic (8,9,10) encrypted configuration recovery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published