Add n8n-panel.yaml
parent
fc23e21aab
commit
450cfb26d0
|
@ -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)))"
|
Loading…
Reference in New Issue