Skip to content

Moleculer Microservices Project

ID: moleculer-microservices

Severity: low

Author: pussycat0x

Tags: misconfig,microservice,moleculer,exposure

Moleculer microservice was able to be accessed with no required authentication in place.

id: moleculer-microservices
info:
name: Moleculer Microservices Project
author: pussycat0x
severity: low
description: |
Moleculer microservice was able to be accessed with no required authentication in place.
metadata:
verified: true
max-request: 1
shodan-query: title:"Moleculer Microservices Project"
tags: misconfig,microservice,moleculer,exposure
http:
- 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:
- 200
# digest: 490a00463044022062232402d3b09babd29c7ccdca8a9d7a53e3b13d19ce78add090fe74ddfdf1c2022034d5abf0fb2e8191c93285d9e8c97f55e5e7305583a2aa650513bc27d79a70cb:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/moleculer-microservices.yaml"

View on Github