Merge pull request #636 from geeknik/patch-18

Create terraform-detect.yaml
patch-1
bauthard 2020-11-25 01:47:40 +05:30 committed by GitHub
commit 7df9c73ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: terraform-detect
info:
name: Detect Terraform Provider
author: geeknik
description: Write Infrastructure as Code - https://www.terraform.io/
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/provider.tf"
matchers-condition: and
matchers:
- type: word
part: body
words:
- access_key
- terraform
condition: and
- type: status
status:
- 200