nuclei-templates/network/java-rmi-detect.yaml

21 lines
365 B
YAML
Raw Normal View History

2021-04-30 15:54:53 +00:00
id: java-rmi-detect
info:
name: Detect Java RMI Protocol
author: F1tz
severity: info
tags: network,rmi
network:
- inputs:
2021-04-30 16:04:18 +00:00
- data: "{{hex_decode('4a524d4900024b')}}"
2021-04-30 15:54:53 +00:00
host:
- "{{Hostname}}"
2021-04-30 16:04:18 +00:00
read-size: 1024
2021-04-30 15:54:53 +00:00
matchers:
- type: regex
part: raw
regex:
- "^N\\x00\\x0e(\\d{1,3}\\.){3}\\d{1,3}\\x00\\x00"