nuclei-templates/technologies/terraform-detect.yaml

27 lines
485 B
YAML
Raw Normal View History

id: terraform-detect
2021-09-09 13:38:13 +00:00
info:
2020-11-24 20:11:47 +00:00
name: Detect Terraform Provider
author: geeknik
severity: info
description: Write Infrastructure as Code - https://www.terraform.io/
2021-09-09 13:38:13 +00:00
tags: tech,terraform
2020-11-24 20:11:47 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/provider.tf"
2020-11-24 20:11:47 +00:00
2020-11-23 22:30:25 +00:00
matchers-condition: and
matchers:
2020-11-24 20:11:47 +00:00
- type: word
part: body
2020-11-24 20:11:47 +00:00
words:
- "access_key"
- "terraform"
2020-11-24 20:11:47 +00:00
condition: and
- type: status
status:
- 200