diff --git a/http/exposed-panels/n8n-panel.yaml b/http/exposed-panels/n8n-panel.yaml new file mode 100644 index 0000000000..53a0fbd748 --- /dev/null +++ b/http/exposed-panels/n8n-panel.yaml @@ -0,0 +1,34 @@ +id: n8n-panel + +info: + name: n8n Panel - Detect + author: userdehghani + severity: info + description: | + The worlds most popular workflow automation platform for technical teams + reference: + - https://n8n.io/ + metadata: + verified: true + max-request: 1 + shodan-query: http.favicon.hash:-831756631 + tags: panel,n8n,login,detect + +http: + - method: GET + path: + - "{{BaseURL}}/signin" + - "{{BaseURL}}/favicon.ico" + + stop-at-first-match: true + matchers-condition: or + matchers: + - type: word + part: body + words: + - 'n8n.io' + case-insensitive: true + + - type: dsl + dsl: + - "status_code==200 && (\"-831756631\" == mmh3(base64_py(body)))"