2021-05-22 14:31:28 +00:00
|
|
|
id: pinpoint-unauth
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: PinPoint Unauth
|
|
|
|
author: dhiyaneshDk
|
|
|
|
severity: high
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/pinpoint-apm/pinpoint
|
2023-06-02 23:20:49 +00:00
|
|
|
tags: pippoint,unauth,misconfig
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-05-22 14:31:28 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-05-22 14:31:28 +00:00
|
|
|
- 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
|