2022-02-26 04:39:56 +00:00
|
|
|
id: phoronix-panel
|
|
|
|
|
|
|
|
info:
|
2022-12-08 13:42:03 +00:00
|
|
|
name: Phoronix Test Suite Panel - Detect
|
2022-02-26 04:39:56 +00:00
|
|
|
author: pikpikcu
|
|
|
|
severity: info
|
2022-12-08 13:42:03 +00:00
|
|
|
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
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-02-26 04:39:56 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-02-26 04:39:56 +00:00
|
|
|
shodan-query: http.title:"phoronix-test-suite"
|
|
|
|
tags: panel,phoronix
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-02-26 04:39:56 +00:00
|
|
|
- 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>"
|