Skip to content

Weblogic T3 Protocol Detection

ID: weblogic-t3-detect

Severity: info

Author: F1tz,milo2012,wdahlenb

Tags: network,weblogic,detect,t3,oracle,detection,tcp

T3 is the protocol used to transport information between WebLogic servers and other types of Java programs.

id: weblogic-t3-detect
info:
name: Weblogic T3 Protocol Detection
author: F1tz,milo2012,wdahlenb
severity: info
description: |
T3 is the protocol used to transport information between WebLogic servers and other types of Java programs.
impact: |
May indicate potential exposure to Weblogic T3 Protocol vulnerabilities
remediation: |
Ensure proper configuration and security measures are in place for Weblogic T3 Protocol
metadata:
max-request: 2
tags: network,weblogic,detect,t3,oracle,detection,tcp
tcp:
- inputs:
- data: "t3 12.2.1\nAS:255\nHL:19\nMS:10000000\nPU:t3://us-l-breens:7001\n\n"
host:
- "{{Hostname}}"
port: 7001
read-size: 1024
matchers:
- type: word
words:
- "HELO"
extractors:
- type: regex
part: body
group: 1
regex:
- "HELO:(.*).false"
- inputs:
- data: "t3s 12.2.1\nAS:255\nHL:19\nMS:10000000\nPU:t3://us-l-breens:7001\n\n"
host:
- "tls://{{Hostname}}"
read-size: 1024
port: 7002
matchers:
- type: word
words:
- "HELO"
extractors:
- type: regex
part: body
group: 1
regex:
- "HELO:(.*).false"
# digest: 4b0a00483046022100b831f0a61bc4a78605e689d644dfae01b3bac4dce5367a7cee0108668fd19822022100f4c6e1a3c474dd4e680a45c61def68f01ecf923ebd47b0c4e34277b7b9b874cd:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "network/detection/weblogic-t3-detect.yaml"

View on Github