nuclei-templates/technologies/terraform-detect.yaml

25 lines
457 B
YAML
Raw Normal View History

id: terraform-detect
info:
2020-11-24 20:11:47 +00:00
name: Detect Terraform Provider
author: geeknik
description: Write Infrastructure as Code - https://www.terraform.io/
severity: info
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
2020-11-24 20:11:47 +00:00
- terraform
condition: and
- type: status
status:
- 200