Unauthenticated Moleculer Microservices

patch-1
pussycat0x 2023-02-10 11:22:26 +05:30 committed by GitHub
parent d04505bf81
commit e2b5ab9ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: unauthenticated-moleculer-microservices
info:
name: Unauthenticated Moleculer Microservices Project
author: pussycat0x
severity: low
description: |
Moleculer microservice was able to be accessed with no required authentication in place.
metadata:
verified: true
shodan-query: title:"Moleculer Microservices Project"
tags: misconfig,unauth,microservice,moleculer
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:
- 200