Skip to content

HashiCorp Boundary Detect

ID: hashicorp-boundary-detect

Severity: info

Author: codexlynx

Tags: tech,hashicorp

Detects HashiCorp Boundary

id: hashicorp-boundary-detect
info:
name: HashiCorp Boundary Detect
author: codexlynx
severity: info
description: Detects HashiCorp Boundary
metadata:
max-request: 1
tags: tech,hashicorp
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: body
words:
- 'HashiCorp Boundary'
# digest: 4b0a00483046022100aa9297e6a888d03a3d982ec71aa7c086723a5fd2f154f9ada019c5c1c105fe6e022100e01142eda8e93f17019d5e55865debc08895117a0513084265f9faced099c281:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/hashicorp-boundary-detect.yaml"

View on Github