Files
nuclei-templates/token-spray/api-linkedin.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

29 lines
566 B
YAML

id: api-linkedin
info:
name: LinkedIn API Test
author: dwisiswant0
severity: info
reference:
- https://docs.microsoft.com/en-us/linkedin/compliance/
tags: token-spray,linkedin
self-contained: true
requests:
- method: GET
path:
- "https://api.linkedin.com/v2/me?oauth2_access_token={{token}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- '"id":'
- '"firstName":'
- '"localized":'
condition: and