Skip to content

Buildkite API Test

ID: api-buildkite

Severity: info

Author: zzeitlin

Tags: token-spray,buildkite

id: api-buildkite
info:
name: Buildkite API Test
author: zzeitlin
severity: info
reference:
- https://buildkite.com/docs/apis/rest-api/user
metadata:
max-request: 1
tags: token-spray,buildkite
self-contained: true
http:
- method: GET
path:
- "https://api.buildkite.com/v2/user"
headers:
Authorization: Bearer {{token}}
matchers:
- type: word
part: body
words:
- '"id":'
- '"graphql_id":'
- '"email":'
condition: and
# digest: 4b0a00483046022100bb960b3c5a7147471a44f16ab0b2b4db283ccf786af7b61fb8f82e8419ab1ffa022100e2ab5a426423fff4fe4bf370d8bcaf3bed8384002022c71b11469b9600f408b2: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/token-spray/api-buildkite.yaml"

View on Github