matcher fix n updates

patch-1
bauthard 2020-11-25 01:41:47 +05:30
parent 5f390de054
commit 1c912b753d
1 changed files with 8 additions and 4 deletions

View File

@ -1,20 +1,24 @@
id: terraform-detect
info:
name: Detect Terraform
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: words
- type: word
part: body
word:
words:
- access_key
- private_key
- terraform
condition: and
- type: status
status:
- 200