Merge pull request #9275 from righettod/wtc_add

Add detection of Progress Web Transfer Client login panel instances
patch-1
pussycat0x 2024-03-06 11:34:01 +05:30 committed by GitHub
commit 3542c606c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: webtransfer-client-panel
info:
name: Web Transfer Client Login Panel - Detect
author: righettod
severity: info
description: Progress Web Transfer Client login panel was detected.
reference:
- https://www.progress.com/ftp-server/web-transfer
metadata:
max-request: 1
verified: true
shodan-query: http.title:"Web Transfer Client"
tags: panel,webtransferclient,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/ThinClient/WTM/public/index.html"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "<title>Web Transfer Client")'
condition: and