31 lines
562 B
YAML
31 lines
562 B
YAML
|
id: bower-json
|
||
|
|
||
|
info:
|
||
|
name: bower.json file disclosure
|
||
|
author: oppsec
|
||
|
severity: info
|
||
|
description: Bower is a package manager which stores packages informations in bower.json file
|
||
|
|
||
|
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
|