nuclei-templates/apis/travisci.yaml

23 lines
399 B
YAML

id: api-travisci
info:
name: Travis CI API Test
author: zzeitlin
reference: https://developer.travis-ci.com/
severity: info
tags: api,travis
requests:
- method: GET
path:
- "https://api.travis-ci.com/user"
headers:
Travis-API-Version: 3
Authorization: token {{token}}
matchers:
- type: status
status:
- 403
negative: true