nuclei-templates/http/token-spray/api-facebook.yaml

29 lines
516 B
YAML

id: api-facebook
info:
name: Facebook API Test
author: dwisiswant0
severity: info
reference:
- https://developers.facebook.com/tools/explorer/
tags: token-spray,facebook
metadata:
max-request: 1
self-contained: true
http:
- method: GET
path:
- "https://graph.facebook.com/me?access_token={{token}}"
matchers-condition: and
matchers:
- type: word
part: header
words:
- 'application/json'
- type: status
status:
- 200