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

28 lines
577 B
YAML

id: api-heroku
info:
name: Heroku API Test
author: zzeitlin
severity: info
reference:
- https://devcenter.heroku.com/articles/platform-api-quickstart#calling-the-api
tags: token-spray,heroku
metadata:
max-request: 1
self-contained: true
http:
- method: POST
path:
- "https://api.heroku.com/apps"
headers:
Accept: application/vnd.heroku+json; version=3
Authorization: Bearer {{token}}
matchers:
- type: word
part: body
words:
- '"created_at":'
- '"git_url":'
condition: and