Skip to content

Commit

Permalink
Merge pull request #10574 from projectdiscovery/jackett-installer
Browse files Browse the repository at this point in the history
Create jackett-installer.yaml
  • Loading branch information
DhiyaneshGeek authored Aug 21, 2024
2 parents 5527b7d + 8ff4b9c commit af73d4d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions http/misconfiguration/installer/jackett-installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
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

0 comments on commit af73d4d

Please sign in to comment.