nuclei-templates/token-spray/instagram.yaml

19 lines
397 B
YAML
Raw Normal View History

2021-10-01 14:33:51 +00:00
id: api-instagramgraph
info:
name: Instagram Graph API Test
author: zzeitlin
reference: https://developers.facebook.com/docs/instagram-api/getting-started
severity: info
tags: token-spray,instagram,graph
2021-10-01 14:33:51 +00:00
requests:
- method: GET
path:
- "https://graph.facebook.com/v8.0/me/accounts?access_token={{token}}"
2021-10-01 20:46:16 +00:00
2021-10-01 14:33:51 +00:00
matchers:
- type: status
status:
- 200