32 lines
622 B
YAML
32 lines
622 B
YAML
|
id: phoronix-panel
|
||
|
|
||
|
info:
|
||
|
name: Phoronix Test Suite Panel Detect
|
||
|
author: pikpikcu
|
||
|
severity: info
|
||
|
metadata:
|
||
|
shodan-query: http.title:"phoronix-test-suite"
|
||
|
tags: panel,phoronix
|
||
|
|
||
|
requests:
|
||
|
- 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>"
|