Merge pull request #11007 from Kazgangap/scout

add freescout panel
patch-12
Ritik Chaddha 2024-10-18 18:29:26 +05:30 committed by GitHub
commit e5cab342d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
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