nuclei-templates/network/detection/weblogic-t3-detect.yaml

66 lines
1.1 KiB
YAML

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.
metadata:
max-request: 2
tags: network,weblogic,detect
tcp:
- inputs:
- data: "t3 12.2.1
AS:255
HL:19
MS:10000000
PU:t3://us-l-breens:7001
\n"
host:
- "{{Hostname}}"
read-size: 1024
matchers:
- type: word
words:
- "HELO"
extractors:
- type: regex
part: body
group: 1
regex:
- "HELO:(.*).false"
- inputs:
- data: "t3s 12.2.1
AS:255
HL:19
MS:10000000
PU:t3://us-l-breens:7001
\n"
host:
- "tls://{{Hostname}}"
read-size: 1024
matchers:
- type: word
words:
- "HELO"
extractors:
- type: regex
part: body
group: 1
regex:
- "HELO:(.*).false"