27 lines
404 B
YAML
27 lines
404 B
YAML
id: froxlor-detect
|
|
|
|
info:
|
|
name: Froxlor Detect
|
|
author: pikpikcu
|
|
severity: info
|
|
tags: tech,froxlor
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Froxlor Server Management Panel</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|