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

39 lines
818 B
YAML
Raw Normal View History

2022-10-10 10:35:52 +00:00
id: guard-config
info:
name: Guardfile Config - Detect
2022-10-10 10:35:52 +00:00
author: DhiyaneshDK
2022-10-11 07:19:28 +00:00
severity: info
description: Guardfile configuration information was detected.
2022-10-10 10:35:52 +00:00
reference:
- https://github.com/guard/guard
- https://github.com/maurosoria/dirsearch/blob/master/db/dicc.txt
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
2023-02-06 18:03:27 +00:00
metadata:
verified: true
shodan-query: html:"Guardfile"
2022-10-10 10:35:52 +00:00
tags: exposure,file,guard,config
requests:
- method: GET
path:
- '{{BaseURL}}/Guardfile'
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-10-11 07:19:28 +00:00
- 'guard :'
2022-10-10 10:35:52 +00:00
- 'end'
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2023/02/05