nuclei-templates/technologies/jenkins-detect.yaml

40 lines
914 B
YAML
Raw Normal View History

id: jenkins-detect
info:
name: Jenkins Detection
author: philippdelteil,daffainfo,c-sh0
severity: info
reference:
- https://www.jenkins.io/doc/book/using/remote-access-api/#RemoteaccessAPI-DetectingJenkinsversion
- https://github.com/jenkinsci/jenkins/pull/470
- https://www.jenkins.io/doc/book/security/access-control/permissions/#access-granted-without-overallread
metadata:
shodan-query: http.favicon.hash:81586312
2021-07-28 14:59:55 +00:00
tags: tech,jenkins
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/whoAmI/"
host-redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: header
words:
- "x-jenkins:"
case-insensitive: true
2021-07-28 14:59:55 +00:00
- type: word
words:
- "Jenkins"
2021-07-28 14:59:55 +00:00
extractors:
- type: kval
kval:
2021-07-28 14:59:55 +00:00
- x_jenkins