Create jenkins-detect.yaml
test https://gce-jenkins.khanacademy.org https://jenkins.cdl.af.milpatch-1
parent
7d200d7028
commit
c81cec9a36
|
@ -0,0 +1,23 @@
|
|||
id: jenkins-detect
|
||||
|
||||
info:
|
||||
name: Jenkins detect (version)
|
||||
author: philippdelteil
|
||||
severity: info
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "X-Jenkins"
|
||||
part: header
|
||||
|
||||
extractors:
|
||||
- type: kval
|
||||
part: header
|
||||
kval:
|
||||
- X-Jenkins
|
Loading…
Reference in New Issue