jenkins-api-panel: Jenkins API Instance Detection Template

日期: 2025-09-01 | 影响软件: jenkins-api-panel | POC: 已公开

漏洞描述

Try to detect the presence of a Jenkins API instance via the API default XML endpoint

PoC代码[已公开]

id: jenkins-api-panel

info:
  name: Jenkins API Instance Detection Template
  author: righettod
  severity: info
  verified: true
  description: Try to detect the presence of a Jenkins API instance via the API default XML endpoint

rules:
    r0:
        request:
            method: GET
            path: /api/xml
        expression: response.status == 200 && response.body.bcontains(b"hudson.model.Hudson")
expression: r0()

相关漏洞推荐