Skip to content

LibreSpeed Panel - Detect

ID: librespeed-panel

Severity: info

Author: ritikchaddha

Tags: panel,librespeed,detect

LibreSpeed is a very lightweight speed test implemented in Javascript, using XMLHttpRequest and Web Workers.

id: librespeed-panel
info:
name: LibreSpeed Panel - Detect
author: ritikchaddha
severity: info
description: |
LibreSpeed is a very lightweight speed test implemented in Javascript, using XMLHttpRequest and Web Workers.
reference:
- https://github.com/librespeed/speedtest
metadata:
verified: true
max-request: 1
shodan-query: title:"LibreSpeed"
tags: panel,librespeed,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'LibreSpeed'
- 'Ping'
- 'Jitter'
condition: and
case-insensitive: true
- type: status
status:
- 200
# digest: 490a00463044022008a7b27a7f04ac51c8c007c69e2cee6a2c79caeb49d70805541206245fb581fe02201a8faf2939a92c11ba9d5127133267a0a664cb789c4c1a3f739cb95c36be65d0: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/librespeed-panel.yaml"

View on Github