Skip to content

Tailon Panel - Detect

ID: tailon-panel

Severity: unknown

Author: ritikchaddha

Tags: panel,tailon,detect

id: tailon-panel
info:
name: Tailon Panel - Detect
author: ritikchaddha
severity: unknown
reference:
- https://github.com/gvalkov/tailon
metadata:
verified: true
max-request: 1
shodan-query: title:"tailon"
tags: panel,tailon,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Tailon'
- 'class="tailon-dark'
condition: or
- type: status
status:
- 200
# digest: 4a0a0047304502203e9e5faf9a8a97a0335b7b5c7870d803b964e5d0f553b49db9793f2339074f83022100d771a11bbafab55a1bddc5679ae53f532777ed003bcfa9ccf2bb40d4fa262d77: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/tailon-panel.yaml"

View on Github