2021-07-28 05:50:27 +00:00
|
|
|
id: jenkins-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Jenkins detect (version)
|
|
|
|
author: philippdelteil
|
|
|
|
severity: info
|
2021-07-28 14:59:55 +00:00
|
|
|
tags: tech,jenkins
|
2021-07-28 05:50:27 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "X-Jenkins"
|
|
|
|
part: header
|
|
|
|
|
2021-07-28 14:59:55 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "<title>Sign in [Jenkins]</title>"
|
|
|
|
part: body
|
|
|
|
|
2021-07-28 05:50:27 +00:00
|
|
|
extractors:
|
|
|
|
- type: kval
|
|
|
|
part: header
|
|
|
|
kval:
|
2021-07-28 14:59:55 +00:00
|
|
|
- x_jenkins
|