Create detect-drone-config.yaml

patch-1
Geeknik Labs 2021-06-01 09:07:39 -05:00 committed by GitHub
parent a5ccb5f893
commit 5d083f1124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
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,auth
requests:
- method: GET
path:
- "{{BaseURL}}/.drone.yml"
matchers-condition: and
matchers:
- type: word
words:
- "services:"
- "environment:"
- "commands:"
condition: and
- type: status
status:
- 200