Skip to content

FreeScout Panel - Detect

ID: freescout-panel

Severity: info

Author: s4e-io

Tags: panel,login,freescout,detect

FreeScout panel was discovered.

id: freescout-panel
info:
name: FreeScout Panel - Detect
author: s4e-io
severity: info
description: |
FreeScout panel was discovered.
reference:
- https://github.com/freescout-help-desk/freescout
metadata:
verified: true
max-request: 1
fofa-query: app="FreeScout"
tags: panel,login,freescout,detect
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers:
- type: dsl
dsl:
- 'contains(body, "<title>FreeScout</title>")'
- 'status_code == 200'
condition: and
# digest: 490a0046304402206921f9db0d77e6e397ccac10d6a1c2b895bf6a8c0eb064832a18d8b88fea484b022076dedabc8d334bcf61a321dd16b17f91c80e4fd1b876f201c2d4b453bde2d1cd: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/freescout-panel.yaml"

View on Github