33 lines
746 B
YAML
33 lines
746 B
YAML
id: detect-drone-config
|
|
|
|
info:
|
|
name: Drone - Configuration Detection
|
|
author: geeknik
|
|
severity: high
|
|
description: Drone configuration was discovered.
|
|
reference:
|
|
- https://github.com/drone/drone
|
|
metadata:
|
|
max-request: 1
|
|
tags: config,exposure,drone
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.drone.yml"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "kind:"
|
|
- "name:"
|
|
- "steps:"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100a3b45372213d9aff5e7a04e789ad8e8d1d987d39cea58a5c80d30be3d564efc5022100c1aae2d2ab7f9ce9791e314bed7b26c8c25f2421721fcd9422358522b548d1d1:922c64590222798bb761d5b6d8e72950
|