nuclei-templates/misconfiguration/moleculer-microservices.yaml

35 lines
736 B
YAML
Raw Normal View History

2023-02-10 08:04:19 +00:00
id: moleculer-microservices
info:
2023-02-10 08:04:19 +00:00
name: Moleculer Microservices Project
author: pussycat0x
severity: low
description: |
Moleculer microservice was able to be accessed with no required authentication in place.
metadata:
2023-02-10 08:04:19 +00:00
verified: "true"
shodan-query: title:"Moleculer Microservices Project"
2023-02-10 08:04:19 +00:00
tags: misconfig,microservice,moleculer,exposure
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "Moleculer Microservices Project"
- "Service/Action name"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
2023-02-10 08:04:19 +00:00
- 200