33 lines
623 B
YAML
33 lines
623 B
YAML
id: sass-lint
|
|
|
|
info:
|
|
name: Sass Lint File Exposure
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
reference:
|
|
- https://github.com/sasstools/sass-lint/blob/develop/docs/sass-lint.yml
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: html:"sass-lint.yml"
|
|
tags: exposure,sass,devops,cicd,files
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.sass-lint.yml"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'options:'
|
|
- 'formatter:'
|
|
- 'files:'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|