nuclei-templates/http/token-spray/api-bitrise.yaml

31 lines
680 B
YAML

id: api-bitrise
info:
name: Bitrise API Test
author: daffainfo
severity: info
description: Build tool and processes integrations to create efficient development pipelines
reference:
- https://api-docs.bitrise.io/
- https://github.com/daffainfo/all-about-apikey/tree/main/bitrise
tags: token-spray,bitrise
metadata:
max-request: 1
self-contained: true
http:
- raw:
- |
GET https://api.bitrise.io/v0.1/me HTTP/1.1
Host: api.bitrise.io
Authorization: {{token}}
matchers:
- type: word
part: body
words:
- '"username":'
- '"slug":'
- '"email":'
condition: and