2022-06-12 23:48:02 +00:00
|
|
|
id: editor-exposure
|
|
|
|
|
|
|
|
info:
|
2023-02-09 19:40:10 +00:00
|
|
|
name: Editor Configuration File - Detect
|
2023-12-12 12:13:40 +00:00
|
|
|
author: DhiyaneshDk,daffainfo
|
2023-02-16 06:14:06 +00:00
|
|
|
severity: low
|
2023-02-09 19:40:10 +00:00
|
|
|
description: Editor configuration file was detected.
|
2022-06-12 23:48:02 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2022-06-12 23:48:02 +00:00
|
|
|
shodan-query: html:"editorconfig"
|
|
|
|
tags: config,exposure
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-06-12 23:48:02 +00:00
|
|
|
- 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
|
2023-12-12 12:13:40 +00:00
|
|
|
part: body
|
2022-06-12 23:48:02 +00:00
|
|
|
words:
|
|
|
|
- "= true"
|
2023-12-12 12:13:40 +00:00
|
|
|
- "indent_style"
|
2023-12-05 04:43:41 +00:00
|
|
|
condition: and
|
2022-06-15 06:53:44 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
- "text/html"
|
|
|
|
negative: true
|
2024-01-24 03:47:16 +00:00
|
|
|
condition: or
|
2022-06-12 23:48:02 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2024-01-24 03:55:35 +00:00
|
|
|
# digest: 490a00463044022039d8312a903f213c8c5804b5fdc7735fc6204b7133ca8c53036cad82caabe947022055972450422402dac074e03451442ac0caf079b4ef0e3efb6e876156aea634b8:922c64590222798bb761d5b6d8e72950
|