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

27 lines
566 B
YAML
Raw Normal View History

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