nuclei-templates/token-spray/npm.yaml

23 lines
433 B
YAML
Raw Normal View History

2021-10-01 14:33:51 +00:00
id: api-npm
info:
name: NPM API Test
author: zzeitlin
reference: https://docs.npmjs.com/creating-and-viewing-access-tokens
severity: info
tags: token-spray,node,npm,package,manager
2021-10-01 14:33:51 +00:00
requests:
- method: GET
path:
- "https://registry.npmjs.org/-/whoami"
headers:
Authorization: Bearer {{token}}
2021-10-01 20:46:16 +00:00
2021-10-01 14:33:51 +00:00
matchers:
- type: status
2021-10-01 15:31:12 +00:00
status:
2021-10-01 14:33:51 +00:00
- 401
- 403
negative: true