Skip to content

Jenkins API Panel - Detect

ID: jenkins-api-panel

Severity: info

Author: righettod

Tags: panel,api,jenkins

Jenkins API panel was detected.

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
vendor: jenkins
product: jenkins
shodan-query:
- cpe:"cpe:2.3:a:jenkins:jenkins"
- http.favicon.hash:81586312
- product:"jenkins"
fofa-query: icon_hash=81586312
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: 490a00463044022077b19ee2de96b9ce014217bedc91839f07a6e8ebcb75d26a44c81fefa4401ea6022052526afcac34a638e9712457fa5c16831ad44018cc0a084e8f8e53a5f958f5f7:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/jenkins-api-panel.yaml"

View on Github