diff --git a/exposures/configs/editor-exposure.yaml b/exposures/configs/editor-exposure.yaml new file mode 100644 index 0000000000..b0e441b96a --- /dev/null +++ b/exposures/configs/editor-exposure.yaml @@ -0,0 +1,25 @@ +id: editor-exposure + +info: + name: Editor Config Exposure + author: DhiyaneshDk + severity: low + metadata: + verified: true + shodan-query: html:"editorconfig" + tags: config,exposure + +requests: + - method: GET + path: + - "{{BaseURL}}/.editorconfig" + matchers-condition: and + matchers: + - type: word + words: + - "= true" + - "space" + + - type: status + status: + - 200