37 lines
803 B
YAML
37 lines
803 B
YAML
id: pinpoint-unauth
|
|
|
|
info:
|
|
name: PinPoint Unauth
|
|
author: dhiyaneshDk
|
|
severity: high
|
|
reference:
|
|
- https://github.com/pinpoint-apm/pinpoint
|
|
metadata:
|
|
max-request: 1
|
|
tags: pippoint,unauth,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/applications.pinpoint'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "applicationName"
|
|
- "serviceType"
|
|
condition: and
|
|
part: body
|
|
|
|
- type: word
|
|
words:
|
|
- "application/json"
|
|
part: header
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a004730450220720fec38cacd36fac5790e2ae1d018a85439dd251463f8bb4424280af848f289022100e4ae98631a71d2271022a079a35d2a34af8d16c9df88e65930566ef5ff757e0b:922c64590222798bb761d5b6d8e72950
|