Jenkins Detection
ID: jenkins-detect
Severity: info
Author: philippdelteil,daffainfo,c-sh0,AdamCrosser
Tags: tech,jenkins,detect
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: jenkins-detect
info: name: Jenkins Detection author: philippdelteil,daffainfo,c-sh0,AdamCrosser 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 classification: cpe: cpe:2.3:a:jenkins:jenkins:*:*:*:*:*:*:*:* metadata: max-request: 2 vendor: jenkins product: jenkins shodan-query: - http.favicon.hash:81586312 - cpe:"cpe:2.3:a:jenkins:jenkins" - product:"jenkins" category: devops fofa-query: icon_hash=81586312 tags: tech,jenkins,detect
http: - 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
- type: word words: - "Jenkins"
extractors: - type: kval name: version kval: - x_jenkins
- type: kval kval: - version# digest: 4a0a00473045022100966fc4b56f8662966a04ab7ac5f11496ff48f3dbb4a199ca8d5f1c145b165f24022010dfb7932f12e427d5eba46c714be39381924382eed2693f79d1426c10198d27:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/jenkins-detect.yaml"