Skip to content

Jackett - Installer

ID: jackett-installer

Severity: high

Author: ritikchaddha

Tags: install,jackett,misconfig

Jackett installer exposed.

id: jackett-installer
info:
name: Jackett - Installer
author: ritikchaddha
severity: high
description: |
Jackett installer exposed.
metadata:
verified: true
max-request: 1
shodan-query: title:"Stremio-Jackett"
tags: install,jackett,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/configure"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Jackett"
- "Install</a>"
condition: and
case-insensitive: true
- type: status
status:
- 200
# digest: 4a0a00473045022100ffb5d1d7af16958a980438ac56c1a2d3f9f9e7334edbd4020d43fe6afa3ceb070220023d21097ada2e0ee84722ec9308d74859af51280e5faa4a3851b30aef9616d9: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/misconfiguration/installer/jackett-installer.yaml"

View on Github