33 lines
818 B
YAML
33 lines
818 B
YAML
id: jenkins-api-panel
|
|
|
|
info:
|
|
name: Jenkins API Panel - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: Jenkins API panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
cpe: cpe:2.3:a:jenkins:jenkins:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
product: jenkins
|
|
vendor: jenkins
|
|
tags: panel,api,jenkins
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/api/xml"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "hudson.model.Hudson"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a00463044022048e821616230ea1ffb5a4abeaad02226f1b30abde8d08543ab34ed67bac4c60a0220311017a85fe390cc09b37a8c395ecbc0441bc8cc0c4f65bd529d5b7956e9ced1:922c64590222798bb761d5b6d8e72950
|