28 lines
452 B
YAML
28 lines
452 B
YAML
id: alibaba-mongoshake-unauth
|
|
|
|
info:
|
|
name: Alibaba Mongoshake Unauth
|
|
author: pikpikcu
|
|
severity: info
|
|
tags: mongoshake,unauth
|
|
|
|
requests:
|
|
- 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
|