Skip to content

Froxlor Detect

ID: froxlor-detect

Severity: info

Author: pikpikcu

Tags: tech,froxlor

id: froxlor-detect
info:
name: Froxlor Detect
author: pikpikcu
severity: info
metadata:
max-request: 1
tags: tech,froxlor
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Froxlor Server Management Panel</title>"
- type: status
status:
- 200
# digest: 4a0a00473045022026cf06544b00fcb76eebc97a1ce5defad4dfb6cdab4f6539c92ed9edff5c314a02210081d6428c85fdb398fcfb72486f80e09f5c0f70840d891e65bc8f5e9a863b963c: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/technologies/froxlor-detect.yaml"

View on Github