nuclei-templates/misconfiguration/pinpoint-unauth.yaml

32 lines
565 B
YAML
Raw Normal View History

2021-05-22 14:31:28 +00:00
id: pinpoint-unauth
info:
name: PinPoint Unauth
author: dhiyaneshDk
severity: high
reference: https://github.com/pinpoint-apm/pinpoint
tags: pippoint,unauth
requests:
- method: GET
path:
- '{{BaseURL}}/applications.pinpoint'
2021-05-23 19:56:48 +00:00
2021-05-22 14:31:28 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "applicationName"
- "serviceType"
2021-05-23 19:56:48 +00:00
condition: and
2021-05-22 14:31:28 +00:00
part: body
2021-05-23 19:56:48 +00:00
2021-05-22 14:31:28 +00:00
- type: word
words:
- "application/json"
part: header
2021-05-23 19:56:48 +00:00
2021-05-22 14:31:28 +00:00
- type: status
status:
- 200