nuclei-templates/exposed-panels/drone-ci-panel.yaml

36 lines
752 B
YAML

id: drone-ci-panel
info:
name: Drone CI Login Panel - Detect
author: Yuzhe-zhang-0
severity: info
description: Drone CI login panel was detected.
reference:
- https://www.drone.io
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
metadata:
shodan-query: http.favicon.hash:1354079303
tags: panel,droneci,cicd
requests:
- method: GET
path:
- '{{BaseURL}}/welcome'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Drone CI</title>'
- '<title>Drone | Continuous Integration</title>'
condition: or
- type: status
status:
- 200
# Enhanced by md on 2022/11/11