34 lines
974 B
YAML
34 lines
974 B
YAML
id: jackett-unauth
|
|
|
|
info:
|
|
name: Jackett UI - Unauthenticated
|
|
author: ProjectDiscoveryAI
|
|
severity: high
|
|
description: |
|
|
The Jackett UI can be accessed without authentication, potentially exposing sensitive information and configuration settings to unauthorized users.
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: title:"Jackett"
|
|
fofa-query: title="Jackett"
|
|
tags: unauth,misconfig,exposure,jackett-ui
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/UI/Dashboard"
|
|
- "{{BaseURL}}/jackett/UI/Dashboard"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Jackett"
|
|
- "API Key:"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a00483046022100aaf32fa2ff853c78c40c1a973297d2f121ee8f45bd47f21560c261ff0a2a41f0022100f6b9ace1616de42b4bf13f27d4ef3fe66b49b554fc731d5c8f084f588814f188:922c64590222798bb761d5b6d8e72950 |