Skip to content

Reposilite Login Panel - Detect

ID: reposilite-panel

Severity: info

Author: righettod

Tags: panel,reposilite,login

Reposilite products was detected.

id: reposilite-panel
info:
name: Reposilite Login Panel - Detect
author: righettod
severity: info
description: |
Reposilite products was detected.
reference:
- https://reposilite.com/
- https://github.com/dzikoysk/reposilite
metadata:
max-request: 1
verified: true
shodan-query: http.title:"reposilite"
tags: panel,reposilite,login
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "reposilite repository", "reposilite description", "hosted through the reposilite")'
condition: and
# digest: 4b0a00483046022100f7f917c91ef8a391353c6649252eeb50b58eb477f403abfbec7369f0af184529022100d7597255a5d9d16632546e2990bee46e87eadcad9ef42dc56c3bd202cae38862: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/exposed-panels/reposilite-panel.yaml"

View on Github