metube panel
parent
f6e3e1a527
commit
b9dc887917
|
@ -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
|
Loading…
Reference in New Issue