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
|
id: bower-json
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: bower.json file disclosure
|
name: bower.json File Disclosure
|
||||||
author: oppsec,noraj
|
author: oppsec,noraj
|
||||||
severity: info
|
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:
|
reference:
|
||||||
- https://github.com/bower/spec/blob/master/json.md
|
- https://github.com/bower/spec/blob/master/json.md
|
||||||
tags: exposure,files
|
tags: exposure,files,bower
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
|
@ -17,6 +18,7 @@ requests:
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
part: body
|
||||||
words:
|
words:
|
||||||
- "name"
|
- "name"
|
||||||
- "description"
|
- "description"
|
||||||
|
@ -24,9 +26,9 @@ requests:
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
|
part: header
|
||||||
words:
|
words:
|
||||||
- "application/json"
|
- "application/json"
|
||||||
part: header
|
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
Loading…
Reference in New Issue