Update riak-detect.yaml
parent
c310e2ac99
commit
eecdcf1b16
|
@ -4,10 +4,10 @@ info:
|
|||
name: Riak Detection
|
||||
author: pussycat0x
|
||||
severity: info
|
||||
description: Riak is a distributed NoSQL key-value data store that offers high availability, fault tolerance, operational simplicity, and scalability.
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: product:"Riak"
|
||||
description: Riak is a distributed NoSQL key-value data store that offers high availability, fault tolerance, operational simplicity, and scalability.
|
||||
tags: network,oss
|
||||
|
||||
network:
|
||||
|
@ -18,12 +18,13 @@ network:
|
|||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Host}}:8087"
|
||||
read-size: 2048
|
||||
|
||||
read-size: 2048
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "riak"
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
regex:
|
||||
|
|
Loading…
Reference in New Issue