commit
b66f7c3184
|
@ -0,0 +1,31 @@
|
||||||
|
id: overseerr-panel
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Overseerr Panel - Detect
|
||||||
|
author: rxerium
|
||||||
|
severity: info
|
||||||
|
description: |
|
||||||
|
Overseerr is a request management and media discovery tool built to work with your existing Plex ecosystem.
|
||||||
|
reference:
|
||||||
|
- https://overseerr.dev/
|
||||||
|
- https://github.com/sct/overseerr
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
fofa-query: "Overseerr account"
|
||||||
|
tags: panel,overseerr,detect
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/login"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "Sign In - Overseerr"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue