Jellyseerr Login Panel - Detect
ID: jellyseerr-login-panel
Severity: info
Author: ritikchaddha
Tags: panel,jellyseerr,detect
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: jellyseerr-login-panel
info: name: Jellyseerr Login Panel - Detect author: ritikchaddha severity: info reference: - https://github.com/Fallenbagel/jellyseerr metadata: verified: true max-request: 2 shodan-query: http.favicon.hash:-2017604252 tags: panel,jellyseerr,detect
http: - method: GET path: - "{{BaseURL}}" - "{{BaseURL}}/login"
stop-at-first-match: true host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word part: body words: - 'Jellyseerr</title>' - 'content="Jellyseerr' - 'applicationTitle":"Jellyseerr' condition: or
- type: status status: - 200# digest: 490a0046304402201fb151132360f3bdd28b6d2b35798f32f0e2fae0c8e2b6e1802bd97fe9d2ac31022017055da7041d13fc4beee3e384b15082a27affb1c6b09915646dcebbc8c8c404:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/jellyseerr-login-panel.yaml"