Update and rename exposures/files/bower-json.yaml to http/exposures/files/bower-json.yaml
parent
e2614b277c
commit
40ac625085
|
@ -1,13 +1,14 @@
|
|||
id: bower-json
|
||||
|
||||
info:
|
||||
name: bower.json file disclosure
|
||||
name: bower.json File Disclosure
|
||||
author: oppsec,noraj
|
||||
severity: info
|
||||
description: Bower is a package manager which stores package information in the bower.json file
|
||||
description: |
|
||||
Bower is a package manager which stores package information in the bower.json file
|
||||
reference:
|
||||
- https://github.com/bower/spec/blob/master/json.md
|
||||
tags: exposure,files
|
||||
tags: exposure,files,bower
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
@ -17,6 +18,7 @@ requests:
|
|||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "name"
|
||||
- "description"
|
||||
|
@ -24,9 +26,9 @@ requests:
|
|||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "application/json"
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
Loading…
Reference in New Issue