Moleculer Microservices Project
ID: moleculer-microservices
Severity: low
Author: pussycat0x
Tags: misconfig,microservice,moleculer,exposure
Description
Section titled “Description”Moleculer microservice was able to be accessed with no required authentication in place.
YAML Source
Section titled “YAML Source”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:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/misconfiguration/moleculer-microservices.yaml"