nuclei-templates/exposures/configs/editor-exposure.yaml

39 lines
713 B
YAML
Raw Normal View History

2022-06-12 23:48:02 +00:00
id: editor-exposure
info:
name: Editor Configuration File - Detect
2022-06-12 23:48:02 +00:00
author: DhiyaneshDk
2023-02-16 06:14:06 +00:00
severity: low
description: Editor configuration file was detected.
2022-06-12 23:48:02 +00:00
metadata:
verified: true
shodan-query: html:"editorconfig"
tags: config,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/.editorconfig"
2022-06-15 06:53:44 +00:00
2022-06-12 23:48:02 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "= true"
2022-06-15 06:53:44 +00:00
- "= space"
condition: or
- type: word
part: header
words:
- "application/json"
- "text/html"
negative: true
condition: or
2022-06-12 23:48:02 +00:00
- type: status
status:
- 200
# Enhanced by cs on 2023/02/13