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

32 lines
581 B
YAML

id: bower-json
info:
name: bower.json file disclosure
author: oppsec
severity: info
description: Bower is a package manager which stores package information in the bower.json file
tags: exposure
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