nuclei-templates/exposed-panels/jenkins-login.yaml

29 lines
566 B
YAML
Raw Normal View History

2021-05-21 22:21:16 +00:00
id: jenkins-login
2021-05-21 22:21:16 +00:00
info:
name: Jenkins Login Detected
2021-05-21 22:21:16 +00:00
author: pdteam
severity: info
description: Jenkins is an open source automation server.
reference:
- https://www.jenkins.io/doc/book/security/
classification:
cwe-id: CWE-200
remediation: Ensure proper access.
tags: panel,jenkins
2021-05-21 22:21:16 +00:00
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