Create filecatalyst-panel.yaml

patch-12
Dhiyaneshwaran 2024-09-18 23:33:30 +05:30 committed by GitHub
parent 500b429d73
commit 0a4a4ae4ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: filecatalyst-panel
info:
name: FileCatalyst File Transfer Solution - Login Detect
author: DhiyaneshDK
severity: info
description: |
Detects the presence of FileCatalyst file transfer solution login panel
metadata:
verified: true
max-request: 1
shodan-query: html:"FileCatalyst file transfer solution"
tags: panel,login,filecatalyst
http:
- method: GET
path:
- "{{BaseURL}}/workflow/jsp/logon.jsp"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "FileCatalyst file transfer solution"
- type: status
status:
- 200