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

28 lines
452 B
YAML
Raw Normal View History

2021-06-01 10:53:26 +00:00
id: alibaba-mongoshake-unauth
info:
name: Alibaba Mongoshake Unauth
author: pikpikcu
severity: info
tags: mongoshake,unauth
requests:
- method: GET
path:
2021-06-01 19:46:41 +00:00
- '{{BaseURL}}/'
2021-06-01 10:53:26 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-06-01 19:46:41 +00:00
- '{"Uri":"/worker","Method":"GET"}'
- type: word
words:
- 'text/plain'
part: header
2021-06-01 10:53:26 +00:00
- type: status
status:
- 200