Skip to content

MeTube Instance Detected

ID: metube-detect

Severity: info

Author: rxerium

Tags: metube,detect,panel,login

A MeTube instance was detected.

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
# digest: 4b0a00483046022100dd82c34273f39ceae9de5bba31182d4d2c10b1f33bcb4638f2bc83c9d64491780221008f611e3c7af20f0e5a58d3dcd7dfa2621e654b29709ad8274d29822b15f502e8: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/metube-panel.yaml"

View on Github