Create tailon-panel.yaml

patch-1
Ritik Chaddha 2023-12-03 14:59:40 +05:30 committed by GitHub
parent 1ec4f6b3d0
commit 6c57bd185e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: tailon-panel
info:
name: Tailon Panel - Detect
author: ritikchaddha
severity: unknown
reference:
- https://github.com/gvalkov/tailon
metadata:
max-request: 1
verified: true
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