Skip to content

Overseerr Panel - Detect

ID: overseerr-panel

Severity: info

Author: rxerium

Tags: panel,overseerr,detect

Overseerr is a request management and media discovery tool built to work with your existing Plex ecosystem.

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
max-request: 1
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
# digest: 490a0046304402200f3fe65dede182772243177343e21f8adc1df7df017872aca64d8fd794373c9302207a5712b1a3baecb50616183fd30d9883ff80699553853e4cb616263cc06fb44f: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/overseerr-panel.yaml"

View on Github