commit
5cb228327a
|
@ -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
|
Loading…
Reference in New Issue