Skip to content

Speedtest Panel - Detection

ID: speedtest-panel

Severity: info

Author: rxerium

Tags: speedtest,tracker,panel,login

Speedtest panel was discovered

id: speedtest-panel
info:
name: Speedtest Panel - Detection
author: rxerium
severity: info
description: |
Speedtest panel was discovered
reference:
- https://github.com/alexjustesen/speedtest-tracker
- https://docs.speedtest-tracker.dev/
classification:
cpe: cpe:2.3:a:speed_test_project:speed_test:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: speed_test_project
product: speed_test
shodan-query: title:"Speedtest Tracker"
tags: speedtest,tracker,panel,login
http:
- method: GET
path:
- "{{BaseURL}}/admin/login"
matchers-condition: and
matchers:
- type: word
words:
- 'Login - Speedtest Tracker'
- type: status
status:
- 200
# digest: 4b0a00483046022100ba0364d9c31d0150573f82b0cad3b894c9c7b94ab3ba993d0fe65e7609ea0855022100ba8184d121bf2cf8335dbaa1c1924b4aa457867e59183aa4dd664c47fceb1fd6: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/speedtest-panel.yaml"

View on Github