nuclei-templates/exposures/files/bower-json.yaml

32 lines
581 B
YAML
Raw Normal View History

2021-02-24 01:24:38 +00:00
id: bower-json
info:
name: bower.json file disclosure
author: oppsec
severity: info
2021-09-16 20:11:24 +00:00
description: Bower is a package manager which stores package information in the bower.json file
2021-05-29 09:32:33 +00:00
tags: exposure
2021-02-24 01:24:38 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/bower.json"
matchers-condition: and
matchers:
- type: word
words:
- "name"
- "description"
- "main"
condition: and
- type: word
words:
- "application/json"
part: header
- type: status
status:
- 200