2022-10-10 10:35:52 +00:00
|
|
|
id: guard-config
|
|
|
|
|
|
|
|
info:
|
2023-02-05 17:45:56 +00:00
|
|
|
name: Guardfile Config - Detect
|
2022-10-10 10:35:52 +00:00
|
|
|
author: DhiyaneshDK
|
2022-10-11 07:19:28 +00:00
|
|
|
severity: info
|
2023-02-05 21:47:42 +00:00
|
|
|
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
|
2023-02-05 17:11:19 +00:00
|
|
|
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:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2023-02-05 17:11:19 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: html:"Guardfile"
|
2022-10-10 10:35:52 +00:00
|
|
|
tags: exposure,file,guard,config
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-10-10 10:35:52 +00:00
|
|
|
- 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
|