Jenkins Login Detected
ID: jenkins-login
Severity: info
Author: pdteam
Tags: panel,jenkins
Description
Section titled “Description”Jenkins is an open source automation server.
YAML Source
Section titled “YAML Source”id: jenkins-login
info: name: Jenkins Login Detected author: pdteam severity: info description: Jenkins is an open source automation server. remediation: Ensure proper access. reference: - https://www.jenkins.io/doc/book/security/ classification: cwe-id: CWE-200 cpe: cpe:2.3:a:jenkins:jenkins:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: jenkins product: jenkins shodan-query: - cpe:"cpe:2.3:a:jenkins:jenkins" - http.favicon.hash:81586312 - product:"jenkins" fofa-query: icon_hash=81586312 tags: panel,jenkins
http: - method: GET path: - '{{BaseURL}}/login'
matchers-condition: and matchers: - type: word words: - 'Sign in [Jenkins]'
- type: status status: - 200# digest: 4a0a0047304502206a36c4799a580fdfc3c650b0f319a98699103d0550126984e59e23161b988f3b022100bc04bf2e5f74c7d0931a4c9559a15724f8deb2078d569e1fe49c91d652832331: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/exposed-panels/jenkins-login.yaml"