nuclei-templates/exposures/configs/golangci-config.yaml

43 lines
1019 B
YAML
Raw Normal View History

2022-12-10 13:46:16 +00:00
id: golangci-config
info:
name: GolangCI-Lint Configuration File - Detect
2022-12-10 13:46:16 +00:00
author: Hardik-Solanki
severity: info
description: GolangCI-Lint configuration file was detected.
2022-12-10 13:46:16 +00:00
reference:
- https://github.com/maurosoria/dirsearch/blob/master/db/dicc.txt
- https://golangci-lint.run/usage/configuration/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-12-12 17:49:20 +00:00
metadata:
verified: true
github-query: filename:golangci.yml
2022-12-10 13:46:16 +00:00
tags: exposure,golang,devops,cicd
requests:
- method: GET
path:
- "{{BaseURL}}/.golangci.yml"
- "{{BaseURL}}/.golangci.yaml"
- "{{BaseURL}}/.golangci.toml"
2022-12-10 16:42:01 +00:00
- "{{BaseURL}}/.golangci.json"
2022-12-10 13:46:16 +00:00
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'linters:'
- 'linters-settings:'
condition: and
- type: status
status:
- 200
# Enhanced by cs on 2023/02/13