nuclei-templates/http/exposures/files/sass-lint.yaml

33 lines
623 B
YAML
Raw Normal View History

2022-10-06 20:23:53 +00:00
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
2022-10-06 20:23:53 +00:00
verified: true
shodan-query: html:"sass-lint.yml"
2022-10-08 06:53:17 +00:00
tags: exposure,sass,devops,cicd,files
2022-10-06 20:23:53 +00:00
http:
2022-10-06 20:23:53 +00:00
- 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