Updated terraform-enterprise-panel.yaml
Added description, metadata and instead of a banner extracting, Extracting version instead.patch-1
parent
49f702cfdc
commit
138050cc81
|
@ -2,8 +2,14 @@ id: terraform-enterprise-panel
|
|||
|
||||
info:
|
||||
name: Terraform Enterprise Panel
|
||||
author: Adam Crosser
|
||||
author: Adam Crosser,idealphase
|
||||
severity: info
|
||||
description: Terraform Enterprise is our self-hosted distribution of Terraform Cloud. It offers enterprises a private instance of the Terraform Cloud application, with no resource limits and with additional enterprise-grade architectural features like audit logging and SAML single sign-on.
|
||||
metadata:
|
||||
shodan-query: title:"Terraform Enterprise"
|
||||
google-query: intitle:"Terraform Enterprise"
|
||||
reference:
|
||||
- https://www.terraform.io/enterprise/releases
|
||||
tags: panel,terraform
|
||||
|
||||
requests:
|
||||
|
@ -22,4 +28,4 @@ requests:
|
|||
- type: regex
|
||||
group: 1
|
||||
regex:
|
||||
- '(?i)<title>([A-Za-z 0-9.]+)</title>'
|
||||
- '<span class="tag is-light is-lowercase">(.+)<\/span>'
|
||||
|
|
Loading…
Reference in New Issue