Unauthenticated Moleculer Microservices
parent
d04505bf81
commit
e2b5ab9ff7
|
@ -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
|
Loading…
Reference in New Issue