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

26 lines
561 B
YAML
Raw Normal View History

2022-10-02 07:23:54 +00:00
id: api-ticketmaster
info:
name: Ticket Master API Test
author: 0xlittleboy
severity: info
reference:
- https://developer.ticketmaster.com/products-and-docs/apis/getting-started/
tags: token-spray,ticketmaster
self-contained: true
requests:
- method: GET
path:
- "https://app.ticketmaster.com/discovery/v2/events.json?apikey={{token}}"
matchers:
- type: word
part: body
words:
- 'id'
- 'name'
- 'type'
- 'images'
condition: and