38 lines
931 B
YAML
38 lines
931 B
YAML
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: 4b0a00483046022100b33c56157343d9f0d5796ad2b8f15e98fbf5368a8d2ebe2e0ed2b14ab773bac3022100ee2249b6b859aa623fbf753c7852c000f70808fabf2e45f1a264038796b056f6:922c64590222798bb761d5b6d8e72950
|