nuclei-templates/exposures/logs/npm-log-file.yaml

23 lines
382 B
YAML
Raw Normal View History

2021-02-17 10:39:18 +00:00
id: npm-log-file
info:
name: Publicly accessible NPM Log file
author: sheikhrishad
severity: low
2021-05-07 10:38:22 +00:00
tags: npm,logs,exposure
2021-02-17 10:39:18 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/npm-debug.log"
matchers-condition: and
matchers:
- type: word
words:
- "info it worked if it ends with ok"
- type: status
status:
2021-02-17 10:43:06 +00:00
- 200