Create bower-json.yaml

patch-1
oppsec 2021-02-23 22:24:38 -03:00 committed by GitHub
parent d96af11c2a
commit fc4e6cb182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
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