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