metube panel

main
Rishi 2024-08-10 11:39:26 +01:00 committed by GitHub
parent f6e3e1a527
commit b9dc887917
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: metube-detect
info:
name: MeTube Instance Detected
author: rxerium
severity: info
description: |
A MeTube instance was detected.
reference:
- 'https://github.com/alexta69/metube'
tags: metube,detection,panel
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>MeTube</title>"
- type: status
status:
- 200