Skip to content

Phoronix Test Suite Panel - Detect

ID: phoronix-panel

Severity: info

Author: pikpikcu

Tags: panel,phoronix,phoronix-media

Phoronix Test Suite panel was detected.

id: phoronix-panel
info:
name: Phoronix Test Suite Panel - Detect
author: pikpikcu
severity: info
description: Phoronix Test Suite panel was detected.
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:phoronix-media:phoronix_test_suite:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: phoronix-media
product: phoronix_test_suite
shodan-query: http.title:"phoronix-test-suite"
fofa-query: title="phoronix-test-suite"
google-query: intitle:"phoronix-test-suite"
tags: panel,phoronix,phoronix-media
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
regex:
- '<title>Phoronix Test Suite (.*) - Phoromatic - Welcome</title>'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<title>Phoronix Test Suite (.*) - Phoromatic - Welcome</title>'
# digest: 490a0046304402202f16965ef2d0871c3b68bd99465cda01848faf44769b37271efaa7a746017cb402203b1759434093090c7425d50e0b1263b69c6c9c3692e00eba25c75d4841dd269c: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/phoronix-pane.yaml"

View on Github