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

29 lines
516 B
YAML
Raw Normal View History

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