mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
27 lines
1005 B
YAML
27 lines
1005 B
YAML
id: java-rmi-detect
|
|
|
|
info:
|
|
name: Java Remote Method Invocation Protocol - Detect
|
|
author: F1tz
|
|
severity: info
|
|
description: |
|
|
Java Remote Method Invocation protocol is susceptible to information disclosure. It allows for unauthenticated network attacks, which can result in unauthorized operating system takeover including arbitrary code execution.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: network,rmi,java,detect,detection,tcp,discovery
|
|
tcp:
|
|
- inputs:
|
|
- data: "{{hex_decode('4a524d4900024b')}}"
|
|
host:
|
|
- "{{Hostname}}"
|
|
read-size: 1024
|
|
matchers:
|
|
- type: regex
|
|
part: raw
|
|
regex:
|
|
- "^N\\x00\\x0e(\\d{1,3}\\.){3}\\d{1,3}\\x00\\x00"
|
|
# digest: 4a0a004730450220547e9e6a93cd7a761fdd730ea88d5b755f504b91ad348dcd197104beaa8fca950221009634756cfef481771a35f6fb70a24394bb816d1b2251408eef2aea095ab20106:922c64590222798bb761d5b6d8e72950 |