Skip to content

Commit

Permalink
Merge pull request #8344 from projectdiscovery/jellyseerr-login-panel
Browse files Browse the repository at this point in the history
Create jellyseerr-login-panel.yaml
  • Loading branch information
DhiyaneshGeek authored Oct 9, 2023
2 parents d4aa84f + 9139e4a commit d9c1b46
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions http/exposed-panels/jellyseerr-login-panel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
id: jellyseerr-login-panel

info:
name: Jellyseerr Login Panel - Detect
author: ritikchaddha
severity: info
reference:
- https://github.com/Fallenbagel/jellyseerr
metadata:
max-request: 2
verified: true
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

0 comments on commit d9c1b46

Please sign in to comment.