nuclei-templates/token-spray/api-square.yaml

29 lines
735 B
YAML
Raw Normal View History

2021-10-01 14:33:51 +00:00
id: api-square
info:
name: Square API Test
author: zzeitlin
severity: info
description: Easy way to take payments, manage refunds, and help customers checkout online
reference:
- https://developer.squareup.com/explorer/square/locations-api/list-locations
- https://github.com/daffainfo/all-about-apikey/tree/main/square
tags: token-spray,square
2021-10-01 14:33:51 +00:00
2021-10-20 08:46:18 +00:00
self-contained: true
2021-10-01 14:33:51 +00:00
requests:
- method: GET
path:
- "https://connect.squareup.com/v2/locations"
- "https://connect.squareupsandbox.com/v2/locations"
headers:
Content-Type: application/json
Authorization: Bearer {{token}}
2021-10-01 20:46:16 +00:00
2021-10-01 14:33:51 +00:00
matchers:
- type: word
part: body
words:
- 'errors'
negative: true