mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-01 00:03:39 +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: 4a0a00473045022016516e71dc6d49881fa2479bde5356c5bab6e6935831dfffe273dceddb99399a022100d4213650f610445f73f4526c67eed0ebacbc2d1e7d999ae17cbd28939cf9e4df:922c64590222798bb761d5b6d8e72950 |