Files
nuclei-templates/technologies/terraform-detect.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

27 lines
485 B
YAML

id: terraform-detect
info:
name: Detect Terraform Provider
author: geeknik
severity: info
description: Write Infrastructure as Code - https://www.terraform.io/
tags: tech,terraform
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