nuclei-templates/token-spray/api-npm.yaml

25 lines
444 B
YAML
Raw Normal View History

2021-10-01 14:33:51 +00:00
id: api-npm
info:
name: NPM API Test
author: zzeitlin
severity: info
reference:
- https://docs.npmjs.com/creating-and-viewing-access-tokens
2021-11-10 09:35:20 +00:00
tags: token-spray,node,npm
2021-10-01 14:33:51 +00:00
2021-10-20 08:46:18 +00:00
self-contained: true
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