LibreSpeed Panel - Detect
ID: librespeed-panel
Severity: info
Author: ritikchaddha
Tags: panel,librespeed,detect
Description
Section titled “Description”LibreSpeed is a very lightweight speed test implemented in Javascript, using XMLHttpRequest and Web Workers.
YAML Source
Section titled “YAML Source”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:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/librespeed-panel.yaml"