Skip to content

Automatisch Panel - Detect

ID: automatisch-panel

Severity: info

Author: rxerium

Tags: panel,automatisch,detect

The open source Zapier alternative.

id: automatisch-panel
info:
name: Automatisch Panel - Detect
author: rxerium
severity: info
description: |
The open source Zapier alternative.
reference:
- https://automatisch.io/
- https://github.com/automatisch/automatisch
metadata:
verified: true
max-request: 2
shodan-query: title:"Automatisch"
tags: panel,automatisch,detect
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/login"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- '<title>Automatisch'
- type: status
status:
- 200
# digest: 4b0a004830460221009fda18993543ee6b4595bc9e556b81a6b7b728a2d0c023b3d2f129e56784ac62022100b4a484f313822c18d06b98b01bb7a09f17d93bb08b2e1f77f3cf38204f6b4cb0: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/automatisch-panel.yaml"

View on Github