23 lines
472 B
YAML
23 lines
472 B
YAML
|
id: jenkins-api-panel
|
||
|
|
||
|
info:
|
||
|
name: Jenkins API Instance Detection Template
|
||
|
author: righettod
|
||
|
severity: info
|
||
|
description: Try to detect the presence of a Jenkins API instance via the API default XML endpoint
|
||
|
tags: panel,api,jenkins
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/api/xml"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "hudson.model.Hudson"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|