Weblogic 备忘录
0x00: 常见Weblogic
0x01: 主要攻击面
0x02: 常见漏洞相关路径
一. console
# 常见密码
weblogic/weblogic
weblogic/weblogic123
weblogic/Weblogic123
weblogic/Oracle123
weblogic/Oracle@123
/console
/console/login/LoginForm.jsp
二. _async
/_async/AsyncResponseService
/_async/AsyncResponseServiceHttps
/_async/AsyncResponseServiceJms
/_async/AsyncResponseServiceSoap12
/_async/AsyncResponseServiceSoap12Https
/_async/AsyncResponseServiceSoap12Jms
三. wls-wsat
/wls-wsat/CoordinatorPortType
/wls-wsat/CoordinatorPortType11
/wls-wsat/ParticipantPortType
/wls-wsat/ParticipantPortType11
/wls-wsat/RegistrationPortTypeRPC
/wls-wsat/RegistrationPortTypeRPC11
/wls-wsat/RegistrationRequesterPortType
/wls-wsat/RegistrationRequesterPortType11
四. 其他
/uddiexplorer/
/ws_utc/begin.do
/ws_utc/resources/setting/options/general
/bea_wls_management_internal2/wl_management
/bea_wls_deployment_internal/DeploymentService
0x03: 密文解密方法
解密的对象主要包括两种:
一:数据库连接字符串位置
一般是在 config/jdbc 目录下的 **jdbc.xml 文件中
如:/root/Oracle/Middleware/user_projects/domains/base_domain/config/jdbc/orcl-jdbc.xml
二:console登录用户名和密码位置
一般是在security目录
如:/root/Oracle/Middleware/user_projects/domains/base_domain/security/boot.properties
三:密钥文件位置
即 SerializedSystemIni.dat 文件位置
如:/root/Oracle/Middleware/user_projects/domains/base_domain/security/SerializedSystemIni.dat
主流解密方法:
参考文章:
https://github.com/TideSec/Decrypt_Weblogic_Password
0x04: 参考链接
原文:https://www.cnblogs.com/nul1/p/13083964.html