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

39 lines
860 B
YAML

id: stestr-config
info:
name: Stestr Configuration File - Detect
author: Hardik-Solanki
severity: info
description: Stestr configuration file was detected.
reference:
- https://github.com/maurosoria/dirsearch/blob/master/db/dicc.txt
- https://stestr.readthedocs.io/en/latest/MANUAL.html
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
metadata:
verified: true
github-query: filename:stestr.conf
tags: exposure,stestr,config,files
requests:
- method: GET
path:
- "{{BaseURL}}/.stestr.conf"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '[DEFAULT]'
- 'test_path='
condition: and
- type: status
status:
- 200
# Enhanced by md on 2023/02/23