id: jenkins-login info: name: Jenkins Login Detected description: Jenkins is an open source automation server. author: pdteam severity: info tags: panel,jenkins remediation: Ensure proper access. reference: https://www.jenkins.io/doc/book/security/ classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 requests: - method: GET path: - '{{BaseURL}}/login' matchers-condition: and matchers: - type: word words: - 'Sign in [Jenkins]' - type: status status: - 200 # Enhanced by mp on 2022/02/10