39 lines
922 B
YAML
39 lines
922 B
YAML
id: editor-exposure
|
|
|
|
info:
|
|
name: Editor Configuration File - Detect
|
|
author: DhiyaneshDk,daffainfo
|
|
severity: low
|
|
description: Editor configuration file was detected.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"editorconfig"
|
|
tags: config,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.editorconfig"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "= true"
|
|
- "indent_style"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
- "text/html"
|
|
negative: true
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a00463044022039d8312a903f213c8c5804b5fdc7735fc6204b7133ca8c53036cad82caabe947022055972450422402dac074e03451442ac0caf079b4ef0e3efb6e876156aea634b8:922c64590222798bb761d5b6d8e72950 |