Skip to content

Miniweb Start Page Login Panel - Detect

ID: mini-start-page

Severity: info

Author: dhiyaneshDk

Tags: edb,panel,miniweb_http_server_project

Miniweb Start Page login panel was detected.

id: mini-start-page
info:
name: Miniweb Start Page Login Panel - Detect
author: dhiyaneshDk
severity: info
description: Miniweb Start Page login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6500
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:miniweb_http_server_project:miniweb_http_server:*:*:*:*:*:*:*:*
metadata:
max-request: 2
vendor: miniweb_http_server_project
product: miniweb_http_server
tags: edb,panel,miniweb_http_server_project
http:
- method: GET
path:
- "{{BaseURL}}/start.html"
- "{{BaseURL}}/www/start.html"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Miniweb Start Page</title>'
part: body
- type: status
status:
- 200
# digest: 4b0a00483046022100cc9f1521cce55c24603b09ede69d43fa889b32255fe7ce83a38e4641d10bbbfd022100a1fa8dde8a8c0a8161b4577184430d6c09f3d2e9c06e760a86250d568d2da42d: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/mini-start-page.yaml"

View on Github