nuclei-templates/network/detection/riak-detect.yaml

32 lines
668 B
YAML
Raw Normal View History

2022-10-30 18:57:20 +00:00
id: riak-detect
info:
name: Riak Detection
author: pussycat0x
severity: info
2022-10-31 08:40:13 +00:00
description: Riak is a distributed NoSQL key-value data store that offers high availability, fault tolerance, operational simplicity, and scalability.
2022-10-30 18:57:20 +00:00
metadata:
verified: true
2022-10-31 07:06:33 +00:00
shodan-query: product:"Riak"
2022-10-30 18:57:20 +00:00
tags: network,oss
network:
- inputs:
- data: 0000000107
type: hex
host:
- "{{Hostname}}"
- "{{Host}}:8087"
2022-10-31 08:40:13 +00:00
read-size: 2048
2022-10-30 18:57:20 +00:00
matchers:
2022-10-30 19:01:06 +00:00
- type: word
2022-10-30 19:05:01 +00:00
words:
- "riak"
2022-10-31 08:40:13 +00:00
2022-10-30 18:57:20 +00:00
extractors:
- type: regex
regex:
2022-10-30 19:01:06 +00:00
- "riak@([0-9.]+)..([0-9.]+([a-z]+[0-9]))"