nuclei-templates/exposures/configs/detect-drone-config.yaml

26 lines
522 B
YAML

id: detect-drone-config
info:
name: Detect Drone Configuration
author: geeknik
description: Drone is a Container-Native, Continuous Delivery Platform -- https://github.com/drone/drone
severity: high
tags: config,exposure,drone
requests:
- method: GET
path:
- "{{BaseURL}}/.drone.yml"
matchers-condition: and
matchers:
- type: word
words:
- "kind:"
- "name:"
- "steps:"
condition: and
- type: status
status:
- 200