Add n8n-panel.yaml

patch-2
M. Dehghani 2024-05-13 14:57:39 +03:30 committed by GitHub
parent fc23e21aab
commit 450cfb26d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 34 additions and 0 deletions

View File

@ -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:
- '<title>n8n.io'
case-insensitive: true
- type: dsl
dsl:
- "status_code==200 && (\"-831756631\" == mmh3(base64_py(body)))"