nuclei-templates/http/misconfiguration/alibaba-mongoshake-unauth.yaml

30 lines
487 B
YAML

id: alibaba-mongoshake-unauth
info:
name: Alibaba Mongoshake Unauth
author: pikpikcu
severity: info
tags: mongoshake,unauth,alibaba
metadata:
max-request: 1
http:
- method: GET
path:
- '{{BaseURL}}/'
matchers-condition: and
matchers:
- type: word
words:
- '{"Uri":"/worker","Method":"GET"}'
- type: word
words:
- 'text/plain'
part: header
- type: status
status:
- 200