Files
nuclei-templates/token-spray/api-facebook.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

27 lines
489 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
self-contained: true
requests:
- 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