nuclei-templates/token-spray/stripe.yaml

21 lines
378 B
YAML
Raw Normal View History

2021-10-01 14:33:51 +00:00
id: api-stripe
info:
name: Stripe API Test
author: zzeitlin
reference: https://stripe.com/docs/api/authentication
severity: info
tags: token-spray,stripe
2021-10-01 14:33:51 +00:00
requests:
- method: GET
path:
- "https://api.stripe.com/v1/charges"
headers:
Authorization: Basic {{base64(token + ':')}}
2021-10-01 20:46:16 +00:00
2021-10-01 14:33:51 +00:00
matchers:
- type: status
status:
- 200