Skip to content

n8n Panel - Detect

ID: n8n-panel

Severity: info

Author: userdehghani

Tags: panel,n8n,login,detect

The worlds most popular workflow automation platform for technical teams

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/
classification:
cpe: cpe:2.3:a:n8n:n8n:*:*:*:*:node.js:*:*:*
metadata:
verified: true
max-request: 1
vendor: n8n
product: n8n
shodan-query: http.favicon.hash:-831756631
tags: panel,n8n,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/signin"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>n8n.io'
case-insensitive: true
- type: status
status:
- 200
# digest: 4b0a00483046022100e27a7e7007b1ed4c66cd8909a543177120983ce38699ce20ae4996c02c8a30d00221008aae451cfd055e9494faad26ab28123b8d77227f01967af3421ee714ce07d91f:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/n8n-panel.yaml"

View on Github