Merge pull request #10512 from rxerium/metube-panel

Metube panel
main
Dhiyaneshwaran 2024-08-13 16:44:13 -07:00 committed by GitHub
commit 5cb228327a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: metube-detect
info:
name: MeTube Instance Detected
author: rxerium
severity: info
description: |
A MeTube instance was detected.
reference:
- https://github.com/alexta69/metube
metadata:
verified: true
shodan-query: http.title:MeTube
max-request: 1
tags: metube,detect,panel,login
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>MeTube</title>"
- type: status
status:
- 200