nuclei-templates/http/exposures/files/npm-cli-metrics-json.yaml

31 lines
614 B
YAML
Raw Normal View History

2022-07-09 22:08:52 +00:00
id: npm-cli-metrics-json
info:
name: NPM Anonymous CLI Metrics Json
author: DhiyaneshDK
severity: low
metadata:
max-request: 2
2022-07-09 22:08:52 +00:00
verified: true
shodan-query: html:"anonymous-cli-metrics.json"
2022-10-13 10:12:07 +00:00
tags: npm,devops,exposure,files
2022-07-09 22:08:52 +00:00
http:
2022-07-09 22:08:52 +00:00
- method: GET
path:
- "{{BaseURL}}/anonymous-cli-metrics.json"
- "{{BaseURL}}/.npm/anonymous-cli-metrics.json"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
2022-07-12 14:15:47 +00:00
- '"metricId"'
- '"metrics"'
2022-07-09 22:08:52 +00:00
condition: and
- type: status
status:
- 200