WebLogic Default Login
ID: weblogic-weak-login
Severity: high
Author: pdteam
Tags: default-login,weblogic,vulhub
Description
Section titled “Description”WebLogic default login credentials were discovered.
YAML Source
Section titled “YAML Source”id: weblogic-weak-login
info: name: WebLogic Default Login author: pdteam severity: high description: WebLogic default login credentials were discovered. reference: - https://github.com/vulhub/vulhub/tree/master/weblogic/weak_password - https://www.s-squaresystems.com/weblogic-default-admin-users-password-change/ classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L cvss-score: 8.3 cwe-id: CWE-522 metadata: max-request: 16 tags: default-login,weblogic,vulhub
http: - raw: - | GET /console/ HTTP/1.1 Host: {{Hostname}} - | POST /console/j_security_check HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
j_username={{ username }}&j_password={{ password }}&j_character_encoding=UTF-8
attack: pitchfork payloads: username: - weblogic - weblogic - weblogic - weblogic - weblogic - admin - admin - system password: - weblogic - weblogic1 - welcome1 - Oracle@123 - weblogic123 - 12345678 - security - password stop-at-first-match: true
matchers-condition: and matchers: - type: word part: header words: - "/console/index.jsp" - "ADMINCONSOLESESSION" condition: and
- type: status status: - 302# digest: 4a0a00473045022100ebfa0ee5c81d71ff8c7b798fd36e1ba04cb8790acac0dbbeadc6e319b9fef6100220056a867dfaad4cde6e79790537b7070c219b7cc88258541d744b2d26beb2a0b4:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/default-logins/weblogic/weblogic-weak-login.yaml"